1 write to flags
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5341this.flags = flags;
5 references to flags
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
5355if ((flags & EventManifestOptions.Strict) != 0) 5373if ((flags & EventManifestOptions.Strict) != 0) 5396if ((flags & EventManifestOptions.Strict) != 0) 5642if ((flags & EventManifestOptions.Strict) != 0) 5722bool isbitmap = EventSource.IsCustomAttributeDefinedHelper(enumType, typeof(FlagsAttribute), flags);