2 writes to TraceOutputOptions
System (2)
compmod\system\diagnostics\ListenerElementsCollection.cs (2)
237
newListener.
TraceOutputOptions
= TraceOutputOptions;
351
listener.
TraceOutputOptions
= TraceOutputOptions;
20 references to TraceOutputOptions
System (1)
compmod\system\diagnostics\TraceListener.cs (1)
447
return (opts &
TraceOutputOptions
) != 0;
System.Core (17)
System\Diagnostics\Eventing\EventProviderTraceListener.cs (7)
203
if ((eventCache != null) && (
TraceOutputOptions
& TraceOptions.Callstack) != 0)
264
if ((eventCache != null) && (
TraceOutputOptions
& TraceOptions.Callstack) != 0)
293
if ((eventCache != null) && (
TraceOutputOptions
& TraceOptions.Callstack) != 0)
322
if ((eventCache != null) && (
TraceOutputOptions
& TraceOptions.Callstack) != 0)
353
if ((eventCache != null) && (
TraceOutputOptions
& TraceOptions.Callstack) != 0)
368
if ((eventCache != null) && (
TraceOutputOptions
& TraceOptions.Callstack) != 0)
419
if ((eventCache != null) && (
TraceOutputOptions
& TraceOptions.Callstack) != 0)
System\Diagnostics\EventSchemaTraceListener.cs (10)
188
BuildHeader(writer, source, eventType, id, eventCache, null, false, this.
TraceOutputOptions
);
198
BuildFooter(writer, eventType, eventCache, false, this.
TraceOutputOptions
);
208
BuildHeader(writer, source, eventType, id, eventCache, null, false, this.
TraceOutputOptions
);
210
BuildFooter(writer, eventType, eventCache, false, this.
TraceOutputOptions
);
220
BuildHeader(writer, source, eventType, id, eventCache, null, true, this.
TraceOutputOptions
);
229
BuildFooter(writer, eventType, eventCache, true, this.
TraceOutputOptions
);
239
BuildHeader(writer, source, eventType, id, eventCache, null, true, this.
TraceOutputOptions
);
251
BuildFooter(writer, eventType, eventCache, true, this.
TraceOutputOptions
);
258
BuildHeader(writer, source, TraceEventType.Transfer, id, eventCache, relatedActivityId.ToString("B"), false, this.
TraceOutputOptions
);
260
BuildFooter(writer, TraceEventType.Transfer, eventCache, false, this.
TraceOutputOptions
);
System.Web (2)
IisTraceListener.cs (2)
133
if (eventCache == null ||
TraceOutputOptions
== TraceOptions.None) {
182
return (opts &
TraceOutputOptions
) != 0;