6 references to WriteEvent
Microsoft.AspNetCore.InternalTesting.Tests (1)
EventSourceValidatorTests.cs (1)
111
public void EventWithLong(long value) =>
WriteEvent
(3, value);
System.Data.Common (1)
System\Data\Common\DataCommonEventSource.cs (1)
99
WriteEvent
(ExitScopeId, scopeId);
System.Net.Http (2)
System\Net\Http\HttpTelemetry.cs (2)
125
WriteEvent
(eventId: 7, connectionId);
143
WriteEvent
(eventId: 10, contentLength);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\FrameworkEventSource.cs (2)
96
WriteEvent
(30, workID);
110
WriteEvent
(31, workID);