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