2 references to VerifyDiagnosticLocationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (2)
321
await
VerifyDiagnosticLocationAsync
(diagnostic.Id, diagnostic.Location).ConfigureAwait(false);
327
await
VerifyDiagnosticLocationAsync
(diagnostic.Id, location).ConfigureAwait(false);