390 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)
60eventListener.EnableEvents(eventSource, EventLevel.Informational, EventKeywords.None, 101eventListener.EnableEvents(eventSource, EventLevel.Informational, EventKeywords.None,
Microsoft.AspNetCore.Hosting.Tests (3)
HostingApplicationDiagnosticsTests.cs (2)
48eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None, 146eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None,
Internal\HostingEventSourceTests.cs (1)
201eventListener.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 (4)
CodeAnalysisEventSource.Common.cs (4)
14public const EventKeywords Performance = (EventKeywords)1; 15public const EventKeywords Correctness = (EventKeywords)2;
Microsoft.CodeAnalysis.Workspaces (6)
Log\EtwLogger.cs (1)
47return _source.IsEnabled(EventLevel.Verbose, (EventKeywords)(-1));
Log\RoslynEventSource.LogBlock.cs (1)
120if (Instance.IsEnabled(_eventLevel, EventKeywords.None))
src\Compilers\Core\Portable\CodeAnalysisEventSource.Common.cs (4)
14public const EventKeywords Performance = (EventKeywords)1; 15public const EventKeywords Correctness = (EventKeywords)2;
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; 99if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 108if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 127if (IsEnabled(EventLevel.Verbose, EventKeywords.All)) 136if (IsEnabled(EventLevel.Error, EventKeywords.All)) 307if (source.IsEnabled(EventLevel.Verbose, EventKeywords.All))
Microsoft.Extensions.Logging.EventSource (9)
LoggingEventSource.cs (9)
93public const EventKeywords Meta = (EventKeywords)1; 97public const EventKeywords Message = (EventKeywords)2; 101public const EventKeywords FormattedMessage = (EventKeywords)4; 105public const EventKeywords JsonMessage = (EventKeywords)8; 519EventKeywords 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))
MSBuild (1)
PerformanceLogEventListener.cs (1)
21internal EventKeywords Keywords { get; set; }
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)
47internal const EventKeywords Reserved44Keyword = (EventKeywords)0x0000100000000000; 55internal const EventKeywords TelemetryKeyword = (EventKeywords)0x0000200000000000; 63internal const EventKeywords MeasuresKeyword = (EventKeywords)0x0000400000000000; 71internal const EventKeywords CriticalDataKeyword = (EventKeywords)0x0000800000000000;
PresentationFramework (8)
src\Microsoft.DotNet.Wpf\src\Shared\Telemetry\Managed\TelemetryEventSource.cs (8)
47internal const EventKeywords Reserved44Keyword = (EventKeywords)0x0000100000000000; 55internal const EventKeywords TelemetryKeyword = (EventKeywords)0x0000200000000000; 63internal const EventKeywords MeasuresKeyword = (EventKeywords)0x0000400000000000; 71internal 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)
67public const EventKeywords Messages = (EventKeywords)0x1; 71public const EventKeywords TimeSeriesValues = (EventKeywords)0x2; 75public 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.Http (7)
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\Http\HttpTelemetry.cs (3)
19public const EventKeywords RequestFailedDetailed = (EventKeywords)1; 85if (IsEnabled(EventLevel.Error, EventKeywords.None))
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.Net.NameResolution (6)
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\NameResolutionTelemetry.cs (2)
77if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 108if (IsEnabled(EventLevel.Informational, EventKeywords.None))
System.Net.Primitives (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.Quic (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.Requests (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.Security (7)
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\Security\NetSecurityTelemetry.cs (3)
137if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 146if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 166if (IsEnabled(EventLevel.Error, EventKeywords.None))
System.Net.Sockets (11)
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\Sockets\SocketsTelemetry.cs (7)
44if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 53if (IsEnabled(EventLevel.Error, EventKeywords.All)) 68if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 77if (IsEnabled(EventLevel.Error, EventKeywords.All)) 88if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 177if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 186if (IsEnabled(EventLevel.Informational, EventKeywords.All))
System.Net.WebSockets (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 (161)
artifacts\obj\coreclr\System.Private.CoreLib\linux.x64.Debug\NativeRuntimeEventSource.Generated.cs (70)
19public const EventKeywords GCKeyword = (EventKeywords)0x1; 20public const EventKeywords GCHandleKeyword = (EventKeywords)0x2; 21public const EventKeywords AssemblyLoaderKeyword = (EventKeywords)0x4; 22public const EventKeywords LoaderKeyword = (EventKeywords)0x8; 23public const EventKeywords JitKeyword = (EventKeywords)0x10; 24public const EventKeywords NGenKeyword = (EventKeywords)0x20; 25public const EventKeywords SecurityKeyword = (EventKeywords)0x400; 26public const EventKeywords AppDomainResourceManagementKeyword = (EventKeywords)0x800; 27public const EventKeywords JitTracingKeyword = (EventKeywords)0x1000; 28public const EventKeywords InteropKeyword = (EventKeywords)0x2000; 29public const EventKeywords ContentionKeyword = (EventKeywords)0x4000; 30public const EventKeywords ExceptionKeyword = (EventKeywords)0x8000; 31public const EventKeywords ThreadingKeyword = (EventKeywords)0x10000; 32public const EventKeywords JittedMethodILToNativeMapKeyword = (EventKeywords)0x20000; 33public const EventKeywords TypeKeyword = (EventKeywords)0x80000; 34public const EventKeywords GCHeapDumpKeyword = (EventKeywords)0x100000; 35public const EventKeywords GCSampledObjectAllocationHighKeyword = (EventKeywords)0x200000; 36public const EventKeywords GCHeapSurvivalAndMovementKeyword = (EventKeywords)0x400000; 37public const EventKeywords ManagedHeapCollectKeyword = (EventKeywords)0x800000; 38public const EventKeywords GCHeapAndTypeNamesKeyword = (EventKeywords)0x1000000; 39public const EventKeywords GCSampledObjectAllocationLowKeyword = (EventKeywords)0x2000000; 40public const EventKeywords PerfTrackKeyword = (EventKeywords)0x20000000; 41public const EventKeywords StackKeyword = (EventKeywords)0x40000000; 42public const EventKeywords ThreadTransferKeyword = (EventKeywords)0x80000000; 43public const EventKeywords DebuggerKeyword = (EventKeywords)0x100000000; 44public const EventKeywords MonitoringKeyword = (EventKeywords)0x200000000; 45public const EventKeywords CodeSymbolsKeyword = (EventKeywords)0x400000000; 46public const EventKeywords EventSourceKeyword = (EventKeywords)0x800000000; 47public const EventKeywords CompilationKeyword = (EventKeywords)0x1000000000; 48public const EventKeywords CompilationDiagnosticKeyword = (EventKeywords)0x2000000000; 49public const EventKeywords MethodDiagnosticKeyword = (EventKeywords)0x4000000000; 50public const EventKeywords TypeDiagnosticKeyword = (EventKeywords)0x8000000000; 51public const EventKeywords JitInstrumentationDataKeyword = (EventKeywords)0x10000000000; 52public const EventKeywords ProfilerKeyword = (EventKeywords)0x20000000000; 53public const EventKeywords WaitHandleKeyword = (EventKeywords)0x40000000000;
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 1154internal EventKeywords MatchAnyKeyword 1156get => (EventKeywords)_anyKeywordMask; 1160internal EventKeywords MatchAllKeyword 1162get => (EventKeywords)_allKeywordMask;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (31)
243internal EventKeywords m_matchAnyKeyword; // the logical OR of all levels enabled by any output dispatcher (zero is a special case) meaning 'all keywords' 331public bool IsEnabled(EventLevel level, EventKeywords keywords) 346public bool IsEnabled(EventLevel level, EventKeywords keywords, EventChannel channel) 508eventSource.SendCommand(null, EventProviderType.ETW, 0, command, true, EventLevel.LogAlways, EventKeywords.None, commandArguments); 1416Keywords = (EventKeywords)metadata.Descriptor.Keywords, 2043Keywords = (EventKeywords)metadata.Descriptor.Keywords, 2229Keywords = (EventKeywords)unchecked(keywords), 2353private bool IsEnabledByDefault(int eventNum, bool enable, EventLevel currentLevel, EventKeywords currentMatchAnyKeyword) 2360EventKeywords eventKeywords = unchecked((EventKeywords)((ulong)m_eventData[eventNum].Descriptor.Keywords & (~(SessionMask.All.ToEventKeywords())))); 2366private bool IsEnabledCommon(bool enabled, EventLevel currentLevel, EventKeywords currentMatchAnyKeyword, 2367EventLevel eventLevel, EventKeywords eventKeywords, EventChannel eventChannel) 2382EventKeywords channel_keywords = unchecked((EventKeywords)(m_channelData[(int)eventChannel] | (ulong)eventKeywords)); 2602EventLevel level, EventKeywords matchAnyKeyword, 3372eventAttribute.Keywords |= (EventKeywords)manifest.GetChannelKeyword(eventAttribute.Channel, (ulong)eventAttribute.Keywords); 3482else if (!reflectionOnly && (staticFieldType == typeof(EventKeywords)) || AttributeTypeNamesMatch(staticFieldType, typeof(EventKeywords))) 4076/// (<see cref="EventLevel"/>) and bitfields (<see cref="EventKeywords"/>) to further restrict the set of 4194EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, (EventKeywords)0); 4212EnableEvents(eventSource, level, EventKeywords.None); 4225public void EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword) 4241public void EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword, IDictionary<string, string?>? arguments) 4263eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None, null); 4268EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None); 4739EventListener? listener, EventProviderType eventProviderType, int perEventSourceSessionId, bool enable, EventLevel level, EventKeywords matchAnyKeyword) 4761internal EventKeywords matchAnyKeyword; 4849public EventKeywords Keywords 4851get => EventId <= 0 ? (_moreInfo?.Keywords ?? default) : (EventKeywords)Metadata.Descriptor.Keywords; 4963public EventKeywords Keywords; 5031public 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.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (1)
86return IsEnabled(EventLevel.Verbose, EventKeywords.None);
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;