13 references to Strict
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (13)
3149
if (eventSourceType.IsAbstract && (flags & EventManifestOptions.
Strict
) == 0)
3159
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3193
if ((flags & EventManifestOptions.
Strict
) != 0)
3347
if (noTask && (flags & EventManifestOptions.
Strict
) != 0) // Throw an error if we can compatibly.
3368
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3415
if (!bNeedsManifest && (flags & EventManifestOptions.
Strict
) == 0)
3425
if ((flags & EventManifestOptions.
Strict
) == 0)
3431
if ((flags & EventManifestOptions.
Strict
) != 0 && (manifest?.Errors.Count > 0 || exception != null))
3618
if ((options & EventManifestOptions.
Strict
) == 0)
5335
if ((flags & EventManifestOptions.
Strict
) != 0)
5353
if ((flags & EventManifestOptions.
Strict
) != 0)
5376
if ((flags & EventManifestOptions.
Strict
) != 0)
5622
if ((flags & EventManifestOptions.
Strict
) != 0)