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