15 references to Strict
Microsoft.AspNetCore.InternalTesting (2)
Tracing\EventSourceValidator.cs (2)
31/// <see cref="EventManifestOptions.Strict"/> to perform IL-level validation that the integer 87flags: EventManifestOptions.Strict);
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
3052if (eventSourceType.IsAbstract && (flags & EventManifestOptions.Strict) == 0) 3062if (source != null || (flags & EventManifestOptions.Strict) != 0) 3096if ((flags & EventManifestOptions.Strict) != 0) 3250if (noTask && (flags & EventManifestOptions.Strict) != 0) // Throw an error if we can compatibly. 3271if (source != null || (flags & EventManifestOptions.Strict) != 0) 3318if (!bNeedsManifest && (flags & EventManifestOptions.Strict) == 0) 3328if ((flags & EventManifestOptions.Strict) == 0) 3334if ((flags & EventManifestOptions.Strict) != 0 && (manifest?.Errors.Count > 0 || exception != null)) 3636if ((options & EventManifestOptions.Strict) == 0)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (4)
68if ((flags & EventManifestOptions.Strict) != 0) 86if ((flags & EventManifestOptions.Strict) != 0) 109if ((flags & EventManifestOptions.Strict) != 0) 355if ((flags & EventManifestOptions.Strict) != 0)