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