1 write to flags
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5332
this.
flags
= flags;
5 references to flags
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
5346
if ((
flags
& EventManifestOptions.Strict) != 0)
5364
if ((
flags
& EventManifestOptions.Strict) != 0)
5387
if ((
flags
& EventManifestOptions.Strict) != 0)
5633
if ((
flags
& EventManifestOptions.Strict) != 0)
5713
bool isbitmap = EventSource.IsCustomAttributeDefinedHelper(enumType, typeof(FlagsAttribute),
flags
);