11 references to ThrowIfNull
Aspire.StackExchange.Redis (11)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
50Guard.ThrowIfNull(connection);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentation.cs (2)
41Guard.ThrowIfNull(name); 42Guard.ThrowIfNull(connection);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (8)
41Guard.ThrowIfNull(connection); 60Guard.ThrowIfNull(configure); 77Guard.ThrowIfNull(connection); 78Guard.ThrowIfNull(configure); 102Guard.ThrowIfNull(builder); 143Guard.ThrowIfNull(configure); 158Guard.ThrowIfNull(configure); 176Guard.ThrowIfNull(builder);