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