3 writes to _emitDefaultValue
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\DataMember.cs (3)
110
_emitDefaultValue
= Globals.DefaultEmitDefaultValue;
121
_emitDefaultValue
= emitDefaultValue;
149
set =>
_emitDefaultValue
= value;
1 reference to _emitDefaultValue
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataMember.cs (1)
148
get =>
_emitDefaultValue
;