458 references to EventKeywords
Aspire.TerminalHost (1)
dotnet-svcutil-lib (54)
ILCompiler.DependencyAnalysisFramework (2)
illink (2)
Microsoft.AspNetCore.Http.Connections (3)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Microsoft.Build.Framework (4)
Microsoft.Build.NuGetSdkResolver (6)
Microsoft.CodeAnalysis (6)
Microsoft.CodeAnalysis.Workspaces (8)
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)
NuGet.Commands (4)
NuGet.Common (4)
NuGet.Configuration (2)
PresentationCore (8)
PresentationFramework (8)
System.Collections.Concurrent (2)
System.Diagnostics.DiagnosticSource (16)
System.Diagnostics.Tracing (1)
System.Linq.Parallel (2)
System.Net.Http (3)
System.Net.NameResolution (2)
System.Net.Security (3)
System.Net.Sockets (7)
System.Private.CoreLib (199)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventListener.cs (7)
19/// (<see cref="EventLevel"/>) and bitfields (<see cref="EventKeywords"/>) to further restrict the set of
137EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, (EventKeywords)0);
155EnableEvents(eventSource, level, EventKeywords.None);
168public void EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword)
184public void EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword, IDictionary<string, string?>? arguments)
206eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None, null);
211EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeMetadataGenerator.cs (1)
44EventKeywords keywords,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (24)
236internal EventKeywords m_matchAnyKeyword; // the logical OR of all levels enabled by any output dispatcher (zero is a special case) meaning 'all keywords'
318public bool IsEnabled(EventLevel level, EventKeywords keywords)
333public bool IsEnabled(EventLevel level, EventKeywords keywords, EventChannel channel)
499eventSource.SendCommand(null, EventProviderType.ETW, 0, command, true, EventLevel.LogAlways, EventKeywords.None, commandArguments);
1407Keywords = (EventKeywords)metadata.Descriptor.Keywords,
2057Keywords = (EventKeywords)metadata.Descriptor.Keywords,
2247Keywords = (EventKeywords)unchecked(keywords),
2373private bool IsEnabledByDefault(int eventNum, bool enable, EventLevel currentLevel, EventKeywords currentMatchAnyKeyword)
2381EventKeywords eventKeywords = unchecked((EventKeywords)((ulong)metadata.Descriptor.Keywords & (~(SessionMask.All.ToEventKeywords()))));
2387private bool IsEnabledCommon(bool enabled, EventLevel currentLevel, EventKeywords currentMatchAnyKeyword,
2388EventLevel eventLevel, EventKeywords eventKeywords, EventChannel eventChannel)
2403EventKeywords channel_keywords = unchecked((EventKeywords)(m_channelData[(int)eventChannel] | (ulong)eventKeywords));
2620EventLevel level, EventKeywords matchAnyKeyword,
3280eventAttribute.Keywords |= (EventKeywords)manifest.GetChannelKeyword(eventAttribute.Channel, (ulong)eventAttribute.Keywords);
3504else if (!reflectionOnly && (staticFieldType == typeof(EventKeywords)) || AttributeTypeNamesMatch(staticFieldType, typeof(EventKeywords)))
4130EventListener? listener, EventProviderType eventProviderType, int perEventSourceSessionId, bool enable, EventLevel level, EventKeywords matchAnyKeyword)
4152internal EventKeywords matchAnyKeyword;
4240public EventKeywords Keywords
4242get => EventId <= 0 ? (_moreInfo?.Keywords ?? default) : (EventKeywords)Metadata.Descriptor.Keywords;
4354public EventKeywords Keywords;
4422public EventKeywords Keywords { get; set; }
System.ServiceModel.Primitives (62)
System.Threading (2)
System.Threading.Tasks.Dataflow (2)
System.Threading.Tasks.Parallel (2)
System.Transactions.Local (8)
System.Windows.Forms.Primitives (2)