16 references to WriteEvent
Microsoft.CodeAnalysis.Workspaces (2)
Log\RoslynEventSource.cs (2)
55=> WriteEvent(3, (int)functionId, tick, blockId); 63=> WriteEvent(5, (int)functionId, tick, blockId);
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
79WriteEvent(5, serviceProviderHashCode, scopedServicesResolved, disposableServices);
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
362WriteEvent(13, Major, Minor, Patch);
System\Diagnostics\Metrics\MetricsEventSource.cs (1)
294WriteEvent(18, Major, Minor, Patch);
System.Linq.Parallel (4)
System\Linq\Parallel\Utils\PLINQETWProvider.cs (4)
102WriteEvent(PARALLELQUERYBEGIN_EVENTID, taskSchedulerId, taskId, queryId); 130WriteEvent(PARALLELQUERYEND_EVENTID, taskSchedulerId, taskId, queryId); 162WriteEvent(PARALLELQUERYFORK_EVENTID, taskSchedulerId, taskId, queryId); 192WriteEvent(PARALLELQUERYJOIN_EVENTID, taskSchedulerId, taskId, queryId);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (2)
102internal void BufferReturned(int bufferId, int bufferSize, int poolId) => WriteEvent(3, bufferId, bufferSize, poolId); 110internal void BufferTrimmed(int bufferId, int bufferSize, int poolId) => WriteEvent(4, bufferId, bufferSize, poolId);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (2)
242WriteEvent(TASKSTARTED_ID, OriginatingTaskSchedulerID, OriginatingTaskID, TaskID); 357WriteEvent(TASKWAITEND_ID, OriginatingTaskSchedulerID, OriginatingTaskID, TaskID);
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\ParallelETWProvider.cs (3)
270WriteEvent(PARALLELINVOKEEND_ID, OriginatingTaskSchedulerID, OriginatingTaskID, ForkJoinContextID); 288WriteEvent(PARALLELFORK_ID, OriginatingTaskSchedulerID, OriginatingTaskID, ForkJoinContextID); 305WriteEvent(PARALLELJOIN_ID, OriginatingTaskSchedulerID, OriginatingTaskID, ForkJoinContextID);