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