1 instantiation of TypeDefinitionClientCapabilities
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTest.cs (1)
103
TypeDefinition =
new
() { DynamicRegistration = true }
4 references to TypeDefinitionClientCapabilities
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\Methods.Navigation.cs (2)
66
/// <see cref="LocationLink"/> may only be returned if the client opts in via <see cref="
TypeDefinitionClientCapabilities
.LinkSupport"/>
85
/// <see cref="LocationLink"/> may only be returned if the client opts in via <see cref="
TypeDefinitionClientCapabilities
.LinkSupport"/>
Protocol\Navigation\TypeDefinitionParams.cs (1)
25
/// <see cref="LocationLink"/> may only be used if the client opts in via <see cref="
TypeDefinitionClientCapabilities
.LinkSupport"/>
Protocol\TextDocumentClientCapabilities.cs (1)
68
public
TypeDefinitionClientCapabilities
? TypeDefinition { get; set; }