390 references to EventKeywords
Aspire.Microsoft.Data.SqlClient (3)
Aspire.Microsoft.EntityFrameworkCore.SqlServer (3)
dotnet-svcutil-lib (54)
Http3SampleApp (1)
illink (2)
InMemory.FunctionalTests (1)
Interop.FunctionalTests (1)
InteropClient (1)
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (2)
Microsoft.AspNetCore.Hosting.Tests (3)
Microsoft.AspNetCore.Http.Connections (3)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
Microsoft.Build.Framework (4)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.Extensions.Caching.Hybrid.Tests (1)
Microsoft.Extensions.DependencyInjection (7)
Microsoft.Extensions.Logging.EventSource (9)
Microsoft.Extensions.Telemetry.Tests (4)
MSBuild (1)
mscorlib (1)
netstandard (1)
PresentationCore (8)
PresentationFramework (8)
System.Collections.Concurrent (2)
System.Diagnostics.DiagnosticSource (16)
System.Diagnostics.Tracing (1)
System.Linq.Parallel (2)
System.Net.Http (7)
System.Net.HttpListener (4)
System.Net.Mail (4)
System.Net.NameResolution (6)
System.Net.Primitives (4)
System.Net.Quic (4)
System.Net.Requests (4)
System.Net.Security (7)
System.Net.Sockets (11)
System.Net.WebSockets (4)
System.Private.CoreLib (161)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeMetadataGenerator.cs (1)
43EventKeywords keywords,
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; }
System.Security.Cryptography (1)
System.Threading (2)
System.Threading.Tasks.Dataflow (2)
System.Threading.Tasks.Parallel (2)
System.Transactions.Local (8)