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