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