3 writes to _serverTypeValue
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (3)
490
_serverTypeValue
= _attributeText;
931
_serverTypeValue
= null;
1154
_serverTypeValue
= null;
6 references to _serverTypeValue
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (6)
579
if ((_dataType == JsonDataType.None) && (
_serverTypeValue
!= null))
773
if (
_serverTypeValue
!= null)
1189
if ((_dataType == JsonDataType.None) && (
_serverTypeValue
!= null))
1225
if (
_serverTypeValue
!= null)
1282
if (
_serverTypeValue
!= null)
1442
string? value =
_serverTypeValue
;