1 write to _aborted
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
92_aborted = true;
4 references to _aborted
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (4)
43get { return _aborted; } 90if (_aborted || _state == CommunicationState.Closed) 457if (_aborted || _state != CommunicationState.Opening) 533if (_aborted && !_closeCalled)