2 references to Configuring
System (2)
net\System\Net\Sockets\Socket.cs (2)
8986int status = Interlocked.CompareExchange(ref m_Operating, Configuring, Free); 8987if (status == InProgress || status == Configuring) {