6 references to Closed
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
971
return WriteState.
Closed
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
207
WriteState.
Closed
, // State.Closed
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
632
if (disposing && WriteState != WriteState.
Closed
)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
78
AutoComplete(WriteState.
Closed
);
97
get { return _writeState == WriteState.
Closed
; }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
589
if (disposing && WriteState != WriteState.
Closed
)