9 references to SelfDescribingEvents
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
780if (SelfDescribingEvents) 1401if (!SelfDescribingEvents) 2031if (!SelfDescribingEvents) 2227if (SelfDescribingEvents) 2735if (!SelfDescribingEvents) 2920Debug.Assert(!SelfDescribingEvents); 3145bool bNeedsManifest = source != null ? !source.SelfDescribingEvents : true; 3358if (!(source != null && source.SelfDescribingEvents)) 3410if (!eventSourceType.IsAbstract && (source == null || !source.SelfDescribingEvents))