11 references to WriteEvent
System.Net.Security (2)
System\Net\Security\NetEventSource.Security.cs (2)
158
WriteEvent
(LookForMatchingCertsId, issuersCount, sslStreamHash);
174
WriteEvent
(CertsAfterFilteringId, filteredCertsCount, sslStreamHash);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (1)
116
internal void BufferTrimPoll(int milliseconds, int pressure) =>
WriteEvent
(5, milliseconds, pressure);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (3)
460
WriteEvent
(TRACEOPERATIONRELATION_ID, TaskID, (int)Relation); // optimized overload for this exists
468
WriteEvent
(TRACEOPERATIONSTOP_ID, TaskID, (int)Status); // optimized overload for this exists
476
WriteEvent
(TRACESYNCHRONOUSWORKSTART_ID, TaskID, (int)Work); // optimized overload for this exists
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (3)
156
WriteEvent
(EventId_FindChainViaAiaFinished, code, downloadCount);
594
WriteEvent
(EventId_OcspResponseFromCache, chainDepth, code);
612
WriteEvent
(EventId_OcspResponseFromDownload, chainDepth, code);
System.Threading.Tasks.Dataflow (2)
Internal\DataflowEtwProvider.cs (2)
189
WriteEvent
(BLOCKLINKED_EVENTID, sourceId, targetId);
212
WriteEvent
(BLOCKUNLINKED_EVENTID, sourceId, targetId);