2 writes to _fieldSubstitutions
ILCompiler.Compiler (2)
Compiler\BodySubstitutionParser.cs (2)
214=> (_bodySubstitutions, _fieldSubstitutions) = (bodySubstitutions, fieldSubstitutions); 221_fieldSubstitutions = other._fieldSubstitutions;
4 references to _fieldSubstitutions
ILCompiler.Compiler (4)
Compiler\BodySubstitutionParser.cs (4)
211public IReadOnlyDictionary<FieldDesc, object> FieldSubstitutions => _fieldSubstitutions; 221_fieldSubstitutions = other._fieldSubstitutions; 232foreach (var kvp in other._fieldSubstitutions) 233_fieldSubstitutions[kvp.Key] = kvp.Value;