2 references to AppendSuffix
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Activity.cs (2)
1329
ret =
AppendSuffix
(Parent.Id, Interlocked.Increment(ref Parent._currentChildId).ToString(), '.');
1346
ret =
AppendSuffix
(parentId, Interlocked.Increment(ref s_currentRootId).ToString("x"), '_');