2 instantiations of DiagnosticReporter
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.cs (1)
59: this(workspace.Services.SolutionServices, new DiagnosticReporter(workspace), projectFileLoaderRegistry: null, properties)
MSBuild\MSBuildWorkspace.cs (1)
43_reporter = new DiagnosticReporter(this);
9 references to DiagnosticReporter
Microsoft.CodeAnalysis.Workspaces.MSBuild (9)
MSBuild\MSBuildProjectLoader.cs (2)
26private readonly DiagnosticReporter _diagnosticReporter; 35DiagnosticReporter diagnosticReporter,
MSBuild\MSBuildProjectLoader.Worker.cs (2)
28private readonly DiagnosticReporter _diagnosticReporter; 76DiagnosticReporter diagnosticReporter,
MSBuild\MSBuildWorkspace.cs (1)
36private readonly DiagnosticReporter _reporter;
MSBuild\PathResolver.cs (2)
14private readonly DiagnosticReporter _diagnosticReporter; 16public PathResolver(DiagnosticReporter diagnosticReporter)
MSBuild\ProjectFile\ProjectFileLoaderRegistry.cs (2)
17private readonly DiagnosticReporter _diagnosticReporter; 21public ProjectFileLoaderRegistry(SolutionServices solutionServices, DiagnosticReporter diagnosticReporter)