1 write to Runtime
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\RuntimeAssetGroup.cs (1)
15Runtime = runtime;
2 references to Runtime
xunit.console (2)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (2)
68.Select(lib => compatibleRuntimes.Select(runtime => Tuple.Create(lib, lib.RuntimeAssemblyGroups.FirstOrDefault(libGroup => string.Equals(libGroup.Runtime, runtime)))) 82.Select(lib => compatibleRuntimes.Select(runtime => Tuple.Create(lib, lib.NativeLibraryGroups.FirstOrDefault(libGroup => string.Equals(libGroup.Runtime, runtime))))