9 references to size
Microsoft.Build.Engine (9)
LocalProvider\SharedMemory.cs (9)
191size + 4, 227(IntPtr)(size + 4) 254this.readBuffer = new byte[size]; 276this.unreadBatchCounter = new Semaphore(0, size, this.name + "UnreadBatchCounter"); 279this.readActionCounter = new Semaphore(0, size + /* for full-flag */ 1, this.name + "ReadActionCounter"); 493if ((writeStream.Position + sizeof(byte)) <= size) 541if (writeBytesRemaining != 0 && writeStream.Position >= size) 544int writeLength = writeBytesRemaining > size ? size : writeBytesRemaining;