Implemented interface member:
method
TryGetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Diagnostics.IDiagnosticAnalyzerService.TryGetDiagnosticsForSpanAsync(Microsoft.CodeAnalysis.TextDocument, Microsoft.CodeAnalysis.Text.TextSpan, System.Func<System.String, System.Boolean>, System.Boolean, Microsoft.CodeAnalysis.CodeActions.CodeActionRequestPriority, Microsoft.CodeAnalysis.Diagnostics.DiagnosticKind, System.Threading.CancellationToken)
3 references to TryGetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
Diagnostics\DiagnosticServiceTests.vb (3)
2229Dim t = Await diagnosticService.TryGetDiagnosticsForSpanAsync(document, span, shouldIncludeDiagnostic:=Nothing) 2235t = Await diagnosticService.TryGetDiagnosticsForSpanAsync(document, span, shouldIncludeDiagnostic:=Nothing) 2326Await diagnosticService.TryGetDiagnosticsForSpanAsync(document, span, shouldIncludeDiagnostic:=Nothing)