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