2 writes to _fieldSubstitutions
ILCompiler.Compiler (2)
Compiler\BodySubstitutionParser.cs (2)
29_fieldSubstitutions = new Dictionary<FieldDesc, object>(); 36_fieldSubstitutions = new Dictionary<FieldDesc, object>();
3 references to _fieldSubstitutions
ILCompiler.Compiler (3)
Compiler\BodySubstitutionParser.cs (3)
153_fieldSubstitutions[field] = substitution; 194return new BodyAndFieldSubstitutions(rdr._methodSubstitutions, rdr._fieldSubstitutions); 201return new BodyAndFieldSubstitutions(rdr._methodSubstitutions, rdr._fieldSubstitutions);