9 instantiations of EventSourceOptions
mscorlib (9)
system\diagnostics\eventing\eventsource.cs (3)
1271
EventSourceOptions opt = new
EventSourceOptions
1996
EventSourceOptions opt = new
EventSourceOptions
2227
EventSourceOptions opt = new
EventSourceOptions
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (4)
102
var options = new
EventSourceOptions
();
120
var options = new
EventSourceOptions
();
183
var options = new
EventSourceOptions
();
210
var options = new
EventSourceOptions
();
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (2)
119
var options = new
EventSourceOptions
();
181
var options = new
EventSourceOptions
();
38 references to EventSourceOptions
mscorlib (38)
system\diagnostics\eventing\eventsource.cs (3)
1271
EventSourceOptions
opt = new EventSourceOptions
1996
EventSourceOptions
opt = new EventSourceOptions
2227
EventSourceOptions
opt = new EventSourceOptions
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (12)
92
public EventSourceActivity Start<T>(string eventName,
EventSourceOptions
options, T data)
102
var
options = new EventSourceOptions();
109
public EventSourceActivity Start(string eventName,
EventSourceOptions
options)
120
var
options = new EventSourceOptions();
168
public void Write<T>(string eventName,
EventSourceOptions
options, T data)
183
var
options = new EventSourceOptions();
196
public void Write(string eventName,
EventSourceOptions
options)
210
var
options = new EventSourceOptions();
217
public void Write<T>(EventSource source, string eventName,
EventSourceOptions
options, T data)
236
private EventSourceActivity Start<T>(string eventName, ref
EventSourceOptions
options, ref T data)
265
private void Write<T>(EventSource eventSource, string eventName, ref
EventSourceOptions
options, ref T data)
308
private
EventSourceOptions
startStopOptions;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (23)
119
var
options = new EventSourceOptions();
134
public unsafe void Write(string eventName,
EventSourceOptions
options)
181
var
options = new EventSourceOptions();
211
EventSourceOptions
options,
250
ref
EventSourceOptions
options,
296
ref
EventSourceOptions
options,
347
ref
EventSourceOptions
options,
357
byte level = (options.valuesSet &
EventSourceOptions
.levelSet) != 0
360
EventKeywords keywords = (options.valuesSet &
EventSourceOptions
.keywordsSet) != 0
402
ref
EventSourceOptions
options,
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
505
ref
EventSourceOptions
options,
516
fixed (
EventSourceOptions
* pOptions = &options)
581
ref
EventSourceOptions
options,
590
fixed (
EventSourceOptions
* pOptions = &options)
822
ref
EventSourceOptions
options,
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