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)
71WriteEvent(5, serviceProviderHashCode, scopedServicesResolved, disposableServices);
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
358WriteEvent(13, Major, Minor, Patch);
System\Diagnostics\Metrics\MetricsEventSource.cs (1)
289WriteEvent(18, Major, Minor, Patch);
System.Linq.Parallel (4)
System\Linq\Parallel\Utils\PLINQETWProvider.cs (4)
105WriteEvent(PARALLELQUERYBEGIN_EVENTID, taskSchedulerId, taskId, queryId); 133WriteEvent(PARALLELQUERYEND_EVENTID, taskSchedulerId, taskId, queryId); 165WriteEvent(PARALLELQUERYFORK_EVENTID, taskSchedulerId, taskId, queryId); 195WriteEvent(PARALLELQUERYJOIN_EVENTID, taskSchedulerId, taskId, queryId);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (2)
107internal void BufferReturned(int bufferId, int bufferSize, int poolId) => WriteEvent(3, bufferId, bufferSize, poolId); 115internal 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)
247WriteEvent(TASKSTARTED_ID, OriginatingTaskSchedulerID, OriginatingTaskID, TaskID); 362WriteEvent(TASKWAITEND_ID, OriginatingTaskSchedulerID, OriginatingTaskID, TaskID);
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\ParallelETWProvider.cs (3)
273WriteEvent(PARALLELINVOKEEND_ID, OriginatingTaskSchedulerID, OriginatingTaskID, ForkJoinContextID); 291WriteEvent(PARALLELFORK_ID, OriginatingTaskSchedulerID, OriginatingTaskID, ForkJoinContextID); 308WriteEvent(PARALLELJOIN_ID, OriginatingTaskSchedulerID, OriginatingTaskID, ForkJoinContextID);