6 references to GetContext
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\ActivitySource.cs (6)
228
acoContext = new ActivityCreationOptions<ActivityContext>(this, name, aco.
GetContext
(), kind, tags, links, ActivityIdFormat.W3C);
265
if (aco.
GetContext
() != default)
267
context = aco.
GetContext
();
270
else if (acoContext.
GetContext
() != default)
272
context = acoContext.
GetContext
();
318
context = aco.
GetContext
();