9 references to SelfDescribingEvents
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
780if (SelfDescribingEvents) 1401if (!SelfDescribingEvents) 2034if (!SelfDescribingEvents) 2235if (SelfDescribingEvents) 2746if (!SelfDescribingEvents) 2931Debug.Assert(!SelfDescribingEvents); 3156bool bNeedsManifest = source != null ? !source.SelfDescribingEvents : true; 3369if (!(source != null && source.SelfDescribingEvents)) 3421if (!eventSourceType.IsAbstract && (source == null || !source.SelfDescribingEvents))