9 references to SelfDescribingEvents
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
769if (SelfDescribingEvents) 1390if (!SelfDescribingEvents) 2045if (!SelfDescribingEvents) 2246if (SelfDescribingEvents) 2757if (!SelfDescribingEvents) 2942Debug.Assert(!SelfDescribingEvents); 3048bool bNeedsManifest = source != null ? !source.SelfDescribingEvents : true; 3261if (!(source != null && source.SelfDescribingEvents)) 3313if (!eventSourceType.IsAbstract && (source == null || !source.SelfDescribingEvents))