3 references to HasRuntimeEnvironmentVariableSupport
dotnet (3)
Commands\Run\RunCommand.cs (1)
698
bool hasRuntimeEnvironmentVariableSupport = EnvironmentVariablesToMSBuild.
HasRuntimeEnvironmentVariableSupport
(project);
Commands\Test\MTP\MSBuildUtility.cs (1)
395
if (EnvironmentVariablesToMSBuild.
HasRuntimeEnvironmentVariableSupport
(project))
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
624
bool hasRuntimeEnvironmentVariableSupport = EnvironmentVariablesToMSBuild.
HasRuntimeEnvironmentVariableSupport
(project);