3 references to MakeHtmlRequestAsync
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
Cohost\HtmlRequestInvokerTest.cs (3)
53await MakeHtmlRequestAsync(document, htmlDocumentUri, requestValidator, VSInternalMethods.DocumentPullDiagnosticName, diagnosticRequest);
75await MakeHtmlRequestAsync(document, htmlDocumentUri, requestValidator, Methods.TextDocumentHoverName, hoverRequest);
99await MakeHtmlRequestAsync(document, htmlDocumentUri, requestValidator, Methods.TextDocumentCodeActionName, codeActionsRequest);