Linker.Steps\MarkStep.cs (12)
1884MarkCustomAttributes(field, new DependencyInfo(DependencyKind.CustomAttribute, field), fieldOrigin);
2212MarkCustomAttributes(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2213MarkSecurityDeclarations(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2382Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2408Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2425Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2526Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
3383MarkCustomAttributes(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3384MarkSecurityDeclarations(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3779MarkCustomAttributes(prop, new DependencyInfo(DependencyKind.CustomAttribute, prop), propertyOrigin);
3796MarkCustomAttributes(evt, new DependencyInfo(DependencyKind.CustomAttribute, evt), eventOrigin);
4108MarkCustomAttributes(iface, new DependencyInfo(DependencyKind.CustomAttribute, iface), origin);