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)
26
private readonly
DiagnosticReporter
_diagnosticReporter;
35
DiagnosticReporter
diagnosticReporter,
MSBuild\MSBuildProjectLoader.Worker.cs (2)
28
private readonly
DiagnosticReporter
_diagnosticReporter;
76
DiagnosticReporter
diagnosticReporter,
MSBuild\MSBuildWorkspace.cs (1)
36
private readonly
DiagnosticReporter
_reporter;
MSBuild\PathResolver.cs (2)
14
private readonly
DiagnosticReporter
_diagnosticReporter;
16
public PathResolver(
DiagnosticReporter
diagnosticReporter)
MSBuild\ProjectFile\ProjectFileLoaderRegistry.cs (2)
17
private readonly
DiagnosticReporter
_diagnosticReporter;
21
public ProjectFileLoaderRegistry(SolutionServices solutionServices,
DiagnosticReporter
diagnosticReporter)