16 overrides of OnEventSourceCreated
Aspire.RabbitMQ.Client (1)
src\Components\Aspire.RabbitMQ.Client\RabbitMQEventSourceLogForwarder.cs (1)
148protected sealed override void OnEventSourceCreated(EventSource eventSource)
Http3SampleApp (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
23protected override void OnEventSourceCreated(EventSource eventSource)
HttpStress (1)
Program.cs (1)
736protected override void OnEventSourceCreated(EventSource eventSource)
Infrastructure.Common (1)
TestEventListener.cs (1)
62protected override void OnEventSourceCreated(EventSource eventSource)
InMemory.FunctionalTests (1)
EventSourceTests.cs (1)
442protected override void OnEventSourceCreated(EventSource eventSource)
Interop.FunctionalTests (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
23protected override void OnEventSourceCreated(EventSource eventSource)
InteropClient (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
23protected override void OnEventSourceCreated(EventSource eventSource)
Microsoft.AspNetCore.InternalTesting (1)
Tracing\CollectingEventListener.cs (1)
42protected override void OnEventSourceCreated(EventSource eventSource)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
23protected override void OnEventSourceCreated(EventSource eventSource)
Microsoft.AspNetCore.Tests (2)
WebApplicationTests.cs (1)
3049protected override void OnEventSourceCreated(EventSource eventSource)
WebHostTests.cs (1)
135protected override void OnEventSourceCreated(EventSource eventSource)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\EventSourceTestHelper.cs (1)
43protected override void OnEventSourceCreated(EventSource eventSource)
Microsoft.Extensions.Caching.Hybrid.Tests (1)
TestEventListener.cs (1)
45protected override void OnEventSourceCreated(EventSource eventSource)
Microsoft.Extensions.Http.Diagnostics (1)
Latency\Internal\HttpRequestLatencyListener.cs (1)
74protected override void OnEventSourceCreated(EventSource eventSource)
MSBuild (1)
PerformanceLogEventListener.cs (1)
112protected override void OnEventSourceCreated(EventSource eventSource)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\XplatEventLogger.cs (1)
156protected internal override void OnEventSourceCreated(EventSource eventSource)
8 references to OnEventSourceCreated
Aspire.RabbitMQ.Client (1)
src\Components\Aspire.RabbitMQ.Client\RabbitMQEventSourceLogForwarder.cs (1)
150base.OnEventSourceCreated(eventSource);
Http3SampleApp (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
25base.OnEventSourceCreated(eventSource);
Interop.FunctionalTests (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
25base.OnEventSourceCreated(eventSource);
InteropClient (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
25base.OnEventSourceCreated(eventSource);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
25base.OnEventSourceCreated(eventSource);
Microsoft.Extensions.Caching.Hybrid.Tests (1)
TestEventListener.cs (1)
56base.OnEventSourceCreated(eventSource);
MSBuild (1)
PerformanceLogEventListener.cs (1)
130base.OnEventSourceCreated(eventSource);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3595listener.OnEventSourceCreated(this);