57 references to WriteEvent
dotnet-svcutil-lib (33)
FrameworkFork\System.ServiceModel\Internals\WcfEventSource.cs (33)
44WriteEvent(EventIds.BufferPoolChangeQuota, PoolSize, Delta, AppDomain); 181WriteEvent(EventIds.OperationInvoked, MethodName, CallerInfo, HostReference, AppDomain); 201WriteEvent(EventIds.ErrorHandlerInvoked, TypeName, Handled, ExceptionTypeName, HostReference, AppDomain); 220WriteEvent(EventIds.FaultProviderInvoked, TypeName, ExceptionTypeName, HostReference, AppDomain); 279WriteEvent(EventIds.OperationCompleted, MethodName, Duration, HostReference, AppDomain); 339WriteEvent(EventIds.ClientOperationPrepared, Action, ContractName, Destination, HostReference, AppDomain); 359WriteEvent(EventIds.ServiceChannelCallStop, Action, ContractName, Destination, HostReference, AppDomain); 379WriteEvent(EventIds.ServiceException, ExceptionToString, ExceptionTypeName, HostReference, AppDomain); 398WriteEvent(EventIds.MessageSentToTransport, CorrelationId, HostReference, AppDomain); 418WriteEvent(EventIds.MessageReceivedFromTransport, CorrelationId, HostReference, AppDomain); 438WriteEvent(EventIds.OperationFailed, MethodName, Duration, HostReference, AppDomain); 458WriteEvent(EventIds.OperationFaulted, MethodName, Duration, HostReference, AppDomain); 628WriteEvent(EventIds.ScheduleRuntimeWorkItem, data1, data2, data3, AppDomain); 774WriteEvent(EventIds.OutboundConnectionsPerEndpointRatio, cur, max, AppDomain); 850WriteEvent(EventIds.MessageReadByEncoder, Size, EventSource, AppDomain); 871WriteEvent(EventIds.MessageWrittenByEncoder, Size, EventSource, AppDomain); 911WriteEvent(EventIds.ConnectionPoolMiss, PoolKey, busy, AppDomain); 1367WriteEvent(EventIds.SocketReadStop, SocketId, Size, Endpoint, AppDomain); 1386WriteEvent(EventIds.SocketAsyncReadStop, SocketId, Size, Endpoint, AppDomain); 1405WriteEvent(EventIds.SocketWriteStart, SocketId, Size, Endpoint, AppDomain); 1424WriteEvent(EventIds.SocketAsyncWriteStart, SocketId, Size, Endpoint, AppDomain); 1602WriteEvent(EventIds.WebSocketAsyncWriteStart, websocketId, byteCount, remoteAddress, AppDomain); 1659WriteEvent(EventIds.WebSocketAsyncReadStop, websocketId, byteCount, remoteAddress, AppDomain); 1678WriteEvent(EventIds.WebSocketCloseSent, websocketId, remoteAddress, closeStatus, AppDomain); 1697WriteEvent(EventIds.WebSocketCloseOutputSent, websocketId, remoteAddress, closeStatus, AppDomain); 1735WriteEvent(EventIds.WebSocketCloseStatusReceived, websocketId, closeStatus, AppDomain); 1774WriteEvent(EventIds.TokenValidationStarted, tokenType, tokenID, HostReference, AppDomain); 1794WriteEvent(EventIds.TokenValidationSuccess, tokenType, tokenID, HostReference, AppDomain); 1814WriteEvent(EventIds.TokenValidationFailure, tokenType, tokenID, errorMessage, HostReference, AppDomain); 1872WriteEvent(EventIds.ThrowingException, data1, data2, SerializedException, AppDomain); 2062WriteEvent(EventIds.ThrowingExceptionVerbose, data1, data2, SerializedException, AppDomain); 2100WriteEvent(EventIds.ThrowingEtwExceptionVerbose, data1, data2, SerializedException, AppDomain); 2119WriteEvent(EventIds.ThrowingEtwException, data1, data2, SerializedException, AppDomain);
Microsoft.AspNetCore.InternalTesting.Tests (1)
CollectingEventListenerTest.cs (1)
88public void TestWithPayload(int payload1, double payload2) => WriteEvent(2, payload1, payload2);
Microsoft.Build.Framework (12)
MSBuildEventSource.cs (12)
121WriteEvent(10, condition, result); 246WriteEvent(28, assembliesCount, assemblyFilesCount, resolvedFilesCount, resolvedDependencyFilesCount, copyLocalFilesCount, findDependencies); 464WriteEvent(59, path, wasUpToDate); 476WriteEvent(61, fileItemSpec, wasUpToDate); 500WriteEvent(65, resolverName, sdkName, solutionPath, projectPath, sdkPath, success); 512WriteEvent(67, sdkName, solutionPath, projectPath, success, wasResultCached); 521WriteEvent(68, hash, newCapacity, oldCapacity, type); 530WriteEvent(69, hash, returningCapacity, returningLength, type); 577WriteEvent(76, pluginTypeName, projectPath, targets, cacheResultType); 595WriteEvent(79, submissionId, sdkName, solutionPath, projectPath); 601WriteEvent(80, submissionId, sdkName, solutionPath, projectPath, success, wasResultCached); 661WriteEvent(90, commandLine, countOfConsoleMessages, sumSizeOfConsoleMessages, clientExitType, serverExitType);
Microsoft.Extensions.Logging.EventSource (2)
LoggingEventSource.cs (2)
211WriteEvent(2, Level, FactoryID, LoggerName, EventId, EventName, Exception, Arguments, ActivityTraceId, ActivitySpanId, ActivityTraceFlags); 225WriteEvent(3, ID, FactoryID, LoggerName, Arguments);
System.Diagnostics.DiagnosticSource (9)
System\Diagnostics\DiagnosticSourceEventSource.cs (9)
231WriteEvent(2, SourceName, EventName, Arguments); 253WriteEvent(4, SourceName, EventName, Arguments); 265WriteEvent(5, SourceName, EventName, Arguments); 277WriteEvent(6, SourceName, EventName, Arguments); 289WriteEvent(7, SourceName, EventName, Arguments); 301WriteEvent(8, SourceName, EventName, Arguments); 313WriteEvent(9, SourceName, EventName, Arguments); 337WriteEvent(11, SourceName, ActivityName, Arguments); 350WriteEvent(12, SourceName, ActivityName, Arguments);