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