13 references to Strict
mscorlib (13)
system\diagnostics\eventing\eventsource.cs (13)
3276
if (eventSourceType.IsAbstract() && (flags & EventManifestOptions.
Strict
) == 0)
3293
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3314
if ((flags & EventManifestOptions.
Strict
) != 0)
3477
if (noTask && (flags & EventManifestOptions.
Strict
) != 0) // Throw an error if we can compatibly.
3494
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3542
if (!bNeedsManifest && (flags & EventManifestOptions.
Strict
) == 0)
3551
if ((flags & EventManifestOptions.
Strict
) == 0)
3557
if ((flags & EventManifestOptions.
Strict
) != 0 && (manifest.Errors.Count > 0 || exception != null))
3734
if ((options & EventManifestOptions.
Strict
) == 0)
6062
if ((flags & EventManifestOptions.
Strict
) != 0)
6074
if ((flags & EventManifestOptions.
Strict
) != 0)
6090
if ((flags & EventManifestOptions.
Strict
) != 0)
6319
if ((flags & EventManifestOptions.
Strict
) != 0)