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