1 write to _binaryReaderFactory
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
619
_binaryReaderFactory
= InterningBinaryReader.CreateSharedBuffer();
1 reference to _binaryReaderFactory
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
985
ITranslator readTranslator = BinaryTranslator.GetReadTranslator(packetStream,
_binaryReaderFactory
);