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