2 references to TestEnvOption
dotnet (2)
Commands\Test\TestCommandParser.cs (1)
281
command.Options.Add(CommonOptions.
TestEnvOption
);
Commands\Test\VSTest\TestCommand.cs (1)
235
if (result.GetValue(CommonOptions.
TestEnvOption
) is { } environmentVariables)