2 writes to _methodSubstitutions
ILCompiler.Compiler (2)
Compiler\BodySubstitutionParser.cs (2)
28
_methodSubstitutions
= new Dictionary<MethodDesc, BodySubstitution>();
35
_methodSubstitutions
= new Dictionary<MethodDesc, BodySubstitution>();
4 references to _methodSubstitutions
ILCompiler.Compiler (4)
Compiler\BodySubstitutionParser.cs (4)
73
_methodSubstitutions
.Add(method, BodySubstitution.ThrowingBody);
88
_methodSubstitutions
[method] = stubBody;
194
return new BodyAndFieldSubstitutions(rdr.
_methodSubstitutions
, rdr._fieldSubstitutions);
201
return new BodyAndFieldSubstitutions(rdr.
_methodSubstitutions
, rdr._fieldSubstitutions);