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