3 references to AllowEventSourceOverride
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2990
if (!member.Module.Assembly.ReflectionOnly && (flags & EventManifestOptions.
AllowEventSourceOverride
) == 0)
3022
if (!member.Module.Assembly.ReflectionOnly && (flags & EventManifestOptions.
AllowEventSourceOverride
) == 0)
3189
bool typeMatch = GetEventSourceBaseType(eventSourceType, (flags & EventManifestOptions.
AllowEventSourceOverride
) != 0, eventSourceType.Assembly.ReflectionOnly) != null;