2 writes to s_bufferPool
Microsoft.Build.Tasks.Core (2)
InterningBinaryReader.cs (2)
213Buffer buffer = Interlocked.Exchange(ref s_bufferPool, null); 232Interlocked.CompareExchange(ref s_bufferPool, _buffer, null);