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