2 writes to _methodSubstitutions
ILCompiler.Compiler (2)
Compiler\BodySubstitutionParser.cs (2)
29
_methodSubstitutions
= new Dictionary<MethodDesc, BodySubstitution>();
36
_methodSubstitutions
= new Dictionary<MethodDesc, BodySubstitution>();
4 references to _methodSubstitutions
ILCompiler.Compiler (4)
Compiler\BodySubstitutionParser.cs (4)
74
_methodSubstitutions
.Add(method, BodySubstitution.ThrowingBody);
89
_methodSubstitutions
[method] = stubBody;
215
return new BodyAndFieldSubstitutions(rdr.
_methodSubstitutions
, rdr._fieldSubstitutions);
222
return new BodyAndFieldSubstitutions(rdr.
_methodSubstitutions
, rdr._fieldSubstitutions);