1 instantiation of DocumentAnalyzerPerformance
AnalyzerRunner (1)
3 references to DocumentAnalyzerPerformance
AnalyzerRunner (3)
DiagnosticAnalyzerRunner.cs (3)
104var documentPerformance = new Dictionary<DocumentId, DocumentAnalyzerPerformance>();
121var currentDocumentPerformance = await TestDocumentPerformanceAsync(_analyzers, project, documentId, _options, cancellationToken).ConfigureAwait(false);
178private static async Task<DocumentAnalyzerPerformance> TestDocumentPerformanceAsync(ImmutableDictionary<string, ImmutableArray<DiagnosticAnalyzer>> analyzers, Project project, DocumentId documentId, Options analyzerOptionsInternal, CancellationToken cancellationToken)