3 writes to closingProcessStatus
SMSvcHost (3)
System\ServiceModel\Activation\ListenerAdapter.cs (3)
97
Interlocked.Exchange(ref
closingProcessStatus
, ClosingProcessBlocked);
99
Interlocked.Exchange(ref
closingProcessStatus
, ClosingProcessUnBlocked);
783
int currentClosingProcessStatus = Interlocked.CompareExchange(ref
closingProcessStatus
,
1 reference to closingProcessStatus
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapter.cs (1)
570
if (
closingProcessStatus
!= ClosingProcessBlocked)