1 write to _circuitId
Microsoft.AspNetCore.Components (1)
ComponentsActivitySource.cs (1)
37_circuitId = circuitId;
6 references to _circuitId
Microsoft.AspNetCore.Components (6)
ComponentsActivitySource.cs (6)
44if (_circuitId != null) 46activity.SetTag("aspnetcore.components.circuit.id", _circuitId); 83if (_circuitId != null) 85activity.SetTag("aspnetcore.components.circuit.id", _circuitId); 119if (_circuitId != null) 121activity.SetTag("aspnetcore.components.circuit.id", _circuitId);