diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
| commit | 52005c7e6917f9866dd0b0de6993def16a72ed4b (patch) | |
| tree | 59e32ad17a3ca5915c4cddbeaa83b58a73f0c3a5 /src/WixToolset.Core/WixVariableResolver.cs | |
| parent | 79473d778b6cc4c8eec93b92e3b244aed904dac1 (diff) | |
| download | wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.gz wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.bz2 wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.zip | |
Major reduction in public surface area of WixToolset.Core
Diffstat (limited to 'src/WixToolset.Core/WixVariableResolver.cs')
| -rw-r--r-- | src/WixToolset.Core/WixVariableResolver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/WixVariableResolver.cs b/src/WixToolset.Core/WixVariableResolver.cs index 8ac35e99..75851a56 100644 --- a/src/WixToolset.Core/WixVariableResolver.cs +++ b/src/WixToolset.Core/WixVariableResolver.cs | |||
| @@ -12,7 +12,7 @@ namespace WixToolset.Core | |||
| 12 | /// <summary> | 12 | /// <summary> |
| 13 | /// WiX variable resolver. | 13 | /// WiX variable resolver. |
| 14 | /// </summary> | 14 | /// </summary> |
| 15 | internal sealed class WixVariableResolver : IVariableResolver | 15 | internal class WixVariableResolver : IVariableResolver |
| 16 | { | 16 | { |
| 17 | private readonly Dictionary<string, BindVariable> locVariables; | 17 | private readonly Dictionary<string, BindVariable> locVariables; |
| 18 | private readonly Dictionary<string, BindVariable> wixVariables; | 18 | private readonly Dictionary<string, BindVariable> wixVariables; |
