92 references to EventKeywords
mscorlib (88)
system\Collections\Concurrent\CDSCollectionETWBCLProvider.cs (2)
45private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
system\diagnostics\eventing\eventprovider.cs (4)
361protected EventKeywords MatchAnyKeyword { get { return (EventKeywords)m_anyKeywordMask; } set { m_anyKeywordMask = unchecked((long)value); } } 362protected EventKeywords MatchAllKeyword { get { return (EventKeywords)m_allKeywordMask; } set { m_allKeywordMask = unchecked((long)value); } }
system\diagnostics\eventing\eventsource.cs (31)
275public bool IsEnabled(EventLevel level, EventKeywords keywords) 291public bool IsEnabled(EventLevel level, EventKeywords keywords, EventChannel channel) 507eventSource.SendCommand(null, 0, 0, command, true, EventLevel.LogAlways, EventKeywords.None, commandArguments); 1273Keywords = (EventKeywords)unchecked((long)etwSessions.ToEventKeywords() | origKwd), 1998Keywords = (EventKeywords)unchecked((long)etwSessions.ToEventKeywords() | origKwd), 2229Keywords = (EventKeywords)unchecked(keywords), 2371private bool IsEnabledByDefault(int eventNum, bool enable, EventLevel currentLevel, EventKeywords currentMatchAnyKeyword) 2377EventKeywords eventKeywords = unchecked((EventKeywords)((ulong)m_eventData[eventNum].Descriptor.Keywords & (~(SessionMask.All.ToEventKeywords())))); 2388private bool IsEnabledCommon(bool enabled, EventLevel currentLevel, EventKeywords currentMatchAnyKeyword, 2389EventLevel eventLevel, EventKeywords eventKeywords, EventChannel eventChannel) 2405EventKeywords channel_keywords = unchecked((EventKeywords)(m_channelData[(int)eventChannel] | (ulong)eventKeywords)); 2577EventLevel level, EventKeywords matchAnyKeyword, 2962ActivityFilter.UpdateKwdTriggers(activityFilter, m_guid, this, unchecked((EventKeywords)gKeywords)); 3506eventAttribute.Keywords |= (EventKeywords)manifest.GetChannelKeyword(eventAttribute.Channel); 3614else if (!reflectionOnly && (staticFieldType == typeof(EventKeywords)) || AttributeTypeNamesMatch(staticFieldType, typeof(EventKeywords))) 4057internal EventKeywords m_matchAnyKeyword; // the logical OR of all levels enabled by any output dispatcher (zero is a special case) meaning 'all keywords' 4148/// (<see cref="EventLevel"/>) and bitfields (<see cref="EventKeywords"/>) to further restrict the set of 4290EnableEvents(eventSource, level, EventKeywords.None); 4303public void EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword) 4319public void EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword, IDictionary<string, string> arguments) 4342eventSource.SendCommand(this, 0, 0, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None, null); 4709EventListener listener, int perEventSourceSessionId, int etwSessionId, bool enable, EventLevel level, EventKeywords matchAnyKeyword) 4731internal EventKeywords matchAnyKeyword; 4858public EventKeywords Keywords 4865return (EventKeywords)m_eventSource.m_eventData[EventId].Descriptor.Keywords; 4981internal EventKeywords m_keywords; 5045public EventKeywords Keywords { get; set; } 5539public static void UpdateKwdTriggers(ActivityFilter activityFilter, Guid sourceGuid, EventSource source, EventKeywords sessKeywords)
system\diagnostics\eventing\frameworkeventsource.cs (10)
43public const EventKeywords Loader = (EventKeywords)0x0001; // This is bit 0 44public const EventKeywords ThreadPool = (EventKeywords)0x0002; 45public const EventKeywords NetClient = (EventKeywords)0x0004; 50public const EventKeywords DynamicTypeUsage = (EventKeywords)0x0008; 51public const EventKeywords ThreadTransfer = (EventKeywords)0x0010;
System\Diagnostics\Eventing\TraceLogging\EventDataAttribute.cs (1)
126internal EventKeywords Keywords
System\Diagnostics\Eventing\TraceLogging\EventSourceOptions.cs (2)
16internal EventKeywords keywords; 77public EventKeywords Keywords
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (4)
360EventKeywords keywords = (options.valuesSet & EventSourceOptions.keywordsSet) != 0 418EventKeywords keywords = (options.valuesSet & EventSourceOptions.keywordsSet) != 0 695eventCallbackArgs.m_keywords = (EventKeywords) eventDescriptor.Keywords; 836EventKeywords keywords = (options.valuesSet & EventSourceOptions.keywordsSet) != 0
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (3)
28internal readonly EventKeywords keywords; 183internal EventKeywords Keywords 185get { return (EventKeywords)this.keywords; }
System\Diagnostics\Eventing\TraceLogging\TraceLoggingTypeInfo.cs (3)
23private readonly EventKeywords keywords; 47EventKeywords keywords, 105public EventKeywords Keywords
System\Diagnostics\Eventing\TraceLogging\TraceLoggingTypeInfo_T.cs (1)
62EventKeywords keywords,
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (1)
19internal readonly EventKeywords keywords;
system\threading\CDSsyncETWBCLProvider.cs (2)
47private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
system\threading\Tasks\TPLETWProvider.cs (24)
117public const EventKeywords TaskTransfer = (EventKeywords) 1; 121public const EventKeywords Tasks = (EventKeywords) 2; 125public const EventKeywords Parallel = (EventKeywords) 4; 130public const EventKeywords AsyncCausalityOperation = (EventKeywords) 8; 131public const EventKeywords AsyncCausalityRelation = (EventKeywords) 0x10; 132public const EventKeywords AsyncCausalitySynchronousWork = (EventKeywords) 0x20; 137public const EventKeywords TaskStops = (EventKeywords) 0x40; 143public const EventKeywords TasksFlowActivityIds = (EventKeywords) 0x80; 150public const EventKeywords TasksSetActivityIds = (EventKeywords) 0x10000; 155public const EventKeywords Debug = (EventKeywords) 0x20000; 159public const EventKeywords DebugActivityId = (EventKeywords) 0x40000; 163private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
System.Core (2)
System\Linq\Parallel\Utils\PLINQETWProvider.cs (2)
56private const EventKeywords ALL_KEYWORDS = (EventKeywords)(-1);
System.Data (2)
fx\src\data\System\Data\Common\SqlEventSource.cs (2)
41public const EventKeywords SqlClient = (EventKeywords)0x0001; // This is bit 0