3 writes to _asyncWritePending
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
165_asyncWritePending = false; 278_asyncWritePending = true; 322_asyncWritePending = false;
4 references to _asyncWritePending
System.ServiceModel.NetTcp (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
125if (_asyncWritePending) 161if (_asyncWritePending) 274Fx.Assert(!_asyncWritePending, "Called BeginWrite twice."); 386if (!_asyncWritePending)