1 instantiation of EventCommandEventArgs
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
2611var commandArgs = new EventCommandEventArgs(command, commandArguments, this, listener, eventProviderType, perEventSourceSessionId, enable, level, matchAnyKeyword);
34 references to EventCommandEventArgs
Microsoft.AspNetCore.ConcurrencyLimiter (1)
ConcurrencyLimiterEventSource.cs (1)
87protected override void OnEventCommand(EventCommandEventArgs command)
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEventSource.cs (1)
87protected override void OnEventCommand(EventCommandEventArgs command)
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionsEventSource.cs (1)
81protected override void OnEventCommand(EventCommandEventArgs command)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelEventSource.cs (1)
301protected override void OnEventCommand(EventCommandEventArgs command)
Microsoft.CodeAnalysis.Workspaces (2)
Log\RoslynEventSource.cs (2)
66protected override void OnEventCommand(EventCommandEventArgs command) 93private static bool FunctionDefinitionRequested(EventCommandEventArgs command)
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
296protected override void OnEventCommand(EventCommandEventArgs command)
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Latency\Internal\HttpMockProvider.cs (1)
47protected override void OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs command)
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
356protected override void OnEventCommand(EventCommandEventArgs command)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
196[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventCommandEventArgs))]
netstandard (1)
netstandard.cs (1)
717[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventCommandEventArgs))]
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
365protected override void OnEventCommand(EventCommandEventArgs command)
System\Diagnostics\Metrics\MetricsEventSource.cs (4)
317protected override void OnEventCommand(EventCommandEventArgs command) 358public void OnEventCommand(EventCommandEventArgs command) 564private void IncrementRefCount(string clientId, EventCommandEventArgs command) 678private string GetSessionId(EventCommandEventArgs command)
System.Diagnostics.Tracing (1)
artifacts\obj\System.Diagnostics.Tracing\Debug\net10.0\System.Diagnostics.Tracing.Forwards.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventCommandEventArgs))]
System.Net.Http (1)
System\Net\Http\HttpTelemetry.AnyOS.cs (1)
43protected override void OnEventCommand(EventCommandEventArgs command)
System.Net.NameResolution (1)
System\Net\NameResolutionTelemetry.cs (1)
28protected override void OnEventCommand(EventCommandEventArgs command)
System.Net.Security (1)
System\Net\Security\NetSecurityTelemetry.cs (1)
49protected override void OnEventCommand(EventCommandEventArgs command)
System.Net.Sockets (1)
System\Net\Sockets\SocketsTelemetry.cs (1)
260protected override void OnEventCommand(EventCommandEventArgs command)
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
45private void OnEventSourceCommand(object? sender, EventCommandEventArgs e)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (10)
233private EventHandler<EventCommandEventArgs>? m_eventCommandExecuted; 255private EventCommandEventArgs? m_deferredCommands; // If we get commands before we are fully we store them here and run the when we are fully inited. 561public event EventHandler<EventCommandEventArgs>? EventCommandExecuted 574EventCommandEventArgs? deferredCommands = m_deferredCommands; 823protected virtual void OnEventCommand(EventCommandEventArgs command) { } 1731EventCommandEventArgs? deferredCommands = m_deferredCommands; 2611var commandArgs = new EventCommandEventArgs(command, commandArguments, this, listener, eventProviderType, perEventSourceSessionId, enable, level, matchAnyKeyword); 2631EventCommandEventArgs lastCommand = m_deferredCommands; 2646internal void DoCommand(EventCommandEventArgs commandArgs) 4744internal EventCommandEventArgs? nextCommand; // We form a linked list of these deferred commands.
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (1)
78protected override void OnEventCommand(EventCommandEventArgs command)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (1)
29protected override void OnEventCommand(EventCommandEventArgs command)