1 instantiation of EventCommandEventArgs
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
2631var commandArgs = new EventCommandEventArgs(command, commandArguments, this, listener, eventProviderType, perEventSourceSessionId, enable, level, matchAnyKeyword);
34 references to EventCommandEventArgs
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.Caching.Hybrid (1)
Internal\HybridCacheEventSource.cs (1)
202protected override void OnEventCommand(EventCommandEventArgs command)
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
299protected 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)
359protected 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)
369protected override void OnEventCommand(EventCommandEventArgs command)
System\Diagnostics\Metrics\MetricsEventSource.cs (4)
315protected override void OnEventCommand(EventCommandEventArgs command) 356public void OnEventCommand(EventCommandEventArgs command) 562private void IncrementRefCount(string clientId, EventCommandEventArgs command) 676private string GetSessionId(EventCommandEventArgs command)
System.Diagnostics.Tracing (1)
artifacts\obj\System.Diagnostics.Tracing\Debug\net11.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)
227private EventHandler<EventCommandEventArgs>? m_eventCommandExecuted; 249private EventCommandEventArgs? m_deferredCommands; // If we get commands before we are fully we store them here and run the when we are fully inited. 550public event EventHandler<EventCommandEventArgs>? EventCommandExecuted 563EventCommandEventArgs? deferredCommands = m_deferredCommands; 812protected virtual void OnEventCommand(EventCommandEventArgs command) { } 1743EventCommandEventArgs? deferredCommands = m_deferredCommands; 2631var commandArgs = new EventCommandEventArgs(command, commandArguments, this, listener, eventProviderType, perEventSourceSessionId, enable, level, matchAnyKeyword); 2651EventCommandEventArgs lastCommand = m_deferredCommands; 2666internal void DoCommand(EventCommandEventArgs commandArgs) 4146internal EventCommandEventArgs? nextCommand; // We form a linked list of these deferred commands.
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (1)
70protected override void OnEventCommand(EventCommandEventArgs command)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (1)
28protected override void OnEventCommand(EventCommandEventArgs command)