1 instantiation of DiagnosticReporter
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.cs (1)
64
: this(workspace.Services.SolutionServices, new
DiagnosticReporter
(workspace), properties)
14 references to DiagnosticReporter
Microsoft.CodeAnalysis.Workspaces.MSBuild (14)
MSBuild\BuildHostProjectFileInfoProvider.cs (1)
19
DiagnosticReporter
diagnosticReporter,
MSBuild\DiagnosticReporterLoggerProvider.cs (3)
12
private readonly
DiagnosticReporter
_reporter;
14
public DiagnosticReporterLoggerProvider(
DiagnosticReporter
reporter)
28
private sealed class Logger(
DiagnosticReporter
reporter, string categoryName) : ILogger
MSBuild\MSBuildProjectLoader.cs (3)
29
private readonly
DiagnosticReporter
_diagnosticReporter;
39
DiagnosticReporter
diagnosticReporter,
68
internal
DiagnosticReporter
Reporter
MSBuild\MSBuildProjectLoader.Worker.cs (2)
27
private readonly
DiagnosticReporter
_diagnosticReporter;
69
DiagnosticReporter
diagnosticReporter,
MSBuild\MSBuildWorkspace.cs (1)
94
private
DiagnosticReporter
Reporter
MSBuild\PathResolver.cs (2)
14
private readonly
DiagnosticReporter
? _diagnosticReporter;
16
public PathResolver(
DiagnosticReporter
? diagnosticReporter)
MSBuild\ProjectFileExtensionRegistry.cs (2)
17
private readonly
DiagnosticReporter
_diagnosticReporter;
22
public ProjectFileExtensionRegistry(
DiagnosticReporter
diagnosticReporter, IFileBasedProgramService? fileBasedProgramService)