1 write to flags
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6036this.flags = flags;
6 references to flags
mscorlib (6)
system\diagnostics\eventing\eventsource.cs (6)
6062if ((flags & EventManifestOptions.Strict) != 0) 6074if ((flags & EventManifestOptions.Strict) != 0) 6090if ((flags & EventManifestOptions.Strict) != 0) 6319if ((flags & EventManifestOptions.Strict) != 0) 6414bool isbitmap = EventSource.GetCustomAttributeHelper(enumType, typeof(FlagsAttribute), flags) != null; 6500if (resources != null && (flags & EventManifestOptions.AllCultures) != 0)