2 writes to _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 (4)
170
if (!
_pathResolver
.TryGetAbsoluteSolutionPath(solutionFilePath, baseDirectory: Directory.GetCurrentDirectory(), DiagnosticReportingMode.Throw, out var absoluteSolutionPath))
178
!SolutionFilterReader.TryRead(absoluteSolutionPath,
_pathResolver
, out absoluteSolutionPath, out projectFilter))
221
_pathResolver
,
283
_pathResolver
,