Linker.Steps\MarkStep.cs (12)
1857MarkCustomAttributes(field, new DependencyInfo(DependencyKind.CustomAttribute, field), fieldOrigin);
2174MarkCustomAttributes(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2175MarkSecurityDeclarations(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2344Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2370Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2387Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2488Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
3363MarkCustomAttributes(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3364MarkSecurityDeclarations(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3759MarkCustomAttributes(prop, new DependencyInfo(DependencyKind.CustomAttribute, prop), propertyOrigin);
3776MarkCustomAttributes(evt, new DependencyInfo(DependencyKind.CustomAttribute, evt), eventOrigin);
4088MarkCustomAttributes(iface, new DependencyInfo(DependencyKind.CustomAttribute, iface), origin);