4 references to TraceState
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\ActivitySource.cs (4)
265
dataWithContext.SetTraceState(data.
TraceState
); // Keep the trace state in sync between data and dataWithContext
282
data.SetTraceState(dataWithContext.
TraceState
); // Keep the trace state in sync between data and dataWithContext
324
traceState = aco.
TraceState
;
352
traceState = aco.
TraceState
;