2 references to IsEventSourceImplementation
illink (2)
Linker.Dataflow\DynamicallyAccessedMembersTypeHierarchy.cs (1)
93
apply |= applyOptimizeTypeHierarchyAnnotations && (_context.DisableEventSourceSpecialHandling || !BCL.EventTracingForWindows.
IsEventSourceImplementation
(type, _context));
Linker.Steps\MarkStep.cs (1)
1985
if ((!Context.DisableEventSourceSpecialHandling || Context.GetTargetRuntimeVersion () < TargetRuntimeVersion.NET6) && BCL.EventTracingForWindows.
IsEventSourceImplementation
(type, Context)) {