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