diff --git a/src/TraceEvent/TraceEventSession.cs b/src/TraceEvent/TraceEventSession.cs index 915a76d3b..9df626f6f 100644 --- a/src/TraceEvent/TraceEventSession.cs +++ b/src/TraceEvent/TraceEventSession.cs @@ -3125,7 +3125,7 @@ public static IEnumerable GetPublishedProviders() /// Returns the GUID of all event provider that either has registered itself in a running process (that is /// it CAN be enabled) or that a session has enabled (even if no instances of the provider exist in any process). /// - /// This is a relatively small list (less than 1000), unlike GetPublishedProviders. + /// This list can be quite large (often 2000+ entries), potentially larger than GetPublishedProviders. /// /// public static unsafe List GetRegisteredOrEnabledProviders()