6 references to IsAbstract
mscorlib (6)
system\diagnostics\eventing\eventsource.cs (6)
3245
while (eventSourceType != null && eventSourceType.
IsAbstract
());
3276
if (eventSourceType.
IsAbstract
() && (flags & EventManifestOptions.Strict) == 0)
3320
if (!eventSourceType.
IsAbstract
() && !eventSourceType.IsSealed())
3334
if (eventSourceType.
IsAbstract
())
3389
if (eventSourceType.
IsAbstract
())
3533
if (!eventSourceType.
IsAbstract
() && (source == null || !source.SelfDescribingEvents))