4 instantiations of DependencyContext
installer.tasks (1)
Microsoft.DotNet.SharedFramework.Sdk (1)
Microsoft.Extensions.DependencyModel (2)
53 references to DependencyContext
dotnet-svcutil-lib (1)
installer.tasks (1)
Microsoft.AspNetCore.Analyzer.Testing (2)
Microsoft.AspNetCore.Analyzers.Test (1)
Microsoft.AspNetCore.Http.Extensions.Tests (2)
Microsoft.AspNetCore.Http.Microbenchmarks (2)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (4)
Microsoft.AspNetCore.Mvc.Testing (2)
Microsoft.DotNet.SharedFramework.Sdk (1)
Microsoft.Extensions.DependencyModel (34)
DependencyContextExtensions.cs (14)
16public static IEnumerable<string> GetDefaultNativeAssets(this DependencyContext self)
23public static IEnumerable<RuntimeFile> GetDefaultNativeRuntimeFileAssets(this DependencyContext self)
30public static IEnumerable<string> GetRuntimeNativeAssets(this DependencyContext self, string runtimeIdentifier)
38public static IEnumerable<RuntimeFile> GetRuntimeNativeRuntimeFileAssets(this DependencyContext self, string runtimeIdentifier)
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)
78public static IEnumerable<AssemblyName> GetDefaultAssemblyNames(this DependencyContext self)
85public static IEnumerable<AssemblyName> GetRuntimeAssemblyNames(this DependencyContext self, string runtimeIdentifier)
93public static IEnumerable<AssemblyName> GetDefaultAssemblyNames(this RuntimeLibrary self, DependencyContext context)
101public static IEnumerable<AssemblyName> GetRuntimeAssemblyNames(this RuntimeLibrary self, DependencyContext context, string runtimeIdentifier)
127DependencyContext context,
137DependencyContext context,
Microsoft.ML.TestFrameworkCommon (2)
Mvc.Analyzers.Test (1)