1 write to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.cs (1)
43
_pathResolver
= new PathResolver(_diagnosticReporter);
5 references to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (5)
MSBuild\MSBuildProjectLoader.cs (5)
169
var (absoluteSolutionPath, projects) = await SolutionFileReader.ReadSolutionFileAsync(solutionFilePath,
_pathResolver
, reportingMode, cancellationToken).ConfigureAwait(false);
176
let fullPath =
_pathResolver
.TryGetAbsoluteProjectPath(project.ProjectPath, solutionDir, reportingMode, out var absoluteProjectPath) ? absoluteProjectPath : null
230
if (!
_pathResolver
.TryGetAbsoluteProjectPath(projectFilePath, Directory.GetCurrentDirectory(), DiagnosticReportingMode.Throw, out var absoluteProjectPath))
272
_pathResolver
,
303
_pathResolver
,