Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/TraceEvent/TraceEventSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3125,7 +3125,7 @@ public static IEnumerable<Guid> 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).
/// <para>
/// This is a relatively small list (less than 1000), unlike GetPublishedProviders.
/// This list can be quite large (often 2000+ entries), potentially larger than GetPublishedProviders.
/// </para>
/// </summary>
public static unsafe List<Guid> GetRegisteredOrEnabledProviders()
Expand Down