3 writes to inList
System.Runtime.Serialization (3)
System\Xml\XmlBinaryWriter.cs (3)
47
this.
inList
= false;
874
inList
= true;
885
inList
= false;
3 references to inList
System.Runtime.Serialization (3)
System\Xml\XmlBinaryWriter.cs (3)
61
if (wroteAttributeValue && !
inList
)
873
Fx.Assert(!
inList
, "");
884
Fx.Assert(
inList
, "");