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