2 references to Configuring
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEventArgs.cs (2)
530
OperationState status = Interlocked.CompareExchange(ref _operating, OperationState.
Configuring
, OperationState.Free);
539
Debug.Assert(status == OperationState.InProgress || status == OperationState.
Configuring
|| status == OperationState.Disposed, $"Unexpected status: {status}");