1 write to _hashtable
ILCompiler.Compiler (1)
Compiler\SubstitutionProvider.cs (1)
27
_hashtable
= new FeatureSwitchHashtable(logger, switchValues, globalSubstitutions);
5 references to _hashtable
ILCompiler.Compiler (5)
Compiler\SubstitutionProvider.cs (5)
34
AssemblyFeatureInfo info =
_hashtable
.GetOrCreateValue(ecmaMethod.Module);
68
return
_hashtable
._switchValues.TryGetValue(switchName, out value);
115
AssemblyFeatureInfo info =
_hashtable
.GetOrCreateValue(ecmaField.Module);
133
internal bool ShouldInlineResourceStrings => !
_hashtable
._switchValues.TryGetValue("System.Resources.UseSystemResourceKeys", out bool useResourceKeys) || !useResourceKeys;
140
Dictionary<string, string> dict =
_hashtable
.GetOrCreateValue(method.Module).InlineableResourceStrings;