4 references to s_ActivityStopSuffix
mscorlib (4)
system\diagnostics\eventing\activitytracker.cs (2)
271else if (activityName.EndsWith(EventSource.s_ActivityStopSuffix)) 272activityName = activityName.Substring(0, activityName.Length - EventSource.s_ActivityStopSuffix.Length);
system\diagnostics\eventing\eventsource.cs (2)
2490else if (eventName.EndsWith(s_ActivityStopSuffix)) 3466string taskName = eventName.Substring(0, eventName.Length - s_ActivityStopSuffix.Length); // Remove the Stop suffix to get the task name