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