3 implementations of IHtmlRequestInvoker
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
TestHtmlRequestInvoker.cs (1)
14internal class TestHtmlRequestInvoker : IHtmlRequestInvoker
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\HtmlRequestInvoker.cs (1)
26ILoggerFactory loggerFactory) : IHtmlRequestInvoker
Microsoft.VisualStudioCode.RazorExtension (1)
Services\HtmlRequestInvoker.cs (1)
24ILoggerFactory loggerFactory) : IHtmlRequestInvoker
88 references to IHtmlRequestInvoker
Microsoft.VisualStudio.LanguageServices.Razor (45)
LanguageClient\Cohost\CohostDocumentPullDiagnosticsEndpoint.cs (1)
32IHtmlRequestInvoker requestInvoker,
LanguageClient\Cohost\CohostTextPresentationEndpoint.cs (2)
25IHtmlRequestInvoker requestInvoker) 29private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
LanguageClient\Cohost\CohostUriPresentationEndpoint.cs (2)
28IHtmlRequestInvoker requestInvoker) 33private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
LanguageClient\Cohost\CohostWrapWithTagEndpoint.cs (2)
32IHtmlRequestInvoker requestInvoker, 39private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
LanguageClient\Cohost\HtmlRequestInvoker.cs (1)
19[Export(typeof(IHtmlRequestInvoker))]
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsEndpoint.cs (2)
38IHtmlRequestInvoker requestInvoker, 44private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsResolveEndpoint.cs (2)
38IHtmlRequestInvoker requestInvoker) 43private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (2)
43IHtmlRequestInvoker requestInvoker, 54private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionResolveEndpoint.cs (2)
37IHtmlRequestInvoker requestInvoker, 47private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (2)
23IHtmlRequestInvoker requestInvoker, 31private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostColorPresentationEndpoint.cs (2)
22IHtmlRequestInvoker requestInvoker) 25private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostDocumentColorEndpoint.cs (2)
24IHtmlRequestInvoker requestInvoker) 27private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentHighlight\CohostDocumentHighlightEndpoint.cs (2)
29IHtmlRequestInvoker requestInvoker) 33private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FoldingRange\CohostFoldingRangeEndpoint.cs (2)
30IHtmlRequestInvoker requestInvoker, 35private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (2)
32IHtmlRequestInvoker requestInvoker, 38private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (2)
33IHtmlRequestInvoker requestInvoker, 39private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (2)
32IHtmlRequestInvoker requestInvoker, 38private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Hover\CohostHoverEndpoint.cs (2)
28IHtmlRequestInvoker requestInvoker) 32private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\HtmlDocumentServices\HtmlRequestInvokerExtensions.cs (1)
14public static Task<TResponse?> MakeHtmlLspRequestAsync<TRequest, TResponse>(this IHtmlRequestInvoker requestInvoker, TextDocument razorDocument, string method, TRequest request, CancellationToken cancellationToken)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToDefinitionEndpoint.cs (2)
30IHtmlRequestInvoker requestInvoker, 35private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToImplementationEndpoint.cs (2)
27IHtmlRequestInvoker requestInvoker, 32private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (2)
40IHtmlRequestInvoker requestInvoker, 46private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Rename\CohostRenameEndpoint.cs (2)
26IHtmlRequestInvoker requestInvoker) 30private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SignatureHelp\CohostSignatureHelpEndpoint.cs (2)
30IHtmlRequestInvoker requestInvoker) 35private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
Cohost\CohostOnTypeFormattingEndpointTest.cs (2)
128IHtmlRequestInvoker requestInvoker; 144requestInvoker = StrictMock.Of<IHtmlRequestInvoker>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTestBase.cs (1)
130IHtmlRequestInvoker requestInvoker,
Microsoft.VisualStudioCode.RazorExtension (39)
Endpoints\DocumentPullDiagnosticsEndpoint.cs (1)
30IHtmlRequestInvoker requestInvoker,
Services\HtmlRequestInvoker.cs (1)
19[Export(typeof(IHtmlRequestInvoker))]
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsEndpoint.cs (2)
38IHtmlRequestInvoker requestInvoker, 44private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsResolveEndpoint.cs (2)
38IHtmlRequestInvoker requestInvoker) 43private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (2)
43IHtmlRequestInvoker requestInvoker, 54private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionResolveEndpoint.cs (2)
37IHtmlRequestInvoker requestInvoker, 47private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (2)
23IHtmlRequestInvoker requestInvoker, 31private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostColorPresentationEndpoint.cs (2)
22IHtmlRequestInvoker requestInvoker) 25private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostDocumentColorEndpoint.cs (2)
24IHtmlRequestInvoker requestInvoker) 27private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentHighlight\CohostDocumentHighlightEndpoint.cs (2)
29IHtmlRequestInvoker requestInvoker) 33private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FoldingRange\CohostFoldingRangeEndpoint.cs (2)
30IHtmlRequestInvoker requestInvoker, 35private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (2)
32IHtmlRequestInvoker requestInvoker, 38private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (2)
33IHtmlRequestInvoker requestInvoker, 39private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (2)
32IHtmlRequestInvoker requestInvoker, 38private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Hover\CohostHoverEndpoint.cs (2)
28IHtmlRequestInvoker requestInvoker) 32private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\HtmlDocumentServices\HtmlRequestInvokerExtensions.cs (1)
14public static Task<TResponse?> MakeHtmlLspRequestAsync<TRequest, TResponse>(this IHtmlRequestInvoker requestInvoker, TextDocument razorDocument, string method, TRequest request, CancellationToken cancellationToken)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToDefinitionEndpoint.cs (2)
30IHtmlRequestInvoker requestInvoker, 35private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToImplementationEndpoint.cs (2)
27IHtmlRequestInvoker requestInvoker, 32private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (2)
40IHtmlRequestInvoker requestInvoker, 46private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Rename\CohostRenameEndpoint.cs (2)
26IHtmlRequestInvoker requestInvoker) 30private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SignatureHelp\CohostSignatureHelpEndpoint.cs (2)
30IHtmlRequestInvoker requestInvoker) 35private readonly IHtmlRequestInvoker _requestInvoker = requestInvoker;
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTestBase.cs (1)
130IHtmlRequestInvoker requestInvoker,