2 instantiations of PathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.cs (2)
43
_pathResolver = new
PathResolver
(_diagnosticReporter);
65
_pathResolver = new
PathResolver
(_diagnosticReporter);
4 references to PathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\MSBuildProjectLoader.cs (1)
27
private readonly
PathResolver
_pathResolver;
MSBuild\MSBuildProjectLoader.SolutionFilterReader.cs (1)
23
public static bool TryRead(string filterFilename,
PathResolver
pathResolver, [NotNullWhen(true)] out string? solutionFilename, out ImmutableHashSet<string> projectFilter)
MSBuild\MSBuildProjectLoader.Worker.cs (2)
28
private readonly
PathResolver
_pathResolver;
76
PathResolver
pathResolver,