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