13 references to Strict
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (13)
3144
if (eventSourceType.IsAbstract && (flags & EventManifestOptions.
Strict
) == 0)
3154
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3187
if ((flags & EventManifestOptions.
Strict
) != 0)
3339
if (noTask && (flags & EventManifestOptions.
Strict
) != 0) // Throw an error if we can compatibly.
3360
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3408
if (!bNeedsManifest && (flags & EventManifestOptions.
Strict
) == 0)
3418
if ((flags & EventManifestOptions.
Strict
) == 0)
3424
if ((flags & EventManifestOptions.
Strict
) != 0 && (manifest?.Errors.Count > 0 || exception != null))
3632
if ((options & EventManifestOptions.
Strict
) == 0)
5355
if ((flags & EventManifestOptions.
Strict
) != 0)
5373
if ((flags & EventManifestOptions.
Strict
) != 0)
5396
if ((flags & EventManifestOptions.
Strict
) != 0)
5642
if ((flags & EventManifestOptions.
Strict
) != 0)