4 references to TraceState
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\ActivitySource.cs (4)
236dataWithContext.SetTraceState(data.TraceState); // Keep the trace state in sync between data and dataWithContext 253data.SetTraceState(dataWithContext.TraceState); // Keep the trace state in sync between data and dataWithContext 295traceState = aco.TraceState; 323traceState = aco.TraceState;