2 implementations of NegotiatedPacketVersion
MSBuildTaskHost (2)
BackEnd\BinaryTranslator.cs (2)
67public byte NegotiatedPacketVersion { get; set; } 400public byte NegotiatedPacketVersion { get; set; }
1 write to NegotiatedPacketVersion
MSBuildTaskHost (1)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
515readTranslator.NegotiatedPacketVersion = parentVersion;
2 references to NegotiatedPacketVersion
MSBuildTaskHost (2)
BackEnd\TaskHostConfiguration.cs (2)
304if (translator.NegotiatedPacketVersion == 0) 328if (translator.NegotiatedPacketVersion >= 2)