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)
35
public bool RequiresLSPSolution =>
_requiresLSPSolution
?? throw new InvalidOperationException($"{nameof(ConfigureHandler)} has not been called");
39
if (_mutatesSolutionState is not null ||
_requiresLSPSolution
is not null || _response is not null)