7 references to InstrumentedConnections
Aspire.StackExchange.Redis (7)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentation.cs (7)
46lock (this.InstrumentedConnections) 50this.InstrumentedConnections.Add(instrumentation); 54lock (this.InstrumentedConnections) 56if (this.InstrumentedConnections.Remove(instrumentation)) 68lock (this.InstrumentedConnections) 70foreach (var instrumentation in this.InstrumentedConnections) 75this.InstrumentedConnections.Clear();