275 references to EventKeywords
Aspire.Microsoft.Data.SqlClient (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientInstrumentationEventSource.cs (3)
20if (this.IsEnabled(EventLevel.Error, EventKeywords.All)) 53if (this.IsEnabled(EventLevel.Error, EventKeywords.All)) 74if (this.IsEnabled(EventLevel.Error, EventKeywords.All))
Aspire.Microsoft.EntityFrameworkCore.SqlServer (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientInstrumentationEventSource.cs (3)
20if (this.IsEnabled(EventLevel.Error, EventKeywords.All)) 53if (this.IsEnabled(EventLevel.Error, EventKeywords.All)) 74if (this.IsEnabled(EventLevel.Error, EventKeywords.All))
dotnet-svcutil-lib (54)
FrameworkFork\System.ServiceModel\Internals\WcfEventSource.cs (54)
2902public const EventKeywords ServiceHost = (EventKeywords)0x1; 2903public const EventKeywords Serialization = (EventKeywords)0x2; 2904public const EventKeywords ServiceModel = (EventKeywords)0x4; 2905public const EventKeywords Transaction = (EventKeywords)0x8; 2906public const EventKeywords Security = (EventKeywords)0x10; 2907public const EventKeywords WCFMessageLogging = (EventKeywords)0x20; 2908public const EventKeywords WFTracking = (EventKeywords)0x40; 2909public const EventKeywords WebHost = (EventKeywords)0x80; 2910public const EventKeywords HTTP = (EventKeywords)0x100; 2911public const EventKeywords TCP = (EventKeywords)0x200; 2912public const EventKeywords TransportGeneral = (EventKeywords)0x400; 2913public const EventKeywords ActivationServices = (EventKeywords)0x800; 2914public const EventKeywords Channel = (EventKeywords)0x1000; 2915public const EventKeywords WebHTTP = (EventKeywords)0x2000; 2916public const EventKeywords Discovery = (EventKeywords)0x4000; 2917public const EventKeywords RoutingServices = (EventKeywords)0x8000; 2918public const EventKeywords Infrastructure = (EventKeywords)0x10000; 2919public const EventKeywords EndToEndMonitoring = (EventKeywords)0x20000; 2920public const EventKeywords HealthMonitoring = (EventKeywords)0x40000; 2921public const EventKeywords Troubleshooting = (EventKeywords)0x80000; 2922public const EventKeywords UserEvents = (EventKeywords)0x100000; 2923public const EventKeywords Threading = (EventKeywords)0x200000; 2924public const EventKeywords Quota = (EventKeywords)0x400000; 2925public const EventKeywords WFRuntime = (EventKeywords)0x1000000; 2926public const EventKeywords WFActivities = (EventKeywords)0x2000000; 2927public const EventKeywords WFServices = (EventKeywords)0x4000000; 2928public const EventKeywords WFInstanceStore = (EventKeywords)0x8000000;
Http3SampleApp (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
33EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All);
illink (2)
InMemory.FunctionalTests (1)
EventSourceTests.cs (1)
447EnableEvents(eventSource, EventLevel.Informational, (EventKeywords)0x80);
Interop.FunctionalTests (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
33EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All);
InteropClient (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
33EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All);
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (2)
ConcurrencyLimiterEventSourceTests.cs (2)
61eventListener.EnableEvents(eventSource, EventLevel.Informational, EventKeywords.None, 102eventListener.EnableEvents(eventSource, EventLevel.Informational, EventKeywords.None,
Microsoft.AspNetCore.Hosting.Tests (3)
HostingApplicationDiagnosticsTests.cs (2)
46eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None, 155eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None,
Internal\HostingEventSourceTests.cs (1)
199eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None,
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionsEventSource.cs (3)
48if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 61if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 75if (IsEnabled(EventLevel.Informational, EventKeywords.None))
Microsoft.AspNetCore.InternalTesting (1)
Tracing\CollectingEventListener.cs (1)
38public void CollectFrom(EventSource eventSource) => EnableEvents(eventSource, EventLevel.Verbose, EventKeywords.All);
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\KestrelEventSource.cs (8)
62if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 83if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 108if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 133if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 150if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 174if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 192if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 216if (IsEnabled(EventLevel.Error, EventKeywords.None))
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
src\Shared\HttpClient\HttpEventSourceListener.cs (1)
33EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All);
Microsoft.Build.Framework (4)
MSBuildEventSource.cs (4)
25public const EventKeywords All = (EventKeywords)0x1; 35public const EventKeywords PerformanceLog = (EventKeywords)0x2;
Microsoft.CodeAnalysis (6)
CodeAnalysisEventSource.Common.cs (6)
14public const EventKeywords Performance = (EventKeywords)0b001; 15public const EventKeywords Correctness = (EventKeywords)0b010; 16public const EventKeywords AnalyzerLoading = (EventKeywords)0b100;
Microsoft.CodeAnalysis.Workspaces (8)
Log\EtwLogger.cs (1)
45return _source.IsEnabled(EventLevel.Verbose, (EventKeywords)(-1));
Log\RoslynEventSource.LogBlock.cs (1)
120if (Instance.IsEnabled(_eventLevel, EventKeywords.None))
src\Compilers\Core\Portable\CodeAnalysisEventSource.Common.cs (6)
14public const EventKeywords Performance = (EventKeywords)0b001; 15public const EventKeywords Correctness = (EventKeywords)0b010; 16public const EventKeywords AnalyzerLoading = (EventKeywords)0b100;
Microsoft.Extensions.Caching.Hybrid.Tests (1)
TestEventListener.cs (1)
53EnableEvents(Source, EventLevel.LogAlways, EventKeywords.All, args);
Microsoft.Extensions.DependencyInjection (7)
DependencyInjectionEventSource.cs (7)
22public const EventKeywords ServiceProviderInitialized = (EventKeywords)0x1; 104if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 113if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 132if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 141if (IsEnabled(EventLevel.Error, EventKeywords.All)) 325if (source.IsEnabled(EventLevel.Verbose, EventKeywords.All))
Microsoft.Extensions.Logging.EventSource (9)
LoggingEventSource.cs (9)
98public const EventKeywords Meta = (EventKeywords)1; 102public const EventKeywords Message = (EventKeywords)2; 106public const EventKeywords FormattedMessage = (EventKeywords)4; 110public const EventKeywords JsonMessage = (EventKeywords)8; 524EventKeywords allMessageKeywords = Keywords.Message | Keywords.FormattedMessage | Keywords.JsonMessage;
Microsoft.Extensions.Telemetry.Tests (4)
Http\TestEventSource.cs (4)
21if (IsEnabled(EventLevel.Warning, EventKeywords.All)) 30if (IsEnabled(EventLevel.Error, EventKeywords.All)) 39if (IsEnabled(EventLevel.Critical, EventKeywords.All)) 48if (IsEnabled(EventLevel.Verbose, EventKeywords.All))
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
202[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventKeywords))]
netstandard (1)
netstandard.cs (1)
724[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventKeywords))]
PresentationCore (8)
src\Microsoft.DotNet.Wpf\src\Shared\Telemetry\Managed\TelemetryEventSource.cs (8)
46internal const EventKeywords Reserved44Keyword = (EventKeywords)0x0000100000000000; 54internal const EventKeywords TelemetryKeyword = (EventKeywords)0x0000200000000000; 62internal const EventKeywords MeasuresKeyword = (EventKeywords)0x0000400000000000; 70internal const EventKeywords CriticalDataKeyword = (EventKeywords)0x0000800000000000;
PresentationFramework (8)
src\Microsoft.DotNet.Wpf\src\Shared\Telemetry\Managed\TelemetryEventSource.cs (8)
46internal const EventKeywords Reserved44Keyword = (EventKeywords)0x0000100000000000; 54internal const EventKeywords TelemetryKeyword = (EventKeywords)0x0000200000000000; 62internal const EventKeywords MeasuresKeyword = (EventKeywords)0x0000400000000000; 70internal const EventKeywords CriticalDataKeyword = (EventKeywords)0x0000800000000000;
System.Collections.Concurrent (2)
System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs (2)
36private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
System.Diagnostics.DiagnosticSource (16)
System\Diagnostics\DiagnosticSourceEventSource.cs (10)
172public const EventKeywords Messages = (EventKeywords)0x1; 176public const EventKeywords Events = (EventKeywords)0x2; 185public const EventKeywords IgnoreShortCutKeywords = (EventKeywords)0x0800; 186public const EventKeywords AspNetCoreHosting = (EventKeywords)0x1000; 187public const EventKeywords EntityFrameworkCoreCommands = (EventKeywords)0x2000;
System\Diagnostics\Metrics\MetricsEventSource.cs (6)
74public const EventKeywords Messages = (EventKeywords)0x1; 78public const EventKeywords TimeSeriesValues = (EventKeywords)0x2; 82public const EventKeywords InstrumentPublishing = (EventKeywords)0x4;
System.Diagnostics.Tracing (1)
artifacts\obj\System.Diagnostics.Tracing\Debug\net10.0\System.Diagnostics.Tracing.Forwards.cs (1)
15[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventKeywords))]
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\PLINQETWProvider.cs (2)
49private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
System.Net.HttpListener (4)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (4)
43public const EventKeywords Default = (EventKeywords)0x0001; 44public const EventKeywords Debug = (EventKeywords)0x0002;
System.Net.Mail (4)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (4)
43public const EventKeywords Default = (EventKeywords)0x0001; 44public const EventKeywords Debug = (EventKeywords)0x0002;
System.Private.CoreLib (91)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs (5)
13internal EventKeywords MatchAnyKeywords { get; } 16internal EventListenerSubscription(EventKeywords matchAnyKeywords, EventLevel level) 46internal void SendCommand(EventListener eventListener, EventCommand command, bool enable, EventLevel level, EventKeywords matchAnyKeywords) 80EventKeywords aggregatedKeywords = EventKeywords.None;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeMetadataGenerator.cs (1)
43EventKeywords keywords,
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (6)
191protected EventKeywords MatchAnyKeyword 197protected EventKeywords MatchAllKeyword 1151internal EventKeywords MatchAnyKeyword 1153get => (EventKeywords)_anyKeywordMask; 1157internal EventKeywords MatchAllKeyword 1159get => (EventKeywords)_allKeywordMask;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (31)
242internal EventKeywords m_matchAnyKeyword; // the logical OR of all levels enabled by any output dispatcher (zero is a special case) meaning 'all keywords' 330public bool IsEnabled(EventLevel level, EventKeywords keywords) 345public bool IsEnabled(EventLevel level, EventKeywords keywords, EventChannel channel) 510eventSource.SendCommand(null, EventProviderType.ETW, 0, command, true, EventLevel.LogAlways, EventKeywords.None, commandArguments); 1418Keywords = (EventKeywords)metadata.Descriptor.Keywords, 2045Keywords = (EventKeywords)metadata.Descriptor.Keywords, 2231Keywords = (EventKeywords)unchecked(keywords), 2357private bool IsEnabledByDefault(int eventNum, bool enable, EventLevel currentLevel, EventKeywords currentMatchAnyKeyword) 2364EventKeywords eventKeywords = unchecked((EventKeywords)((ulong)m_eventData[eventNum].Descriptor.Keywords & (~(SessionMask.All.ToEventKeywords())))); 2370private bool IsEnabledCommon(bool enabled, EventLevel currentLevel, EventKeywords currentMatchAnyKeyword, 2371EventLevel eventLevel, EventKeywords eventKeywords, EventChannel eventChannel) 2386EventKeywords channel_keywords = unchecked((EventKeywords)(m_channelData[(int)eventChannel] | (ulong)eventKeywords)); 2603EventLevel level, EventKeywords matchAnyKeyword, 3382eventAttribute.Keywords |= (EventKeywords)manifest.GetChannelKeyword(eventAttribute.Channel, (ulong)eventAttribute.Keywords); 3491else if (!reflectionOnly && (staticFieldType == typeof(EventKeywords)) || AttributeTypeNamesMatch(staticFieldType, typeof(EventKeywords))) 4058/// (<see cref="EventLevel"/>) and bitfields (<see cref="EventKeywords"/>) to further restrict the set of 4176EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, (EventKeywords)0); 4194EnableEvents(eventSource, level, EventKeywords.None); 4207public void EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword) 4223public void EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword, IDictionary<string, string?>? arguments) 4245eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None, null); 4250EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None); 4721EventListener? listener, EventProviderType eventProviderType, int perEventSourceSessionId, bool enable, EventLevel level, EventKeywords matchAnyKeyword) 4743internal EventKeywords matchAnyKeyword; 4831public EventKeywords Keywords 4833get => EventId <= 0 ? (_moreInfo?.Keywords ?? default) : (EventKeywords)Metadata.Descriptor.Keywords; 4945public EventKeywords Keywords; 5013public EventKeywords Keywords { get; set; }
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\FrameworkEventSource.cs (4)
22public const EventKeywords ThreadPool = (EventKeywords)0x0002; 23public const EventKeywords ThreadTransfer = (EventKeywords)0x0010;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (4)
22public const EventKeywords AppContext = (EventKeywords)0x1; 23public const EventKeywords ProcessorCount = (EventKeywords)0x2;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventDataAttribute.cs (1)
123internal EventKeywords Keywords
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventSourceOptions.cs (2)
13internal EventKeywords keywords; 60public EventKeywords Keywords
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\NameInfo.cs (1)
86(EventKeywords)descriptor.Keywords,
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventSource.cs (4)
343EventKeywords keywords = (options.valuesSet & EventSourceOptions.keywordsSet) != 0 406EventKeywords keywords = (options.valuesSet & EventSourceOptions.keywordsSet) != 0 705Keywords = (EventKeywords)eventDescriptor.Keywords, 872EventKeywords keywords = (options.valuesSet & EventSourceOptions.keywordsSet) != 0
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventTypes.cs (3)
23internal readonly EventKeywords keywords; 162internal EventKeywords Keywords => (EventKeywords)this.keywords;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingTypeInfo.cs (3)
17private readonly EventKeywords keywords; 38EventKeywords keywords, 79public EventKeywords Keywords => this.keywords;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TypeAnalysis.cs (1)
17internal readonly EventKeywords keywords;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\XplatEventLogger.cs (1)
160EnableEvents(eventSource, EventLevel.LogAlways, EventKeywords.All, null);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (24)
88public const EventKeywords TaskTransfer = (EventKeywords)1; 92public const EventKeywords Tasks = (EventKeywords)2; 96public const EventKeywords Parallel = (EventKeywords)4; 101public const EventKeywords AsyncCausalityOperation = (EventKeywords)8; 102public const EventKeywords AsyncCausalityRelation = (EventKeywords)0x10; 103public const EventKeywords AsyncCausalitySynchronousWork = (EventKeywords)0x20; 108public const EventKeywords TaskStops = (EventKeywords)0x40; 114public const EventKeywords TasksFlowActivityIds = (EventKeywords)0x80; 119public const EventKeywords AsyncMethod = (EventKeywords)0x100; 126public const EventKeywords TasksSetActivityIds = (EventKeywords)0x10000; 131public const EventKeywords Debug = (EventKeywords)0x20000; 135public const EventKeywords DebugActivityId = (EventKeywords)0x40000;
System.Threading (2)
System\Threading\CDSsyncETWBCLProvider.cs (2)
39private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
System.Threading.Tasks.Dataflow (2)
Internal\DataflowEtwProvider.cs (2)
36private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
System.Threading.Tasks.Parallel (2)
System\Threading\Tasks\ParallelETWProvider.cs (2)
60private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
System.Transactions.Local (8)
System\Transactions\TransactionsEtwProvider.cs (8)
91private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1); 1405public const EventKeywords TraceBase = (EventKeywords)0x0001; 1406public const EventKeywords TraceLtm = (EventKeywords)0x0002; 1407public const EventKeywords TraceOleTx = (EventKeywords)0x0004;