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