1 write to readActionCounter
Microsoft.Build.Engine (1)
LocalProvider\SharedMemory.cs (1)
279this.readActionCounter = new Semaphore(0, size + /* for full-flag */ 1, this.name + "ReadActionCounter");
4 references to readActionCounter
Microsoft.Build.Engine (4)
LocalProvider\SharedMemory.cs (4)
303readActionCounter.Close(); 366return readActionCounter; 415readActionCounter.Release(); 436readActionCounter.Release();