3 writes to _asyncReadPending
System.ServiceModel.UnixDomainSocket (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
126
_asyncReadPending
= false;
175
_asyncReadPending
= true;
229
_asyncReadPending
= false;
3 references to _asyncReadPending
System.ServiceModel.UnixDomainSocket (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
96
if (
_asyncReadPending
)
122
if (
_asyncReadPending
)
358
if (!
_asyncReadPending
)