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