5 references to Closed
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (5)
1239if (_currentState != State.Closed) 1289_currentState = State.Closed; 1944if ((int)_currentState >= (int)State.Closed) 1946if (_currentState == State.Closed || _currentState == State.Error) 2214return (int)_currentState >= (int)State.Closed;