2 writes to isClosed
System.Runtime.Serialization (2)
System\Xml\XmlMtomWriter.cs (2)
95
this.
isClosed
= false;
441
this.
isClosed
= true;
2 references to isClosed
System.Runtime.Serialization (2)
System\Xml\XmlMtomWriter.cs (2)
113
if (this.
isClosed
)
439
if (!this.
isClosed
)