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