7 references to ArgumentNullThrowHelper
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (7)
RedisOutputCacheStore.cs (5)
72ArgumentNullThrowHelper.ThrowIfNull(optionsAccessor); 73ArgumentNullThrowHelper.ThrowIfNull(logger); 190ArgumentNullThrowHelper.ThrowIfNull(key); 208ArgumentNullThrowHelper.ThrowIfNull(key); 209ArgumentNullThrowHelper.ThrowIfNull(destination);
StackExchangeRedisCacheServiceCollectionExtensions.cs (2)
25ArgumentNullThrowHelper.ThrowIfNull(services); 26ArgumentNullThrowHelper.ThrowIfNull(setupAction);