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)
34AssemblyFeatureInfo info = _hashtable.GetOrCreateValue(ecmaMethod.Module); 68return _hashtable._switchValues.TryGetValue(switchName, out value); 115AssemblyFeatureInfo info = _hashtable.GetOrCreateValue(ecmaField.Module); 133internal bool ShouldInlineResourceStrings => !_hashtable._switchValues.TryGetValue("System.Resources.UseSystemResourceKeys", out bool useResourceKeys) || !useResourceKeys; 140Dictionary<string, string> dict = _hashtable.GetOrCreateValue(method.Module).InlineableResourceStrings;