12 references to WriteEvent
Microsoft.Build.Framework (1)
MSBuildEventSource.cs (1)
541WriteEvent(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)
121internal void BufferTrimPoll(int milliseconds, int pressure) => WriteEvent(5, milliseconds, pressure);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (3)
465WriteEvent(TRACEOPERATIONRELATION_ID, TaskID, (int)Relation); // optimized overload for this exists 473WriteEvent(TRACEOPERATIONSTOP_ID, TaskID, (int)Status); // optimized overload for this exists 481WriteEvent(TRACESYNCHRONOUSWORKSTART_ID, TaskID, (int)Work); // optimized overload for this exists
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (3)
156WriteEvent(EventId_FindChainViaAiaFinished, code, downloadCount); 594WriteEvent(EventId_OcspResponseFromCache, chainDepth, code); 612WriteEvent(EventId_OcspResponseFromDownload, chainDepth, code);
System.Threading.Tasks.Dataflow (2)
Internal\DataflowEtwProvider.cs (2)
192WriteEvent(BLOCKLINKED_EVENTID, sourceId, targetId); 215WriteEvent(BLOCKUNLINKED_EVENTID, sourceId, targetId);