15 references to Guard
Aspire.StackExchange.Redis (15)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\ActivitySourceFactory.cs (1)
33Guard.ThrowIfNull(type);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
68Guard.ThrowIfNull(connection);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentation.cs (2)
41Guard.ThrowIfNull(name); 42Guard.ThrowIfNull(connection);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (11)
41Guard.ThrowIfNull(connection); 56Guard.ThrowIfNull(serviceKey); 75Guard.ThrowIfNull(serviceKey); 76Guard.ThrowIfNull(configure); 95Guard.ThrowIfNull(configure); 112Guard.ThrowIfNull(connection); 113Guard.ThrowIfNull(configure); 139Guard.ThrowIfNull(builder); 182Guard.ThrowIfNull(configure); 197Guard.ThrowIfNull(configure); 215Guard.ThrowIfNull(builder);