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