1 instantiation of DependencyContextPaths
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextPaths.cs (1)
54
return new
DependencyContextPaths
(
8 references to DependencyContextPaths
xunit.console (8)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextLoader.cs (2)
22
DependencyContextPaths
.Current.Application,
23
DependencyContextPaths
.Current.NonApplicationPaths,
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextPaths.cs (3)
15
public static
DependencyContextPaths
Current { get; } = GetCurrent();
33
private static
DependencyContextPaths
GetCurrent()
45
internal static
DependencyContextPaths
Create(string depsFiles, string sharedRuntime)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\AppBaseCompilationAssemblyResolver.cs (3)
16
private readonly
DependencyContextPaths
_dependencyContextPaths;
24
: this(fileSystem, ApplicationEnvironment.ApplicationBasePath,
DependencyContextPaths
.Current)
28
internal AppBaseCompilationAssemblyResolver(IFileSystem fileSystem, string basePath,
DependencyContextPaths
dependencyContextPaths)