1 write to _requiresLSPSolution
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
TestConfigurableDocumentHandler.cs (1)
45_requiresLSPSolution = requiresLspSolution;
2 references to _requiresLSPSolution
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
TestConfigurableDocumentHandler.cs (2)
35public bool RequiresLSPSolution => _requiresLSPSolution ?? throw new InvalidOperationException($"{nameof(ConfigureHandler)} has not been called"); 39if (_mutatesSolutionState is not null || _requiresLSPSolution is not null || _response is not null)