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