12 references to WriteEvent
Microsoft.Build.Framework (1)
MSBuildEventSource.cs (1)
541
WriteEvent
(70, oldHash, newHash);
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)
121
internal void BufferTrimPoll(int milliseconds, int pressure) =>
WriteEvent
(5, milliseconds, pressure);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (3)
465
WriteEvent
(TRACEOPERATIONRELATION_ID, TaskID, (int)Relation); // optimized overload for this exists
473
WriteEvent
(TRACEOPERATIONSTOP_ID, TaskID, (int)Status); // optimized overload for this exists
481
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)
192
WriteEvent
(BLOCKLINKED_EVENTID, sourceId, targetId);
215
WriteEvent
(BLOCKUNLINKED_EVENTID, sourceId, targetId);