2 references to VerifyDiagnosticLocationAsync
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (2)
130
await
VerifyDiagnosticLocationAsync
(diagnostic.Id, diagnostic.Location).ConfigureAwait(false);
136
await
VerifyDiagnosticLocationAsync
(diagnostic.Id, location).ConfigureAwait(false);