1 implementation of GetDotnetEnvironmentInfo
Microsoft.DotNet.NativeWrapper (1)
NETBundlesNativeWrapper.cs (1)
8public NetEnvironmentInfo GetDotnetEnvironmentInfo(string dotnetExeDirectory)
2 references to GetDotnetEnvironmentInfo
dotnet (1)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
56var environmentInfo = _netBundleProvider.GetDotnetEnvironmentInfo(_dotnetPath);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Sdk\Check\SdkCheckCommand.cs (1)
56var environmentInfo = _netBundleProvider.GetDotnetEnvironmentInfo(_dotnetPath);