13 references to Strict
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (13)
3160
if (eventSourceType.IsAbstract && (flags & EventManifestOptions.
Strict
) == 0)
3170
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3204
if ((flags & EventManifestOptions.
Strict
) != 0)
3358
if (noTask && (flags & EventManifestOptions.
Strict
) != 0) // Throw an error if we can compatibly.
3379
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3426
if (!bNeedsManifest && (flags & EventManifestOptions.
Strict
) == 0)
3436
if ((flags & EventManifestOptions.
Strict
) == 0)
3442
if ((flags & EventManifestOptions.
Strict
) != 0 && (manifest?.Errors.Count > 0 || exception != null))
3629
if ((options & EventManifestOptions.
Strict
) == 0)
5346
if ((flags & EventManifestOptions.
Strict
) != 0)
5364
if ((flags & EventManifestOptions.
Strict
) != 0)
5387
if ((flags & EventManifestOptions.
Strict
) != 0)
5633
if ((flags & EventManifestOptions.
Strict
) != 0)