6 references to GetContext
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\ActivitySource.cs (6)
217
acoContext = new ActivityCreationOptions<ActivityContext>(this, name, aco.
GetContext
(), kind, tags, links, ActivityIdFormat.W3C);
254
if (aco.
GetContext
() != default)
256
context = aco.
GetContext
();
259
else if (acoContext.
GetContext
() != default)
261
context = acoContext.
GetContext
();
307
context = aco.
GetContext
();