4 writes to m_Operating
System (4)
net\System\Net\Sockets\Socket.cs (4)
8949
m_Operating
= Free;
8966
if(Interlocked.CompareExchange(ref
m_Operating
, Disposed, Free) != Free) {
8986
int status = Interlocked.CompareExchange(ref
m_Operating
, Configuring, Free);
9001
if(Interlocked.CompareExchange(ref
m_Operating
, InProgress, Free) != Free) {
1 reference to m_Operating
System (1)
net\System\Net\Sockets\Socket.cs (1)
9112
if (
m_Operating
== InProgress && m_CompletedOperation == SocketAsyncOperation.Connect) {