35 references to EventManifestOptions
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
205[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventManifestOptions))]
netstandard (1)
netstandard.cs (1)
727[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventManifestOptions))]
System.Diagnostics.Tracing (1)
artifacts\obj\System.Diagnostics.Tracing\Debug\net10.0\System.Diagnostics.Tracing.Forwards.cs (1)
18[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventManifestOptions))]
System.Private.CoreLib (32)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (32)
399return GetName(eventSourceType, EventManifestOptions.None); 426return GenerateManifest(eventSourceType, assemblyPathToIncludeInManifest, EventManifestOptions.None); 448EventManifestOptions flags) 1746private static string GetName(Type eventSourceType, EventManifestOptions flags) 2250ManifestBuilder manifestBuilder = new ManifestBuilder(Name, Guid, Name, null, EventManifestOptions.None); 2986EventManifestOptions flags = EventManifestOptions.None) 2990if (!member.Module.Assembly.ReflectionOnly && (flags & EventManifestOptions.AllowEventSourceOverride) == 0) 3017EventManifestOptions flags = EventManifestOptions.None) 3022if (!member.Module.Assembly.ReflectionOnly && (flags & EventManifestOptions.AllowEventSourceOverride) == 0) 3137EventManifestOptions flags = EventManifestOptions.None) 3144if (eventSourceType.IsAbstract && (flags & EventManifestOptions.Strict) == 0) 3154if (source != null || (flags & EventManifestOptions.Strict) != 0) 3187if ((flags & EventManifestOptions.Strict) != 0) 3189bool typeMatch = GetEventSourceBaseType(eventSourceType, (flags & EventManifestOptions.AllowEventSourceOverride) != 0, eventSourceType.Assembly.ReflectionOnly) != null; 3339if (noTask && (flags & EventManifestOptions.Strict) != 0) // Throw an error if we can compatibly. 3360if (source != null || (flags & EventManifestOptions.Strict) != 0) 3405bNeedsManifest = (flags & EventManifestOptions.OnlyIfNeededForRegistration) == 0 || manifest.GetChannelData().Length > 0; 3408if (!bNeedsManifest && (flags & EventManifestOptions.Strict) == 0) 3418if ((flags & EventManifestOptions.Strict) == 0) 3424if ((flags & EventManifestOptions.Strict) != 0 && (manifest?.Errors.Count > 0 || exception != null)) 3603ManifestBuilder manifest, EventManifestOptions options) 3632if ((options & EventManifestOptions.Strict) == 0) 5312EventManifestOptions flags) : this(resources, flags) 5337internal ManifestBuilder(ResourceManager? resources, EventManifestOptions flags) 5355if ((flags & EventManifestOptions.Strict) != 0) 5373if ((flags & EventManifestOptions.Strict) != 0) 5396if ((flags & EventManifestOptions.Strict) != 0) 5642if ((flags & EventManifestOptions.Strict) != 0) 6217private readonly EventManifestOptions flags;