4 references to TraceState
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\ActivitySource.cs (4)
239dataWithContext.SetTraceState(data.TraceState); // Keep the trace state in sync between data and dataWithContext 256data.SetTraceState(dataWithContext.TraceState); // Keep the trace state in sync between data and dataWithContext 298traceState = aco.TraceState; 326traceState = aco.TraceState;