9 references to SelfDescribingEvents
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
769
if (
SelfDescribingEvents
)
1390
if (!
SelfDescribingEvents
)
2045
if (!
SelfDescribingEvents
)
2246
if (
SelfDescribingEvents
)
2757
if (!
SelfDescribingEvents
)
2942
Debug.Assert(!
SelfDescribingEvents
);
3048
bool bNeedsManifest = source != null ? !source.
SelfDescribingEvents
: true;
3261
if (!(source != null && source.
SelfDescribingEvents
))
3313
if (!eventSourceType.IsAbstract && (source == null || !source.
SelfDescribingEvents
))