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)
211
public IReadOnlyDictionary<FieldDesc, object> FieldSubstitutions =>
_fieldSubstitutions
;
221
_fieldSubstitutions = other.
_fieldSubstitutions
;
232
foreach (var kvp in other.
_fieldSubstitutions
)
233
_fieldSubstitutions
[kvp.Key] = kvp.Value;