Implemented interface member:
property
RequiresLSPSolution
Microsoft.CodeAnalysis.LanguageServer.Handler.ISolutionRequiredHandler.RequiresLSPSolution
2 overrides of RequiresLSPSolution
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Commands\ExecuteWorkspaceCommandTests.cs (1)
63public override bool RequiresLSPSolution => true;
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Commands\CreateEventCommandHandler.cs (1)
39public override bool RequiresLSPSolution => true;