3 writes to _asyncReadPending
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (3)
206
_asyncReadPending
= false;
638
_asyncReadPending
= true;
746
_asyncReadPending
= false;
4 references to _asyncReadPending
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (4)
173
if (
_asyncReadPending
)
201
if (
_asyncReadPending
)
326
if (!
_asyncReadPending
)
739
if (!
_asyncReadPending
)