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