2 writes to _isPending
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
112
_isPending
= true;
257
set {
_isPending
= value; }
1 reference to _isPending
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
256
get { return
_isPending
; }