2 writes to _aborted
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (2)
38
_aborted
= false;
107
_aborted
= true;
2 references to _aborted
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (2)
84
return
_aborted
;
194
if (
_aborted
)