9 references to SelfDescribingEvents
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
781if (SelfDescribingEvents) 1402if (!SelfDescribingEvents) 2032if (!SelfDescribingEvents) 2228if (SelfDescribingEvents) 2736if (!SelfDescribingEvents) 2915Debug.Assert(!SelfDescribingEvents); 3140bool bNeedsManifest = source != null ? !source.SelfDescribingEvents : true; 3350if (!(source != null && source.SelfDescribingEvents)) 3403if (!eventSourceType.IsAbstract && (source == null || !source.SelfDescribingEvents))