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)
44
if (
_circuitId
!= null)
46
activity.SetTag("aspnetcore.components.circuit.id",
_circuitId
);
83
if (
_circuitId
!= null)
85
activity.SetTag("aspnetcore.components.circuit.id",
_circuitId
);
119
if (
_circuitId
!= null)
121
activity.SetTag("aspnetcore.components.circuit.id",
_circuitId
);