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