3 writes to _asyncReadPending
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
144
_asyncReadPending
= false;
193
_asyncReadPending
= true;
247
_asyncReadPending
= false;
3 references to _asyncReadPending
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
114
if (
_asyncReadPending
)
140
if (
_asyncReadPending
)
379
if (!
_asyncReadPending
)