1 instantiation of SdkCheckCommand
dotnet-aot (1)
parent\dotnet\Commands\Sdk\Check\SdkCheckCommand.cs (1)
86return new SdkCheckCommand(parseResult, dotnetRoot: NativeEntryPoint.DotnetRoot).Execute();
1 reference to SdkCheckCommand
dotnet-aot (1)
parent\dotnet\Commands\Sdk\SdkCommandParser.cs (1)
15command.CheckCommand.SetAction(SdkCheckCommand.Run);