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; 215return new BodyAndFieldSubstitutions(rdr._methodSubstitutions, rdr._fieldSubstitutions); 222return new BodyAndFieldSubstitutions(rdr._methodSubstitutions, rdr._fieldSubstitutions);