13 references to WriteEvent
Microsoft.Build.Framework (1)
MSBuildEventSource.cs (1)
542WriteEvent(70, oldHash, newHash);
System.Net.Security (2)
System\Net\Security\NetEventSource.Security.cs (2)
158WriteEvent(LookForMatchingCertsId, issuersCount, sslStreamHash); 174WriteEvent(CertsAfterFilteringId, filteredCertsCount, sslStreamHash);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (1)
116internal void BufferTrimPoll(int milliseconds, int pressure) => WriteEvent(5, milliseconds, pressure);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (3)
460WriteEvent(TRACEOPERATIONRELATION_ID, TaskID, (int)Relation); // optimized overload for this exists 468WriteEvent(TRACEOPERATIONSTOP_ID, TaskID, (int)Status); // optimized overload for this exists 476WriteEvent(TRACESYNCHRONOUSWORKSTART_ID, TaskID, (int)Work); // optimized overload for this exists
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (4)
161WriteEvent(EventId_FindChainViaAiaFinished, code, downloadCount); 599WriteEvent(EventId_OcspResponseFromCache, chainDepth, code); 617WriteEvent(EventId_OcspResponseFromDownload, chainDepth, code); 793WriteEvent(EventId_CrlCacheInMemoryPruned, prunedCount, remainingCount);
System.Threading.Tasks.Dataflow (2)
Internal\DataflowEtwProvider.cs (2)
189WriteEvent(BLOCKLINKED_EVENTID, sourceId, targetId); 212WriteEvent(BLOCKUNLINKED_EVENTID, sourceId, targetId);