14 overrides of OnEventSourceCreated
Aspire.RabbitMQ.Client (1)
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)
3051protected override void OnEventSourceCreated(EventSource eventSource)
WebHostTests.cs (1)
137protected 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)
66protected 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)
7 references to OnEventSourceCreated
Aspire.RabbitMQ.Client (1)
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);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3592listener.OnEventSourceCreated(this);