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