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