1 write to _switchValues
ILCompiler.Compiler (1)
Compiler\SubstitutionProvider.cs (1)
159
_switchValues
= switchValues;
3 references to _switchValues
ILCompiler.Compiler (3)
Compiler\SubstitutionProvider.cs (3)
68
return _hashtable.
_switchValues
.TryGetValue(switchName, out value);
133
internal bool ShouldInlineResourceStrings => !_hashtable.
_switchValues
.TryGetValue("System.Resources.UseSystemResourceKeys", out bool useResourceKeys) || !useResourceKeys;
170
return new AssemblyFeatureInfo(key, _logger,
_switchValues
, _globalSubstitutions);