3 references to Done
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (3)
104get { return _currentState == State.Done; } 111if (_currentState != State.Done) 174_currentState = State.Done;