1 write to _buffer
Microsoft.Build.Framework (1)
BackEnd\InterningBinaryReader.cs (1)
63_buffer = buffer;
4 references to _buffer
Microsoft.Build.Framework (4)
BackEnd\InterningBinaryReader.cs (4)
43/// True if <see cref="_buffer"/> is owned by this instance, false if it was passed by the caller. 97char[] charBuffer = _buffer.CharBuffer; 125rawBuffer = _buffer.ByteBuffer; 214Interlocked.CompareExchange(ref s_bufferPool, _buffer, null);