4 references to LastOperation
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncEventArgs.cs (4)
209
if (
LastOperation
<= SocketAsyncOperation.Connect)
224
switch (
LastOperation
)
236
Debug.Fail($"Callers should guard against calling this method for '{
LastOperation
}'");
1046
if (
LastOperation
<= SocketAsyncOperation.Connect)