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