3 instantiations of RuntimeLibrary
installer.tasks (1)
GenerateTestSharedFrameworkDepsFile.cs (1)
62new RuntimeLibrary(
Microsoft.DotNet.SharedFramework.Sdk (1)
src\GenerateSharedFrameworkDepsFile.cs (1)
84var runtimeLibrary = new RuntimeLibrary("package",
Microsoft.Extensions.DependencyModel (1)
DependencyContextJsonReader.cs (1)
823return new RuntimeLibrary(
20 references to RuntimeLibrary
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
918foreach (var rtLib in depContext.RuntimeLibraries.Where(l => l.NativeLibraryGroups.Count == 0))
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
350if (runtimeProjectLibraries.TryGetValue(candidate.Name, out var runtimeLibrary))
Microsoft.DotNet.SharedFramework.Sdk (1)
src\GenerateSharedFrameworkDepsFile.cs (1)
84var runtimeLibrary = new RuntimeLibrary("package",
Microsoft.Extensions.DependencyModel (16)
DependencyContext.cs (3)
22IEnumerable<RuntimeLibrary> runtimeLibraries, 47public IReadOnlyList<RuntimeLibrary> RuntimeLibraries { get; } 59RuntimeLibraries.Union(other.RuntimeLibraries, new LibraryMergeEqualityComparer<RuntimeLibrary>()),
DependencyContextExtensions.cs (6)
46public static IEnumerable<string> GetDefaultNativeAssets(this RuntimeLibrary self, DependencyContext context) 53public static IEnumerable<RuntimeFile> GetDefaultNativeRuntimeFileAssets(this RuntimeLibrary self, DependencyContext context) 60public static IEnumerable<string> GetRuntimeNativeAssets(this RuntimeLibrary self, DependencyContext context, string runtimeIdentifier) 69public static IEnumerable<RuntimeFile> GetRuntimeNativeRuntimeFileAssets(this RuntimeLibrary self, DependencyContext context, string runtimeIdentifier) 93public static IEnumerable<AssemblyName> GetDefaultAssemblyNames(this RuntimeLibrary self, DependencyContext context) 101public static IEnumerable<AssemblyName> GetRuntimeAssemblyNames(this RuntimeLibrary self, DependencyContext context, string runtimeIdentifier)
DependencyContextJsonReader.cs (1)
210CreateLibraries(runtimeTarget.Libraries, true, libraryStubs).Cast<RuntimeLibrary>().ToArray(),
DependencyContextWriter.cs (5)
144private static void WritePortableTarget(string key, IReadOnlyList<RuntimeLibrary> runtimeLibraries, IReadOnlyList<CompilationLibrary> compilationLibraries, Utf8JsonWriter jsonWriter) 146Dictionary<string, RuntimeLibrary> runtimeLookup = runtimeLibraries.LibraryCollectionToDictionary(); 153runtimeLookup.TryGetValue(packageName, out RuntimeLibrary? runtimeLibrary); 232if (library is RuntimeLibrary runtimeLibrary) 258private static void WritePortableTargetLibrary(string key, RuntimeLibrary? runtimeLibrary, CompilationLibrary? compilationLibrary, Utf8JsonWriter jsonWriter)
RuntimeLibrary.cs (1)
63/// Initializes a new <see cref="RuntimeLibrary"/>.
Microsoft.ML.TestFrameworkCommon (1)
Utility\PathResolver.cs (1)
87foreach (var runtimeLib in defaultContext.RuntimeLibraries)