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