4 references to CreateBackchannelTraceContext
aspire (3)
Backchannel\ProfilingJsonRpcExtensions.cs (3)
50
arguments = WithTraceContext(arguments, activity.
CreateBackchannelTraceContext
());
73
arguments = WithTraceContext(arguments, activity.
CreateBackchannelTraceContext
());
101
arguments = WithTraceContext(arguments, activity.
CreateBackchannelTraceContext
());
Aspire.Cli.Tests (1)
Telemetry\ProfilingTelemetryTests.cs (1)
362
var traceContext = activity.
CreateBackchannelTraceContext
();