11 references to WriteEvent
Microsoft.Build.Framework (3)
MSBuildEventSource.cs (3)
550WriteEvent(70, oldHash, newHash); 754WriteEvent(104, nodeId, processId); 760WriteEvent(105, nodeId, processId);
System.Net.Security (2)
System\Net\Security\NetEventSource.Security.cs (2)
158WriteEvent(LookForMatchingCertsId, issuersCount, sslStreamHash); 174WriteEvent(CertsAfterFilteringId, filteredCertsCount, sslStreamHash);
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (1)
116internal void BufferTrimPoll(int milliseconds, int pressure) => WriteEvent(5, milliseconds, pressure);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (3)
467WriteEvent(TRACEOPERATIONRELATION_ID, TaskID, (int)Relation); // optimized overload for this exists 475WriteEvent(TRACEOPERATIONSTOP_ID, TaskID, (int)Status); // optimized overload for this exists 483WriteEvent(TRACESYNCHRONOUSWORKSTART_ID, TaskID, (int)Work); // optimized overload for this exists
System.Threading.Tasks.Dataflow (2)
Internal\DataflowEtwProvider.cs (2)
189WriteEvent(BLOCKLINKED_EVENTID, sourceId, targetId); 212WriteEvent(BLOCKUNLINKED_EVENTID, sourceId, targetId);