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