2 writes to readBuffer
Microsoft.Build.Engine (2)
LocalProvider\SharedMemory.cs (2)
254this.readBuffer = new byte[size]; 760this.readBuffer = new byte[frameSizeInPages * NativeMethods.PAGE_SIZE];
4 references to readBuffer
Microsoft.Build.Engine (4)
LocalProvider\SharedMemory.cs (4)
255this.readStream = new MemoryStream(this.readBuffer); 719readBuffer, //Destination 755if (readBuffer.Length < frameSizeInPages * NativeMethods.PAGE_SIZE) 761this.readStream = new MemoryStream(this.readBuffer);