2 writes to _fieldSubstitutions
ILCompiler.Compiler (2)
Compiler\BodySubstitutionParser.cs (2)
30_fieldSubstitutions = new Dictionary<FieldDesc, object>(); 37_fieldSubstitutions = new Dictionary<FieldDesc, object>();
3 references to _fieldSubstitutions
ILCompiler.Compiler (3)
Compiler\BodySubstitutionParser.cs (3)
154_fieldSubstitutions[field] = substitution; 215return new BodyAndFieldSubstitutions(rdr._methodSubstitutions, rdr._fieldSubstitutions); 222return new BodyAndFieldSubstitutions(rdr._methodSubstitutions, rdr._fieldSubstitutions);