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)
43
get { return
_aborted
; }
90
if (
_aborted
|| _state == CommunicationState.Closed)
457
if (
_aborted
|| _state != CommunicationState.Opening)
533
if (
_aborted
&& !_closeCalled)