Skip to content
Merged
Changes from 2 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
3 changes: 2 additions & 1 deletion src/TraceEvent/TraceEventSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3125,7 +3125,8 @@ 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.
/// Note that not all providers returned will have names available via GetProviderName().

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Note that not all providers returned will have names available via GetProviderName().

/// </para>
/// </summary>
public static unsafe List<Guid> GetRegisteredOrEnabledProviders()
Expand Down