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