2 instantiations of InterningBinaryReader
MSBuild (2)
InterningBinaryReader.cs (2)
237
return new
InterningBinaryReader
(stream, buffer, false);
239
return new
InterningBinaryReader
(stream, GetPooledBuffer(), true);
3 references to InterningBinaryReader
MSBuild (3)
InterningBinaryReader.cs (2)
283
return
InterningBinaryReader
.Create(stream, this);
296
return
InterningBinaryReader
.Create(stream, null);
NodeEndpointOutOfProcBase.cs (1)
228
_sharedReadBuffer =
InterningBinaryReader
.CreateSharedBuffer();