2 references to TryResolveRunner
Microsoft.DotNet.Cli.Definitions (2)
Commands\Test\TestCommandDefinition.cs (2)
52
if (!string.IsNullOrEmpty(trimmedEnvValue) &&
TryResolveRunner
(trimmedEnvValue) is { } runnerFromEnv)
63
return
TryResolveRunner
(globalJsonRunnerName)