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