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