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