6 references to InlayHintResolveName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\InlayHint\InlayHintResolveHandler.cs (1)
21[Method(Methods.InlayHintResolveName)]
Protocol\Methods.Document.cs (1)
289public static readonly LspRequest<InlayHint, InlayHint> InlayHintResolve = new(InlayHintResolveName);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
InlayHint\AbstractInlayHintTests.cs (1)
60var resolvedInlayHint = await testLspServer.ExecuteRequestAsync<LSP.InlayHint, LSP.InlayHint>(LSP.Methods.InlayHintResolveName, matchingInlayHint, CancellationToken.None);
InlayHint\CSharpInlayHintTests.cs (1)
145var firstResolvedHint = await testLspServer.ExecuteRequestAsync<LSP.InlayHint, LSP.InlayHint>(LSP.Methods.InlayHintResolveName, firstInlayHint, CancellationToken.None);
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\InlayHints\CohostInlayHintResolveEndpoint.cs (1)
22[CohostEndpoint(Methods.InlayHintResolveName)]
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\InlayHints\CohostInlayHintResolveEndpoint.cs (1)
22[CohostEndpoint(Methods.InlayHintResolveName)]