4 writes to _wroteAttributeValue
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (4)
64
_wroteAttributeValue
= true;
261
_wroteAttributeValue
= false;
294
_wroteAttributeValue
= false;
839
_wroteAttributeValue
= true;
2 references to _wroteAttributeValue
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryWriter.cs (2)
62
if (
_wroteAttributeValue
&& !_inList)
301
if (!
_wroteAttributeValue
)