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
)
2034
if (!
SelfDescribingEvents
)
2235
if (
SelfDescribingEvents
)
2746
if (!
SelfDescribingEvents
)
2931
Debug.Assert(!
SelfDescribingEvents
);
3156
bool bNeedsManifest = source != null ? !source.
SelfDescribingEvents
: true;
3369
if (!(source != null && source.
SelfDescribingEvents
))
3421
if (!eventSourceType.IsAbstract && (source == null || !source.
SelfDescribingEvents
))