1 write to _response
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
TestConfigurableDocumentHandler.cs (1)
46_response = response;
3 references to _response
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
TestConfigurableDocumentHandler.cs (3)
39if (_mutatesSolutionState is not null || _requiresLSPSolution is not null || _response is not null) 56Contract.ThrowIfNull(_response, $"{nameof(ConfigureHandler)} has not been called"); 57return _response;