2 writes to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.cs (2)
43
_pathResolver
= new PathResolver(_diagnosticReporter);
65
_pathResolver
= new PathResolver(_diagnosticReporter);
3 references to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.cs (3)
176
var (absoluteSolutionPath, projects) = await SolutionFileReader.ReadSolutionFileAsync(solutionFilePath,
_pathResolver
, reportingMode, cancellationToken).ConfigureAwait(false);
190
_pathResolver
,
252
_pathResolver
,