1 write to _readTranslator
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1070
_readTranslator
= BinaryTranslator.GetReadTranslator(_readBufferMemoryStream, InterningBinaryReader.CreateSharedBuffer());
2 references to _readTranslator
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1525
_readTranslator
.NegotiatedPacketVersion = _negotiatedPacketVersion;
1526
_packetFactory.DeserializeAndRoutePacket(_nodeId, packetType,
_readTranslator
);