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
87
flags: EventManifestOptions.
Strict
);
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
3052
if (eventSourceType.IsAbstract && (flags & EventManifestOptions.
Strict
) == 0)
3062
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3096
if ((flags & EventManifestOptions.
Strict
) != 0)
3250
if (noTask && (flags & EventManifestOptions.
Strict
) != 0) // Throw an error if we can compatibly.
3271
if (source != null || (flags & EventManifestOptions.
Strict
) != 0)
3318
if (!bNeedsManifest && (flags & EventManifestOptions.
Strict
) == 0)
3328
if ((flags & EventManifestOptions.
Strict
) == 0)
3334
if ((flags & EventManifestOptions.
Strict
) != 0 && (manifest?.Errors.Count > 0 || exception != null))
3636
if ((options & EventManifestOptions.
Strict
) == 0)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (4)
68
if ((flags & EventManifestOptions.
Strict
) != 0)
86
if ((flags & EventManifestOptions.
Strict
) != 0)
109
if ((flags & EventManifestOptions.
Strict
) != 0)
355
if ((flags & EventManifestOptions.
Strict
) != 0)