6 references to GetContext
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\ActivitySource.cs (6)
231
acoContext = new ActivityCreationOptions<ActivityContext>(this, name, aco.
GetContext
(), kind, tags, links, ActivityIdFormat.W3C);
268
if (aco.
GetContext
() != default)
270
context = aco.
GetContext
();
273
else if (acoContext.
GetContext
() != default)
275
context = acoContext.
GetContext
();
321
context = aco.
GetContext
();