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