2 references to SetTraceState
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\ActivitySource.cs (2)
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