4 references to NativeEntryPoint
dotnet-aot (4)
src\sdk\src\Cli\dotnet\Commands\Run\AotRunCommand.cs (2)
162
if (string.IsNullOrEmpty(
NativeEntryPoint
.DotnetRoot))
167
launchEnvironment[rootVariableName] =
NativeEntryPoint
.DotnetRoot;
src\sdk\src\Cli\dotnet\Commands\Sdk\Check\SdkCheckCommand.cs (1)
86
return new SdkCheckCommand(parseResult, dotnetRoot:
NativeEntryPoint
.DotnetRoot).Execute();
src\sdk\src\Cli\dotnet\ParserOptionActions.cs (1)
207
telemetryClient:
NativeEntryPoint
.TelemetryClient