1 instantiation of DependencyContextPaths
Microsoft.Extensions.DependencyModel (1)
DependencyContextPaths.cs (1)
56return new DependencyContextPaths(
9 references to DependencyContextPaths
Microsoft.Extensions.DependencyModel (9)
DependencyContextLoader.cs (2)
23DependencyContextPaths.Current.Application, 24DependencyContextPaths.Current.NonApplicationPaths,
DependencyContextPaths.cs (3)
15public static DependencyContextPaths Current { get; } = GetCurrent(); 33private static DependencyContextPaths GetCurrent() 41internal static DependencyContextPaths Create(string? depsFiles, string? sharedRuntime)
Resolution\AppBaseCompilationAssemblyResolver.cs (4)
16private readonly DependencyContextPaths _dependencyContextPaths; 24: this(FileSystemWrapper.Default, basePath, DependencyContextPaths.Current) 29: this(fileSystem, ApplicationEnvironment.ApplicationBasePath, DependencyContextPaths.Current) 33internal AppBaseCompilationAssemblyResolver(IFileSystem fileSystem, string basePath, DependencyContextPaths dependencyContextPaths)