5 writes to valuesSet
mscorlib (5)
System\Diagnostics\Eventing\TraceLogging\EventSourceOptions.cs (5)
43
this.
valuesSet
|= levelSet;
61
this.
valuesSet
|= opcodeSet;
87
this.
valuesSet
|= keywordsSet;
105
this.
valuesSet
|= tagsSet;
122
this.
valuesSet
|= activityOptionsSet;
11 references to valuesSet
mscorlib (11)
System\Diagnostics\Eventing\TraceLogging\EventSourceOptions.cs (1)
69
return (this.
valuesSet
& opcodeSet) != 0;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (10)
357
byte level = (options.
valuesSet
& EventSourceOptions.levelSet) != 0
360
EventKeywords keywords = (options.
valuesSet
& EventSourceOptions.keywordsSet) != 0
409
byte level = (options.
valuesSet
& EventSourceOptions.levelSet) != 0
412
byte opcode = (options.
valuesSet
& EventSourceOptions.opcodeSet) != 0
415
EventTags tags = (options.
valuesSet
& EventSourceOptions.tagsSet) != 0
418
EventKeywords keywords = (options.
valuesSet
& EventSourceOptions.keywordsSet) != 0
827
byte level = (options.
valuesSet
& EventSourceOptions.levelSet) != 0
830
byte opcode = (options.
valuesSet
& EventSourceOptions.opcodeSet) != 0
833
EventTags tags = (options.
valuesSet
& EventSourceOptions.tagsSet) != 0
836
EventKeywords keywords = (options.
valuesSet
& EventSourceOptions.keywordsSet) != 0