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