35 references to EventTags
mscorlib (35)
system\diagnostics\eventing\eventsource.cs (8)
1264EventTags.None, 1989EventTags.None, 2069EventTags.None, 2233var tlet = new TraceLoggingEventTypes(eventName, EventTags.None, new Type[] { msg.GetType() }); 2529public EventTags Tags; 4899public EventTags Tags 4979internal EventTags m_tags; 5088public EventTags Tags { get; set; }
System\Diagnostics\Eventing\TraceLogging\EventDataAttribute.cs (1)
136internal EventTags Tags
System\Diagnostics\Eventing\TraceLogging\EventSourceOptions.cs (2)
17internal EventTags tags; 95public EventTags Tags
System\Diagnostics\Eventing\TraceLogging\NameInfo.cs (5)
16: ConcurrentSetItem<KeyValuePair<string, EventTags>, NameInfo> 36internal readonly EventTags tags; 40public NameInfo(string name, EventTags tags, int typeMetadataSize) 60public override int Compare(KeyValuePair<string, EventTags> key) 65private int Compare(string otherName, EventTags otherTags)
System\Diagnostics\Eventing\TraceLogging\Statics.cs (2)
31public const EventTags EventTagsMask = (EventTags)0xfffffff;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (3)
415EventTags tags = (options.valuesSet & EventSourceOptions.tagsSet) != 0 690private unsafe void WriteToAllListeners(string eventName, ref EventDescriptor eventDescriptor, EventTags tags, Guid* pActivityId, Guid* pChildActivityId, EventPayload payload) 833EventTags tags = (options.valuesSet & EventSourceOptions.tagsSet) != 0
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (9)
25internal readonly EventTags tags; 33private ConcurrentSet<KeyValuePair<string, EventTags>, NameInfo> nameInfos; 52EventTags tags, 79EventTags tags, 88EventTags tags, 125EventTags tags, 191internal EventTags Tags 196internal NameInfo GetNameInfo(string name, EventTags tags) 198var ret = this.nameInfos.TryGet(new KeyValuePair<string, EventTags>(name, tags));
System\Diagnostics\Eventing\TraceLogging\TraceLoggingTypeInfo.cs (3)
26private readonly EventTags tags; 48EventTags tags) 113public EventTags Tags
System\Diagnostics\Eventing\TraceLogging\TraceLoggingTypeInfo_T.cs (1)
63EventTags tags)
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (1)
22internal readonly EventTags tags;