9 references to SelfDescribingEvents
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
780
if (
SelfDescribingEvents
)
1401
if (!
SelfDescribingEvents
)
2031
if (!
SelfDescribingEvents
)
2227
if (
SelfDescribingEvents
)
2735
if (!
SelfDescribingEvents
)
2920
Debug.Assert(!
SelfDescribingEvents
);
3145
bool bNeedsManifest = source != null ? !source.
SelfDescribingEvents
: true;
3358
if (!(source != null && source.
SelfDescribingEvents
))
3410
if (!eventSourceType.IsAbstract && (source == null || !source.
SelfDescribingEvents
))