5 references to TaskHostOwnershipMinVersion
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
229&& negotiatedVersion >= NodePacketTypeExtensions.TaskHostOwnershipMinVersion
parent\Shared\NodeBuildComplete.cs (1)
81if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.TaskHostOwnershipMinVersion)
Microsoft.Build.Framework (1)
BackEnd\NodePacketTypeExtensions.cs (1)
81|| (type == NodePacketType.NodeBuildComplete && negotiatedVersion >= TaskHostOwnershipMinVersion)))
Microsoft.Build.Tasks.Core (1)
parent\Shared\NodeBuildComplete.cs (1)
81if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.TaskHostOwnershipMinVersion)
MSBuild (1)
parent\Shared\NodeBuildComplete.cs (1)
81if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.TaskHostOwnershipMinVersion)