2 implementations of GetDotnetEnvironmentInfo
dotnet.Tests (1)
CommandTests\Sdk\Check\MockNETBundleProvider.cs (1)
17public NetEnvironmentInfo GetDotnetEnvironmentInfo(string dotnetDir)
Microsoft.DotNet.NativeWrapper (1)
NETBundlesNativeWrapper.cs (1)
8public NetEnvironmentInfo GetDotnetEnvironmentInfo(string dotnetExeDirectory)
1 reference to GetDotnetEnvironmentInfo
dotnet (1)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
53var environmentInfo = _netBundleProvider.GetDotnetEnvironmentInfo(_dotnetPath);