2 implementations of NegotiatedPacketVersion
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
116public byte? NegotiatedPacketVersion { get; set; } 961public byte? NegotiatedPacketVersion { get; set; }
4 writes to NegotiatedPacketVersion
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1210writeTranslator.NegotiatedPacketVersion = context._negotiatedPacketVersion; 1216writeTranslator.NegotiatedPacketVersion = 0;
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
713readTranslator.NegotiatedPacketVersion = parentVersion;
MSBuild (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
713readTranslator.NegotiatedPacketVersion = parentVersion;
4 references to NegotiatedPacketVersion
Microsoft.Build (2)
src\msbuild\src\Shared\TaskHostConfiguration.cs (2)
505if (translator.NegotiatedPacketVersion.HasValue && translator.NegotiatedPacketVersion is 0 or >= 2)
MSBuild (2)
src\msbuild\src\Shared\TaskHostConfiguration.cs (2)
505if (translator.NegotiatedPacketVersion.HasValue && translator.NegotiatedPacketVersion is 0 or >= 2)