8 references to EnvironmentDeltaMinVersion
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1367
if (packet is TaskHostConfiguration taskHostConfiguration && writeTranslator.NegotiatedPacketVersion >= NodePacketTypeExtensions.
EnvironmentDeltaMinVersion
)
parent\Shared\TaskHostConfiguration.cs (2)
588
if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.
EnvironmentDeltaMinVersion
)
611
if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.
EnvironmentDeltaMinVersion
)
parent\Shared\TaskHostTaskComplete.cs (1)
276
if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.
EnvironmentDeltaMinVersion
)
MSBuild (4)
OutOfProcTaskHostNode.cs (1)
1711
if (NodePacketTypeExtensions.GetNegotiatedPacketVersion(_parentPacketVersion) >= NodePacketTypeExtensions.
EnvironmentDeltaMinVersion
&& environmentUnchangedByTask)
parent\Shared\TaskHostConfiguration.cs (2)
588
if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.
EnvironmentDeltaMinVersion
)
611
if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.
EnvironmentDeltaMinVersion
)
parent\Shared\TaskHostTaskComplete.cs (1)
276
if (translator.NegotiatedPacketVersion >= NodePacketTypeExtensions.
EnvironmentDeltaMinVersion
)