1 write to _decompressionHandlerFactory
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
555_decompressionHandlerFactory ??= (settings, handler) => new DecompressionHandler(settings._automaticDecompression, handler);
2 references to _decompressionHandlerFactory
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
538Debug.Assert(_decompressionHandlerFactory is not null); 539handler = _decompressionHandlerFactory(settings, handler);