2 writes to m_WriteCallbackDelegate
System (2)
net\System\Net\_ConnectStream.cs (2)
222m_WriteCallbackDelegate = new AsyncCallback(WriteCallback); 284m_WriteCallbackDelegate = new AsyncCallback(WriteCallback);
2 references to m_WriteCallbackDelegate
System (2)
net\System\Net\_ConnectStream.cs (2)
997m_Connection.BeginMultipleWrite(buffers, m_WriteCallbackDelegate, asyncResult); 1095m_Connection.BeginWrite(buffer, offset, size, m_WriteCallbackDelegate, asyncResult);