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