100 references to WriteEvent
Aspire.Hosting (6)
AspireEventSource.cs (6)
127WriteEvent(13, operationType, resourceType); 136WriteEvent(14, operationType, resourceType); 145WriteEvent(15, operationType, resourceType); 154WriteEvent(16, operationType, resourceType); 289WriteEvent(33, forced); 298WriteEvent(34, forced);
dotnet-dev-certs (3)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
1097public void ListCertificatesStart(StoreLocation location, StoreName storeName) => WriteEvent(1, location, storeName); 1143public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) => WriteEvent(20, certificate, name, location); 1343internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) => WriteEvent(84, fullName, hash, maxHashCollisions);
ILCompiler.DependencyAnalysisFramework (3)
EventSourceLogStrategy.cs (3)
30public void Node(int id, int index, string name) { WriteEvent(2, id, index, name); } 34public void Edge(int id, int dependentIndex, int dependencyIndex, string reason) { WriteEvent(3, id, dependentIndex, dependencyIndex, reason); } 38public void ConditionalEdge(int id, int dependentIndex1, int dependentIndex2, int dependencyIndex, string reason) { WriteEvent(4, id, dependentIndex1, dependentIndex2, dependencyIndex, reason); }
Microsoft.AspNetCore.DeveloperCertificates.XPlat (3)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
1097public void ListCertificatesStart(StoreLocation location, StoreName storeName) => WriteEvent(1, location, storeName); 1143public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) => WriteEvent(20, certificate, name, location); 1343internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) => WriteEvent(84, fullName, hash, maxHashCollisions);
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelEventSource.cs (1)
207WriteEvent(9, connectionId, sslProtocols, applicationProtocol, hostName);
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
1097public void ListCertificatesStart(StoreLocation location, StoreName storeName) => WriteEvent(1, location, storeName); 1143public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) => WriteEvent(20, certificate, name, location); 1343internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) => WriteEvent(84, fullName, hash, maxHashCollisions);
Microsoft.Build.Framework (19)
MSBuildEventSource.cs (19)
122WriteEvent(10, condition, result); 247WriteEvent(28, assembliesCount, assemblyFilesCount, resolvedFilesCount, resolvedDependencyFilesCount, copyLocalFilesCount, findDependencies); 339WriteEvent(37, projectPath ?? string.Empty, configurationId, globalRequestId, nodeRequestId); 349WriteEvent(38, projectPath ?? string.Empty, configurationId, globalRequestId, nodeRequestId); 473WriteEvent(59, path, wasUpToDate); 485WriteEvent(61, fileItemSpec, wasUpToDate); 509WriteEvent(65, resolverName, sdkName, solutionPath, projectPath, sdkPath, success); 521WriteEvent(67, sdkName, solutionPath, projectPath, success, wasResultCached); 530WriteEvent(68, hash, newCapacity, oldCapacity, type); 539WriteEvent(69, hash, returningCapacity, returningLength, type); 586WriteEvent(76, pluginTypeName, projectPath, targets, cacheResultType); 604WriteEvent(79, submissionId, sdkName, solutionPath, projectPath); 610WriteEvent(80, submissionId, sdkName, solutionPath, projectPath, success, wasResultCached); 670WriteEvent(90, commandLine, countOfConsoleMessages, sumSizeOfConsoleMessages, clientExitType, serverExitType); 730WriteEvent(100, nodeId, processId, isReused); 766WriteEvent(106, nodeId, processId, succeeded); 787WriteEvent(108, projectFiles, success); 810WriteEvent(110, taskName, succeeded); 830WriteEvent(112, taskName, succeeded);
Microsoft.Build.NuGetSdkResolver (1)
SdkResolverEventSource.cs (1)
70WriteEvent(6, id ?? string.Empty, version ?? string.Empty, installPath ?? string.Empty, success);
Microsoft.Extensions.DependencyInjection (3)
DependencyInjectionEventSource.cs (3)
55WriteEvent(1, serviceType, callSite, chunkIndex, chunkCount, serviceProviderHashCode); 93WriteEvent(7, serviceProviderHashCode, singletonServices, scopedServices, transientServices, closedGenericsServices, openGenericsServices); 101WriteEvent(8, serviceProviderHashCode, descriptors, chunkIndex, chunkCount);
Microsoft.TestPlatform.CoreUtilities (1)
Tracing\TestPlatformEventSource.cs (1)
213WriteEvent(
NuGet.Commands (2)
CommandsEventSource.cs (2)
172WriteEvent(20, filePath ?? string.Empty, frameworkRuntimeDefinition ?? string.Empty, success, resolvedPackageCount, unresolvedPackageCount); 186WriteEvent(22, filePath ?? string.Empty, frameworkRuntimeDefinition ?? string.Empty, resolvedPackagesCount, restartCount, totalQueuedItemCount);
RepoTasks (3)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
1097public void ListCertificatesStart(StoreLocation location, StoreName storeName) => WriteEvent(1, location, storeName); 1143public void SaveCertificateInStoreStart(string certificate, StoreName name, StoreLocation location) => WriteEvent(20, certificate, name, location); 1343internal void UnixOpenSslRehashTooManyHashes(string fullName, string hash, int maxHashCollisions) => WriteEvent(84, fullName, hash, maxHashCollisions);
System.Diagnostics.DiagnosticSource (11)
System\Diagnostics\Metrics\MetricsEventSource.cs (11)
115WriteEvent(2, sessionId, intervalStartTime, intervalEndTime); 125WriteEvent(3, sessionId, intervalStartTime, intervalEndTime); 135WriteEvent(4, sessionId, meterName, meterVersion ?? "", instrumentName, unit ?? "", tags, rate, value, instrumentId); 145WriteEvent(5, sessionId, meterName, meterVersion ?? "", instrumentName, unit ?? "", tags, lastValue, instrumentId); 155WriteEvent(6, sessionId, meterName, meterVersion ?? "", instrumentName, unit ?? "", tags, quantiles, count, sum, instrumentId); 180WriteEvent(7, sessionId, meterName, meterVersion ?? "", instrumentName, instrumentType, unit ?? "", description ?? "", 205WriteEvent(8, sessionId, meterName, meterVersion ?? "", instrumentName, instrumentType, unit ?? "", description ?? "", 240WriteEvent(11, sessionId, meterName, meterVersion ?? "", instrumentName, instrumentType, unit ?? "", description ?? "", 275WriteEvent(16, sessionId, meterName, meterVersion ?? "", instrumentName, unit ?? "", tags, rate, value, instrumentId); 285WriteEvent(17, clientId, expectedMaxHistograms, actualMaxHistograms, expectedMaxTimeSeries, actualMaxTimeSeries, expectedRefreshInterval, actualRefreshInterval); 308WriteEvent(19, sessionId, meterName, meterVersion ?? "", instrumentName, instrumentId, unit ?? "", tags, scale, sum, count, zeroCount, minimum, maximum, buckets);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (1)
535WriteEvent(25, NewId);
System.ServiceModel.Primitives (35)
Internals\WcfEventSource.cs (35)
96WriteEvent(EventIds.BufferPoolChangeQuota, PoolSize, Delta, AppDomain); 195WriteEvent(EventIds.OperationInvoked, MethodName, CallerInfo, HostReference, AppDomain); 214WriteEvent(EventIds.OutboundConnectionsPerEndpointRatio, cur, max, AppDomain); 232WriteEvent(EventIds.ErrorHandlerInvoked, TypeName, Handled, ExceptionTypeName, HostReference, AppDomain); 250WriteEvent(EventIds.FaultProviderInvoked, TypeName, ExceptionTypeName, HostReference, AppDomain); 346WriteEvent(EventIds.OperationCompleted, MethodName, Duration, HostReference, AppDomain); 372WriteEvent(EventIds.ClientOperationPrepared, Action, ContractName, Destination, HostReference, AppDomain); 392WriteEvent(EventIds.ServiceChannelCallStop, Action, ContractName, Destination, HostReference, AppDomain); 411WriteEvent(EventIds.ServiceException, ExceptionToString, ExceptionTypeName, HostReference, AppDomain); 448WriteEvent(EventIds.MessageSentToTransport, CorrelationId, HostReference, AppDomain); 493WriteEvent(EventIds.MessageReceivedFromTransport, CorrelationId, HostReference, AppDomain); 512WriteEvent(EventIds.OperationFailed, MethodName, Duration, HostReference, AppDomain); 531WriteEvent(EventIds.OperationFaulted, MethodName, Duration, HostReference, AppDomain); 692WriteEvent(EventIds.ScheduleRuntimeWorkItem, data1, data2, data3, AppDomain); 861WriteEvent(EventIds.ClientBaseCachedChannelFactoryCount, Count, MaxNum, EventSource, AppDomain); 881WriteEvent(EventIds.ClientBaseChannelFactoryAgedOutofCache, Count, EventSource, AppDomain); 940WriteEvent(EventIds.MessageReadByEncoder, Size, EventSource, AppDomain); 960WriteEvent(EventIds.MessageWrittenByEncoder, Size, EventSource, AppDomain); 998WriteEvent(EventIds.SocketReadStop, SocketId, Size, Endpoint, AppDomain); 1015WriteEvent(EventIds.SocketAsyncReadStop, SocketId, Size, Endpoint, AppDomain); 1032WriteEvent(EventIds.SocketWriteStart, SocketId, Size, Endpoint, AppDomain); 1049WriteEvent(EventIds.SocketAsyncWriteStart, SocketId, Size, Endpoint, AppDomain); 1348WriteEvent(EventIds.ThrowingEtwExceptionVerbose, data1, data2, SerializedException, AppDomain); 1747WriteEvent(EventIds.ConnectionPoolMiss, PoolKey, busy, AppDomain); 1879WriteEvent(EventIds.WebSocketAsyncWriteStart, websocketId, byteCount, remoteAddress, AppDomain); 1933WriteEvent(EventIds.WebSocketAsyncReadStop, websocketId, byteCount, remoteAddress, AppDomain); 1951WriteEvent(EventIds.WebSocketCloseSent, websocketId, remoteAddress, closeStatus, AppDomain); 1969WriteEvent(EventIds.WebSocketCloseOutputSent, websocketId, remoteAddress, closeStatus, AppDomain); 2005WriteEvent(EventIds.WebSocketCloseStatusReceived, websocketId, closeStatus, AppDomain); 2060WriteEvent(EventIds.TokenValidationStarted, tokenType, tokenID, HostReference, AppDomain); 2079WriteEvent(EventIds.TokenValidationSuccess, tokenType, tokenID, HostReference, AppDomain); 2098WriteEvent(EventIds.TokenValidationFailure, tokenType, tokenID, errorMessage, HostReference, AppDomain); 2243WriteEvent(EventIds.ThrowingException, data1, data2, SerializedException, AppDomain); 2261WriteEvent(EventIds.ThrowingExceptionVerbose, data1, data2, SerializedException, AppDomain); 2279WriteEvent(EventIds.ThrowingEtwException, data1, data2, SerializedException, AppDomain);
System.Threading.Tasks.Dataflow (2)
Internal\DataflowEtwProvider.cs (2)
108WriteEvent(TASKLAUNCHED_EVENTID, blockId, reason, availableMessages, taskId); 167WriteEvent(BLOCKCOMPLETED_EVENTID, blockId, reason, exceptionData);
System.Transactions.Local (3)
System\Transactions\TransactionsEtwProvider.cs (3)
572WriteEvent(ENLISTMENT_CREATED_LTM_EVENTID, enlistmentIdentifier, enlistmentType, enlistmentOptions); 579WriteEvent(ENLISTMENT_CREATED_OLETX_EVENTID, enlistmentIdentifier, enlistmentType, enlistmentOptions); 1055WriteEvent(TRANSACTIONSCOPE_CREATED_EVENTID, transactionID, transactionScopeResult);