10 instantiations of OverlappedAsyncResult
System (10)
net\System\Net\Sockets\Socket.cs (10)
3461
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
3491
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
3721
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
3994
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
4214
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
4244
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
4349
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
4803
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
7193
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
7207
OverlappedAsyncResult asyncResult = new
OverlappedAsyncResult
(this, state, callback);
28 references to OverlappedAsyncResult
System (28)
net\System\Net\_Connection.cs (1)
3224
GlobalLog.Assert((asyncResult is
OverlappedAsyncResult
|| asyncResult is LazyAsyncResult), "Connection#{0}::ReadCallback()|asyncResult is not OverlappedAsyncResult.", ValidationHelper.HashString(this));
net\System\Net\Sockets\Socket.cs (27)
3461
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
3491
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
3502
private SocketError DoBeginSend(byte[] buffer, int offset, int size, SocketFlags socketFlags,
OverlappedAsyncResult
asyncResult)
3721
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
3739
private SocketError DoBeginSend(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags,
OverlappedAsyncResult
asyncResult)
3832
OverlappedAsyncResult
castedAsyncResult = asyncResult as
OverlappedAsyncResult
;
3994
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
4007
private void DoBeginSendTo(byte[] buffer, int offset, int size, SocketFlags socketFlags, EndPoint endPointSnapshot, SocketAddress socketAddress,
OverlappedAsyncResult
asyncResult)
4102
OverlappedAsyncResult
castedAsyncResult = asyncResult as
OverlappedAsyncResult
;
4214
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
4244
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
4251
private SocketError DoBeginReceive(byte[] buffer, int offset, int size, SocketFlags socketFlags,
OverlappedAsyncResult
asyncResult)
4349
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
4369
private SocketError DoBeginReceive(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags,
OverlappedAsyncResult
asyncResult)
4477
OverlappedAsyncResult
castedAsyncResult = asyncResult as
OverlappedAsyncResult
;
4803
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
4825
private void DoBeginReceiveFrom(byte[] buffer, int offset, int size, SocketFlags socketFlags, EndPoint endPointSnapshot, SocketAddress socketAddress,
OverlappedAsyncResult
asyncResult)
4932
OverlappedAsyncResult
castedAsyncResult = asyncResult as
OverlappedAsyncResult
;
7193
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
7207
OverlappedAsyncResult
asyncResult = new OverlappedAsyncResult(this, state, callback);
7212
private void DoBeginMultipleSend(BufferOffsetSize[] buffers, SocketFlags socketFlags,
OverlappedAsyncResult
asyncResult)
7278
OverlappedAsyncResult
castedAsyncResult = asyncResult as
OverlappedAsyncResult
;