3 writes to RuntimeInfo
Microsoft.DotNet.NativeWrapper (3)
NETEnvironmentInfo.cs (3)
53RuntimeInfo = runtimeInfo; 59RuntimeInfo = new List<NetRuntimeInfo>(); 72RuntimeInfo = runtimes.Select(runtime => new NetRuntimeInfo(runtime.name, runtime.version, runtime.path));
2 references to RuntimeInfo
dotnet (1)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
55var runtimeFormatter = new RuntimeOutputWriter(environmentInfo.RuntimeInfo, productCollection, _productCollectionProvider, _reporter);
dotnet.Tests (1)
CommandTests\Sdk\Check\GivenDotnetSdkCheck.cs (1)
87foreach (var bundle in bundles.RuntimeInfo)