1 instantiation of NetEnvironmentInfo
Microsoft.DotNet.NativeWrapper (1)
NETBundlesNativeWrapper.cs (1)
10NetEnvironmentInfo info = new();
4 references to NetEnvironmentInfo
dotnet (1)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
56var environmentInfo = _netBundleProvider.GetDotnetEnvironmentInfo(_dotnetPath);
Microsoft.DotNet.NativeWrapper (3)
INETBundleProvider.cs (1)
8NetEnvironmentInfo GetDotnetEnvironmentInfo(string dotnetDir);
NETBundlesNativeWrapper.cs (2)
8public NetEnvironmentInfo GetDotnetEnvironmentInfo(string dotnetExeDirectory) 10NetEnvironmentInfo info = new();