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)
39
if (_mutatesSolutionState is not null || _requiresLSPSolution is not null ||
_response
is not null)
56
Contract.ThrowIfNull(
_response
, $"{nameof(ConfigureHandler)} has not been called");
57
return
_response
;