2 references to GetVSDiagnosticsAsync
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\CohostDocumentPullDiagnosticsEndpoint.cs (2)
79
var results = await
GetVSDiagnosticsAsync
(razorDocument, cancellationToken).ConfigureAwait(false);
187
=> instance.
GetVSDiagnosticsAsync
(razorDocument, cancellationToken);