2 references to BinaryTranslator
MSBuildTaskHost (2)
NodeEndpointOutOfProcBase.cs (2)
600
_packetFactory.DeserializeAndRoutePacket(0, packetType,
BinaryTranslator
.GetReadTranslator(localReadPipe, _sharedReadBuffer));
632
ITranslator writeTranslator =
BinaryTranslator
.GetWriteTranslator(packetStream);