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