We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de20568 commit 896e242Copy full SHA for 896e242
src/TraceEvent/TraceEventSession.cs
@@ -3125,7 +3125,7 @@ public static IEnumerable<Guid> GetPublishedProviders()
3125
/// Returns the GUID of all event provider that either has registered itself in a running process (that is
3126
/// it CAN be enabled) or that a session has enabled (even if no instances of the provider exist in any process).
3127
/// <para>
3128
- /// This is a relatively small list (less than 1000), unlike GetPublishedProviders.
+ /// This list can be quite large (often 2000+ entries), potentially larger than GetPublishedProviders.
3129
/// </para>
3130
/// </summary>
3131
public static unsafe List<Guid> GetRegisteredOrEnabledProviders()
0 commit comments