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