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)
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);
System.Threading.Tasks.Parallel (3)