44 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.Extensions.Logging.EventSource (2)
LoggingEventSource.cs (2)
214WriteEvent(2, Level, FactoryID, LoggerName, EventId, EventName, Exception, Arguments, ActivityTraceId, ActivitySpanId, ActivityTraceFlags); 228WriteEvent(3, ID, FactoryID, LoggerName, Arguments);
System.Diagnostics.DiagnosticSource (9)
System\Diagnostics\DiagnosticSourceEventSource.cs (9)
235WriteEvent(2, SourceName, EventName, Arguments); 257WriteEvent(4, SourceName, EventName, Arguments); 269WriteEvent(5, SourceName, EventName, Arguments); 281WriteEvent(6, SourceName, EventName, Arguments); 293WriteEvent(7, SourceName, EventName, Arguments); 305WriteEvent(8, SourceName, EventName, Arguments); 317WriteEvent(9, SourceName, EventName, Arguments); 341WriteEvent(11, SourceName, ActivityName, Arguments); 354WriteEvent(12, SourceName, ActivityName, Arguments);