1 write to BodySubstitutions
ILCompiler.Compiler (1)
Compiler\SubstitutionProvider.cs (1)
241(BodySubstitutions, FieldSubstitutions) = (substitutions.BodySubstitutions, substitutions.FieldSubstitutions);
3 references to BodySubstitutions
ILCompiler.Compiler (3)
Compiler\SubstitutionProvider.cs (3)
35if (info.BodySubstitutions != null && info.BodySubstitutions.TryGetValue(ecmaMethod, out BodySubstitution result)) 116if (info.BodySubstitutions != null && info.FieldSubstitutions.TryGetValue(ecmaField, out object result))