1 instantiation of DiagnosticComputer
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
118var diagnosticsComputer = new DiagnosticComputer(document, project, solutionChecksum, span, analysisKind, analyzerInfoCache, hostWorkspaceServices);
6 references to DiagnosticComputer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (4)
635var diagnosticsMapResults = await DiagnosticComputer.GetDiagnosticsAsync( 702_ = await DiagnosticComputer.GetDiagnosticsAsync( 759_ = await DiagnosticComputer.GetDiagnosticsAsync(document, project, Checksum.Null, span: null, 772var diagnosticsMap = await DiagnosticComputer.GetDiagnosticsAsync(document, project, Checksum.Null, span: null,
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
118var diagnosticsComputer = new DiagnosticComputer(document, project, solutionChecksum, span, analysisKind, analyzerInfoCache, hostWorkspaceServices);
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (1)
62var result = await DiagnosticComputer.GetDiagnosticsAsync(