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