8 references to DefinitionClientCapabilities
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Protocol\Methods.Navigation.cs (2)
39/// <see cref="LocationLink"/> may only be returned if the client opts in via <see cref="DefinitionClientCapabilities.LinkSupport"/> 47/// <see cref="LocationLink"/> may only be returned if the client opts in via <see cref="DefinitionClientCapabilities.LinkSupport"/>
Protocol\Navigation\CallHierarchyIncomingCallsParams.cs (1)
33/// <see cref="LocationLink"/> may only be used if the client opts in via <see cref="DefinitionClientCapabilities.LinkSupport"/>
Protocol\Navigation\CallHierarchyOutgoingCallsParams.cs (1)
33/// <see cref="LocationLink"/> may only be used if the client opts in via <see cref="DefinitionClientCapabilities.LinkSupport"/>
Protocol\Navigation\DefinitionParams.cs (1)
25/// <see cref="LocationLink"/> may only be used if the client opts in via <see cref="DefinitionClientCapabilities.LinkSupport"/>
Protocol\Navigation\TypeHierarchySubtypesParams.cs (1)
33/// <see cref="LocationLink"/> may only be used if the client opts in via <see cref="DefinitionClientCapabilities.LinkSupport"/>
Protocol\Navigation\TypeHierarchySupertypesParams.cs (1)
33/// <see cref="LocationLink"/> may only be used if the client opts in via <see cref="DefinitionClientCapabilities.LinkSupport"/>
Protocol\TextDocumentClientCapabilities.cs (1)
60public DefinitionClientCapabilities? Definition { get; set; }