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