92 references to WriteEvent
Aspire.Microsoft.Data.SqlClient (1)
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
dotnet-dev-certs (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
1012public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without");
1288internal 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)
1012public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without");
1288internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
1012public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without");
1288internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Microsoft.Build.Framework (6)
MSBuildEventSource.cs (6)
259WriteEvent(41, rootDirectory, glob, excludedPatterns);
268WriteEvent(42, rootDirectory, glob, excludedPatterns);
507WriteEvent(66, sdkName, solutionPath, projectPath);
572WriteEvent(75, pluginTypeName, projectPath, targets);
668WriteEvent(91, pluginTypeName, projectPath, targets);
674WriteEvent(92, pluginTypeName, projectPath, targets);
Microsoft.CodeAnalysis (2)
CodeAnalysisEventSource.Common.cs (2)
37internal void StartSingleGeneratorRunTime(string generatorName, string assemblyPath, string id) => WriteEvent(3, generatorName, assemblyPath, id);
111internal void DisposeAssemblyLoadContextException(string directory, string errorMessage, string? alc) => WriteEvent(11, directory, errorMessage, alc);
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\CodeAnalysisEventSource.Common.cs (2)
37internal void StartSingleGeneratorRunTime(string generatorName, string assemblyPath, string id) => WriteEvent(3, generatorName, assemblyPath, id);
111internal void DisposeAssemblyLoadContextException(string directory, string errorMessage, string? alc) => WriteEvent(11, directory, errorMessage, alc);
System.Diagnostics.DiagnosticSource (1)
System.Net.Http (2)
System.Net.HttpListener (2)
System.Net.Mail (2)
System.Net.NameResolution (2)
System.Net.Primitives (2)
System.Net.Quic (2)
System.Net.Requests (2)
System.Net.Security (3)
System.Net.Sockets (2)
System.Net.WebSockets (3)
System.Private.CoreLib (1)
System.Security.Cryptography (1)
System.ServiceModel.Primitives (18)
Internals\WcfEventSource.cs (18)
114WriteEvent(EventIds.ClientMessageInspectorAfterReceiveInvoked, TypeName, HostReference, AppDomain);
137WriteEvent(EventIds.ClientMessageInspectorBeforeSendInvoked, TypeName, HostReference, AppDomain);
157WriteEvent(EventIds.ClientParameterInspectorAfterCallInvoked, TypeName, HostReference, AppDomain);
176WriteEvent(EventIds.ClientParameterInspectorBeforeCallInvoked, TypeName, HostReference, AppDomain);
269WriteEvent(EventIds.MessageInspectorAfterReceiveInvoked, TypeName, HostReference, AppDomain);
289WriteEvent(EventIds.MessageInspectorBeforeSendInvoked, TypeName, HostReference, AppDomain);
308WriteEvent(EventIds.ParameterInspectorAfterCallInvoked, TypeName, HostReference, AppDomain);
327WriteEvent(EventIds.ParameterInspectorBeforeCallInvoked, TypeName, HostReference, AppDomain);
429WriteEvent(EventIds.MessageSentByTransport, DestinationAddress, HostReference, AppDomain);
473WriteEvent(EventIds.MessageReceivedByTransport, ListenAddress, HostReference, AppDomain);
704WriteEvent(EventIds.IdleTimeout, msg, key, AppDomain);
1276WriteEvent(EventIds.HandledException, data1, SerializedException, AppDomain);
1294WriteEvent(EventIds.HandledExceptionError, data1, SerializedException, AppDomain);
1312WriteEvent(EventIds.HandledExceptionVerbose, data1, SerializedException, AppDomain);
1330WriteEvent(EventIds.HandledExceptionWarning, data1, SerializedException, AppDomain);
1430WriteEvent(EventIds.LeaseTimeout, msg, key, AppDomain);
2135WriteEvent(EventIds.UnhandledException, data1, SerializedException, AppDomain);
2297WriteEvent(EventIds.EtwUnhandledException, data1, SerializedException, AppDomain);
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)
1012public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without");
1288internal 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)
1012public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without");
1288internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Templates.Blazor.WebAssembly.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
1012public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without");
1288internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Templates.Mvc.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
1012public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without");
1288internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);
Templates.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
1012public void ExportCertificateStart(string certificate, string path, bool includePrivateKey) => WriteEvent(23, certificate, path, includePrivateKey ? "with" : "without");
1288internal void UnixSuggestSettingEnvironmentVariable(string certDir, string openSslDir, string envVarName) => WriteEvent(110, certDir, openSslDir, envVarName);