2 implementations of NegotiatedPacketVersion
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
122public byte? NegotiatedPacketVersion { get; set; } 973public byte? NegotiatedPacketVersion { get; set; }
4 writes to NegotiatedPacketVersion
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1148writeTranslator.NegotiatedPacketVersion = context._negotiatedPacketVersion; 1154writeTranslator.NegotiatedPacketVersion = 0;
NodeEndpointOutOfProcBase.cs (1)
719readTranslator.NegotiatedPacketVersion = parentVersion;
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
719readTranslator.NegotiatedPacketVersion = parentVersion;
4 references to NegotiatedPacketVersion
Microsoft.Build (2)
TaskHostConfiguration.cs (2)
506if (translator.NegotiatedPacketVersion.HasValue && translator.NegotiatedPacketVersion is 0 or >= 2)
MSBuild (2)
TaskHostConfiguration.cs (2)
506if (translator.NegotiatedPacketVersion.HasValue && translator.NegotiatedPacketVersion is 0 or >= 2)