5 instantiations of DependencyContext
installer.tasks (1)
Microsoft.DotNet.SharedFramework.Sdk (1)
Microsoft.Extensions.DependencyModel (2)
Microsoft.NET.Build.Tasks (1)
46 references to DependencyContext
dotnet-svcutil-lib (1)
installer.tasks (1)
Microsoft.DotNet.Cli.Utils (4)
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)
Microsoft.NET.Build.Tasks (2)
Microsoft.TestPlatform.TestHostRuntimeProvider (1)