9 references to SelfDescribingEvents
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
781
if (
SelfDescribingEvents
)
1402
if (!
SelfDescribingEvents
)
2032
if (!
SelfDescribingEvents
)
2228
if (
SelfDescribingEvents
)
2736
if (!
SelfDescribingEvents
)
2915
Debug.Assert(!
SelfDescribingEvents
);
3140
bool bNeedsManifest = source != null ? !source.
SelfDescribingEvents
: true;
3350
if (!(source != null && source.
SelfDescribingEvents
))
3403
if (!eventSourceType.IsAbstract && (source == null || !source.
SelfDescribingEvents
))