16 references to WriteEvent
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.Extensions.DependencyInjection (1)
System.Diagnostics.DiagnosticSource (2)
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);
System.Threading.Tasks.Parallel (3)