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