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