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