2 references to SetTraceState
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\ActivitySource.cs (2)
239
dataWithContext.
SetTraceState
(data.TraceState); // Keep the trace state in sync between data and dataWithContext
256
data.
SetTraceState
(dataWithContext.TraceState); // Keep the trace state in sync between data and dataWithContext