1 write to InlineableResourceStrings
ILCompiler.Compiler (1)
Compiler\SubstitutionProvider.cs (1)
225InlineableResourceStrings = new Dictionary<string, string>();
2 references to InlineableResourceStrings
ILCompiler.Compiler (2)
Compiler\SubstitutionProvider.cs (2)
140Dictionary<string, string> dict = _hashtable.GetOrCreateValue(method.Module).InlineableResourceStrings; 232InlineableResourceStrings[key] = value;