2 writes to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.cs (2)
42_pathResolver = new PathResolver(_diagnosticReporter); 64_pathResolver = new PathResolver(_diagnosticReporter);
3 references to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.cs (3)
175var (absoluteSolutionPath, projects) = await SolutionFileReader.ReadSolutionFileAsync(solutionFilePath, _pathResolver, reportingMode, cancellationToken).ConfigureAwait(false); 189_pathResolver, 250_pathResolver,