1 write to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.cs (1)
41
_pathResolver
= new PathResolver(_diagnosticReporter);
4 references to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\MSBuildProjectLoader.cs (4)
155
if (!
_pathResolver
.TryGetAbsoluteSolutionPath(solutionFilePath, baseDirectory: Directory.GetCurrentDirectory(), DiagnosticReportingMode.Throw, out var absoluteSolutionPath))
163
!SolutionFilterReader.TryRead(absoluteSolutionPath,
_pathResolver
, out absoluteSolutionPath, out projectfilter))
205
_pathResolver
,
264
_pathResolver
,