2 references to Path
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (2)
306
return $"{
Path
(activityInfo.m_creator)}/{activityInfo.m_uniqueId}";
311
return m_name + "(" +
Path
(this) + (m_stopped ? ",DEAD)" : ")");