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