3 writes to _emitDefaultValue
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\DataMember.cs (3)
113
_emitDefaultValue
= Globals.DefaultEmitDefaultValue;
124
_emitDefaultValue
= emitDefaultValue;
152
set =>
_emitDefaultValue
= value;
1 reference to _emitDefaultValue
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataMember.cs (1)
151
get =>
_emitDefaultValue
;