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