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