51 references to WriteEvent
Aspire.Hosting (4)
AspireEventSource.cs (4)
127
WriteEvent
(13, operationType, resourceType);
136
WriteEvent
(14, operationType, resourceType);
145
WriteEvent
(15, operationType, resourceType);
154
WriteEvent
(16, operationType, resourceType);
dotnet-dev-certs (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
912
public void ListCertificatesStart(StoreLocation location, StoreName storeName) =>
WriteEvent
(1, location, storeName);
958
public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) =>
WriteEvent
(20, certificate, name, location);
1158
internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) =>
WriteEvent
(84, fullName, hash, maxHashCollisions);
Microsoft.AspNetCore.DeveloperCertificates.XPlat (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
912
public void ListCertificatesStart(StoreLocation location, StoreName storeName) =>
WriteEvent
(1, location, storeName);
958
public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) =>
WriteEvent
(20, certificate, name, location);
1158
internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) =>
WriteEvent
(84, fullName, hash, maxHashCollisions);
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelEventSource.cs (1)
207
WriteEvent
(9, connectionId, sslProtocols, applicationProtocol, hostName);
src\Shared\CertificateGeneration\CertificateManager.cs (3)
912
public void ListCertificatesStart(StoreLocation location, StoreName storeName) =>
WriteEvent
(1, location, storeName);
958
public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) =>
WriteEvent
(20, certificate, name, location);
1158
internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) =>
WriteEvent
(84, fullName, hash, maxHashCollisions);
Microsoft.Extensions.DependencyInjection (3)
DependencyInjectionEventSource.cs (3)
47
WriteEvent
(1, serviceType, callSite, chunkIndex, chunkCount, serviceProviderHashCode);
85
WriteEvent
(7, serviceProviderHashCode, singletonServices, scopedServices, transientServices, closedGenericsServices, openGenericsServices);
93
WriteEvent
(8, serviceProviderHashCode, descriptors, chunkIndex, chunkCount);
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\Metrics\MetricsEventSource.cs (10)
110
WriteEvent
(2, sessionId, intervalStartTime, intervalEndTime);
120
WriteEvent
(3, sessionId, intervalStartTime, intervalEndTime);
130
WriteEvent
(4, sessionId, meterName, meterVersion ?? "", instrumentName, unit ?? "", tags, rate, value, instrumentId);
140
WriteEvent
(5, sessionId, meterName, meterVersion ?? "", instrumentName, unit ?? "", tags, lastValue, instrumentId);
150
WriteEvent
(6, sessionId, meterName, meterVersion ?? "", instrumentName, unit ?? "", tags, quantiles, count, sum, instrumentId);
175
WriteEvent
(7, sessionId, meterName, meterVersion ?? "", instrumentName, instrumentType, unit ?? "", description ?? "",
200
WriteEvent
(8, sessionId, meterName, meterVersion ?? "", instrumentName, instrumentType, unit ?? "", description ?? "",
235
WriteEvent
(11, sessionId, meterName, meterVersion ?? "", instrumentName, instrumentType, unit ?? "", description ?? "",
270
WriteEvent
(16, sessionId, meterName, meterVersion ?? "", instrumentName, unit ?? "", tags, rate, value, instrumentId);
280
WriteEvent
(17, clientId, expectedMaxHistograms, actualMaxHistograms, expectedMaxTimeSeries, actualMaxTimeSeries, expectedRefreshInterval, actualRefreshInterval);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (1)
533
WriteEvent
(25, NewId);
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (3)
485
WriteEvent
(EventId_CrlCacheExpired, verificationTime, nextUpdate);
509
WriteEvent
(EventId_CrlCacheAcceptedFile, nextUpdate);
710
WriteEvent
(EventId_RevocationCheckStart, revocationMode, revocationFlag, chainSize);
System.Threading.Tasks.Dataflow (2)
Internal\DataflowEtwProvider.cs (2)
111
WriteEvent
(TASKLAUNCHED_EVENTID, blockId, reason, availableMessages, taskId);
170
WriteEvent
(BLOCKCOMPLETED_EVENTID, blockId, reason, exceptionData);
System.Transactions.Local (3)
System\Transactions\TransactionsEtwProvider.cs (3)
578
WriteEvent
(ENLISTMENT_CREATED_LTM_EVENTID, enlistmentIdentifier, enlistmentType, enlistmentOptions);
585
WriteEvent
(ENLISTMENT_CREATED_OLETX_EVENTID, enlistmentIdentifier, enlistmentType, enlistmentOptions);
1061
WriteEvent
(TRANSACTIONSCOPE_CREATED_EVENTID, transactionID, transactionScopeResult);
Templates.Blazor.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
912
public void ListCertificatesStart(StoreLocation location, StoreName storeName) =>
WriteEvent
(1, location, storeName);
958
public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) =>
WriteEvent
(20, certificate, name, location);
1158
internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) =>
WriteEvent
(84, fullName, hash, maxHashCollisions);
Templates.Blazor.WebAssembly.Auth.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
912
public void ListCertificatesStart(StoreLocation location, StoreName storeName) =>
WriteEvent
(1, location, storeName);
958
public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) =>
WriteEvent
(20, certificate, name, location);
1158
internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) =>
WriteEvent
(84, fullName, hash, maxHashCollisions);
Templates.Blazor.WebAssembly.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
912
public void ListCertificatesStart(StoreLocation location, StoreName storeName) =>
WriteEvent
(1, location, storeName);
958
public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) =>
WriteEvent
(20, certificate, name, location);
1158
internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) =>
WriteEvent
(84, fullName, hash, maxHashCollisions);
Templates.Mvc.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
912
public void ListCertificatesStart(StoreLocation location, StoreName storeName) =>
WriteEvent
(1, location, storeName);
958
public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) =>
WriteEvent
(20, certificate, name, location);
1158
internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) =>
WriteEvent
(84, fullName, hash, maxHashCollisions);
Templates.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
912
public void ListCertificatesStart(StoreLocation location, StoreName storeName) =>
WriteEvent
(1, location, storeName);
958
public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) =>
WriteEvent
(20, certificate, name, location);
1158
internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) =>
WriteEvent
(84, fullName, hash, maxHashCollisions);