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