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