13 references to Strict
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (13)
3160if (eventSourceType.IsAbstract && (flags & EventManifestOptions.Strict) == 0) 3170if (source != null || (flags & EventManifestOptions.Strict) != 0) 3204if ((flags & EventManifestOptions.Strict) != 0) 3358if (noTask && (flags & EventManifestOptions.Strict) != 0) // Throw an error if we can compatibly. 3379if (source != null || (flags & EventManifestOptions.Strict) != 0) 3426if (!bNeedsManifest && (flags & EventManifestOptions.Strict) == 0) 3436if ((flags & EventManifestOptions.Strict) == 0) 3442if ((flags & EventManifestOptions.Strict) != 0 && (manifest?.Errors.Count > 0 || exception != null)) 3629if ((options & EventManifestOptions.Strict) == 0) 5346if ((flags & EventManifestOptions.Strict) != 0) 5364if ((flags & EventManifestOptions.Strict) != 0) 5387if ((flags & EventManifestOptions.Strict) != 0) 5633if ((flags & EventManifestOptions.Strict) != 0)