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)
1140writeTranslator.NegotiatedPacketVersion = context._negotiatedPacketVersion; 1146writeTranslator.NegotiatedPacketVersion = 0;
NodeEndpointOutOfProcBase.cs (1)
713readTranslator.NegotiatedPacketVersion = parentVersion;
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
713readTranslator.NegotiatedPacketVersion = parentVersion;
6 references to NegotiatedPacketVersion
Microsoft.Build (3)
TaskHostConfiguration.cs (3)
478if (translator.NegotiatedPacketVersion is null or 0) 506if (translator.NegotiatedPacketVersion.HasValue && translator.NegotiatedPacketVersion is 0 or >= 2)
MSBuild (3)
TaskHostConfiguration.cs (3)
478if (translator.NegotiatedPacketVersion is null or 0) 506if (translator.NegotiatedPacketVersion.HasValue && translator.NegotiatedPacketVersion is 0 or >= 2)