2 writes to m_freeNodes
System (2)
sys\system\collections\concurrent\BlockingCollection.cs (2)
238
m_freeNodes
= null;
243
m_freeNodes
= new SemaphoreSlim(boundedCapacity - collectionCount);
12 references to m_freeNodes
System (12)
sys\system\collections\concurrent\BlockingCollection.cs (12)
424
if (
m_freeNodes
!= null)
431
waitForSemaphoreWasSuccessful =
m_freeNodes
.Wait(0);
436
waitForSemaphoreWasSuccessful =
m_freeNodes
.Wait(millisecondsTimeout, linkedTokenSource.Token);
510
if (
m_freeNodes
!= null)
512
m_freeNodes
.Release();
757
if (
m_freeNodes
!= null)
760
m_freeNodes
.Release();
1075
if (collections[i].
m_freeNodes
== null)
1111
if (collections[i].
m_freeNodes
!= null)
1113
handlesList.Add(collections[i].
m_freeNodes
.AvailableWaitHandle);
1558
if (
m_freeNodes
!= null)
1560
m_freeNodes
.Dispose();