2 instantiations of InterningBinaryReader
MSBuild (2)
InterningBinaryReader.cs (2)
248return new InterningBinaryReader(stream, buffer, false); 250return new InterningBinaryReader(stream, GetPooledBuffer(), true);
3 references to InterningBinaryReader
MSBuild (3)
InterningBinaryReader.cs (2)
294return InterningBinaryReader.Create(stream, this); 307return InterningBinaryReader.Create(stream, null);
NodeEndpointOutOfProcBase.cs (1)
210_sharedReadBuffer = InterningBinaryReader.CreateSharedBuffer();