72 references to WriteEvent
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientInstrumentationEventSource.cs (1)
29this.WriteEvent(1, handlerName, eventName, ex);
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientInstrumentationEventSource.cs (1)
29this.WriteEvent(1, handlerName, eventName, ex);
dotnet-dev-certs (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
967public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without"); 1243internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\Internals\WcfEventSource.cs (16)
101WriteEvent(EventIds.ClientMessageInspectorAfterReceiveInvoked, TypeName, HostReference, AppDomain); 121WriteEvent(EventIds.ClientMessageInspectorBeforeSendInvoked, TypeName, HostReference, AppDomain); 141WriteEvent(EventIds.ClientParameterInspectorAfterCallInvoked, TypeName, HostReference, AppDomain); 161WriteEvent(EventIds.ClientParameterInspectorBeforeCallInvoked, TypeName, HostReference, AppDomain); 239WriteEvent(EventIds.ParameterInspectorAfterCallInvoked, TypeName, HostReference, AppDomain); 259WriteEvent(EventIds.ParameterInspectorBeforeCallInvoked, TypeName, HostReference, AppDomain); 299WriteEvent(EventIds.MessageReceivedByTransport, ListenAddress, HostReference, AppDomain); 319WriteEvent(EventIds.MessageSentByTransport, DestinationAddress, HostReference, AppDomain); 660WriteEvent(EventIds.IdleTimeout, msg, key, AppDomain); 679WriteEvent(EventIds.LeaseTimeout, msg, key, AppDomain); 1834WriteEvent(EventIds.HandledException, data1, SerializedException, AppDomain); 1891WriteEvent(EventIds.UnhandledException, data1, SerializedException, AppDomain); 2005WriteEvent(EventIds.HandledExceptionWarning, data1, SerializedException, AppDomain); 2024WriteEvent(EventIds.HandledExceptionError, data1, SerializedException, AppDomain); 2043WriteEvent(EventIds.HandledExceptionVerbose, data1, SerializedException, AppDomain); 2081WriteEvent(EventIds.EtwUnhandledException, data1, SerializedException, AppDomain);
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
967public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without"); 1243internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (1)
75WriteEvent(1, connectionId, localEndPoint, remoteEndPoint);
src\Shared\CertificateGeneration\CertificateManager.cs (2)
967public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without"); 1243internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Microsoft.Build.Framework (6)
MSBuildEventSource.cs (6)
258WriteEvent(41, rootDirectory, glob, excludedPatterns); 267WriteEvent(42, rootDirectory, glob, excludedPatterns); 506WriteEvent(66, sdkName, solutionPath, projectPath); 571WriteEvent(75, pluginTypeName, projectPath, targets); 667WriteEvent(91, pluginTypeName, projectPath, targets); 673WriteEvent(92, pluginTypeName, projectPath, targets);
Microsoft.CodeAnalysis (1)
CodeAnalysisEventSource.Common.cs (1)
36internal void StartSingleGeneratorRunTime(string generatorName, string assemblyPath, string id) => WriteEvent(3, generatorName, assemblyPath, id);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\CodeAnalysisEventSource.Common.cs (1)
36internal void StartSingleGeneratorRunTime(string generatorName, string assemblyPath, string id) => WriteEvent(3, generatorName, assemblyPath, id);
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
241WriteEvent(3, SourceName, EventName, ArgmentsJson);
System.Net.Http (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System.Net.HttpListener (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System.Net.Mail (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System.Net.NameResolution (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System.Net.Quic (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System.Net.Requests (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System.Net.Security (3)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System\Net\Security\NetEventSource.Security.cs (1)
70WriteEvent(SslStreamCtorId, thisOrContextObject, localId, remoteId);
System.Net.Sockets (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System.Net.WebSockets (3)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
81WriteEvent(InfoEventId, thisOrContextObject, memberName ?? MissingMember, message); 106WriteEvent(ErrorEventId, thisOrContextObject, memberName ?? MissingMember, message);
System\Net\WebSockets\NetEventSource.WebSockets.cs (1)
80WriteEvent(WsTraceId, objName, memberName, message);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (1)
527public void DebugFacilityMessage1(string Facility, string Message, string Value1) { WriteEvent(24, Facility, Message, Value1); }
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (1)
741WriteEvent(EventId_CrlIdentifiersDetermined, subjectName, crlDistributionPoint, cacheFileName);
System.Transactions.Local (4)
System\Transactions\TransactionsEtwProvider.cs (4)
365WriteEvent(TRANSACTION_EXCEPTION_BASE_EVENTID, type, message, innerExceptionStr); 372WriteEvent(TRANSACTION_EXCEPTION_LTM_EVENTID, type, message, innerExceptionStr); 393WriteEvent(TRANSACTION_INVALID_OPERATION_EVENTID, transactionIdentifier, type, operation); 1217WriteEvent(TRANSACTIONSTATE_ENLIST_EVENTID, enlistmentID, type, option);
Templates.Blazor.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
967public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without"); 1243internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Templates.Blazor.WebAssembly.Auth.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
967public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without"); 1243internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Templates.Blazor.WebAssembly.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
967public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without"); 1243internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Templates.Mvc.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
967public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without"); 1243internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Templates.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
967public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without"); 1243internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);