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