5 references to XamlLspServer
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
WellKnownLspServerKinds.cs (3)
59
WellKnownLspServerKinds.
XamlLspServer
=> "XAML Language Server Client (Experimental)",
83
WellKnownLspServerKinds.
XamlLspServer
=> "XamlInProcLanguageClient",
101
WellKnownLspServerKinds.
XamlLspServer
=> "XamlLspLanguages",
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageClient\XamlInProcLanguageClient.cs (1)
57
public override WellKnownLspServerKinds ServerKind => WellKnownLspServerKinds.
XamlLspServer
;
Implementation\LanguageServer\ExportStatelessXamlLspServiceAttribute.cs (1)
15
public ExportStatelessXamlLspServiceAttribute(Type handlerType) : base(handlerType, StringConstants.XamlLspLanguagesContract, WellKnownLspServerKinds.
XamlLspServer
)