1 write to outstandingAsyncRequests
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
1414
outstandingAsyncRequests
= requests;
3 references to outstandingAsyncRequests
System.Messaging (3)
System\Messaging\MessageQueue.cs (3)
1406
if (
outstandingAsyncRequests
== null)
1410
if (
outstandingAsyncRequests
== null)
1420
return
outstandingAsyncRequests
;