6 references to GetContext
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\ActivitySource.cs (6)
257
acoContext = new ActivityCreationOptions<ActivityContext>(this, name, aco.
GetContext
(), kind, tags, links, ActivityIdFormat.W3C);
294
if (aco.
GetContext
() != default)
296
context = aco.
GetContext
();
299
else if (acoContext.
GetContext
() != default)
301
context = acoContext.
GetContext
();
347
context = aco.
GetContext
();