1 instantiation of TestEventSource
Microsoft.AspNetCore.InternalTesting.Tests (1)
CollectingEventListenerTest.cs (1)
78
public static readonly TestEventSource Log = new
TestEventSource
();
5 references to TestEventSource
Microsoft.AspNetCore.InternalTesting.Tests (5)
CollectingEventListenerTest.cs (5)
24
TestEventSource
.Log.Test();
26
TestEventSource
.Log.TestWithPayload(42, 4.2);
45
TestEventSource
.Log.Test();
47
TestEventSource
.Log.TestWithPayload(42, 4.2);
78
public static readonly
TestEventSource
Log = new TestEventSource();