4 references to TraceState
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\ActivitySource.cs (4)
225dataWithContext.SetTraceState(data.TraceState); // Keep the trace state in sync between data and dataWithContext 242data.SetTraceState(dataWithContext.TraceState); // Keep the trace state in sync between data and dataWithContext 284traceState = aco.TraceState; 312traceState = aco.TraceState;