3 writes to _asyncWritePending
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
163_asyncWritePending = false; 276_asyncWritePending = true; 320_asyncWritePending = false;
4 references to _asyncWritePending
System.ServiceModel.NetTcp (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
123if (_asyncWritePending) 159if (_asyncWritePending) 272Fx.Assert(!_asyncWritePending, "Called BeginWrite twice."); 384if (!_asyncWritePending)