1 write to unreadBatchCounter
Microsoft.Build.Engine (1)
LocalProvider\SharedMemory.cs (1)
276this.unreadBatchCounter = new Semaphore(0, size, this.name + "UnreadBatchCounter");
5 references to unreadBatchCounter
Microsoft.Build.Engine (5)
LocalProvider\SharedMemory.cs (5)
300unreadBatchCounter.Close(); 395int numberOfUnreadBatches = unreadBatchCounter.Release(); 397unreadBatchCounter.WaitOne(); 435unreadBatchCounter.Release(); 445unreadBatchCounter.WaitOne();