2 writes to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.cs (2)
42
_pathResolver
= new PathResolver(_diagnosticReporter);
64
_pathResolver
= new PathResolver(_diagnosticReporter);
3 references to _pathResolver
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.cs (3)
175
var (absoluteSolutionPath, projects) = await SolutionFileReader.ReadSolutionFileAsync(solutionFilePath,
_pathResolver
, reportingMode, cancellationToken).ConfigureAwait(false);
189
_pathResolver
,
250
_pathResolver
,