8 references to SelfDescribingEvents
mscorlib (8)
system\diagnostics\eventing\eventsource.cs (8)
1225if (!SelfDescribingEvents) 1955if (!SelfDescribingEvents) 2225if (SelfDescribingEvents) 2686if (!SelfDescribingEvents) 3065Contract.Assert(!SelfDescribingEvents); 3272bool bNeedsManifest = source != null ? !source.SelfDescribingEvents : true; 3484if (!(source != null && source.SelfDescribingEvents)) 3533if (!eventSourceType.IsAbstract() && (source == null || !source.SelfDescribingEvents))