Skip to content

Commit 896e242

Browse files
Copilotbrianrob
andauthored
Fix GetRegisteredOrEnabledProviders() documentation claiming list is small (#2348)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: brianrob <6210322+brianrob@users.noreply.github.com>
1 parent de20568 commit 896e242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TraceEvent/TraceEventSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,7 +3125,7 @@ public static IEnumerable<Guid> GetPublishedProviders()
31253125
/// Returns the GUID of all event provider that either has registered itself in a running process (that is
31263126
/// it CAN be enabled) or that a session has enabled (even if no instances of the provider exist in any process).
31273127
/// <para>
3128-
/// This is a relatively small list (less than 1000), unlike GetPublishedProviders.
3128+
/// This list can be quite large (often 2000+ entries), potentially larger than GetPublishedProviders.
31293129
/// </para>
31303130
/// </summary>
31313131
public static unsafe List<Guid> GetRegisteredOrEnabledProviders()

0 commit comments

Comments
 (0)