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