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