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)
68public TypeDefinitionClientCapabilities? TypeDefinition { get; set; }