Linker.Steps\MarkStep.cs (12)
1829MarkCustomAttributes(field, new DependencyInfo(DependencyKind.CustomAttribute, field), fieldOrigin);
2118MarkCustomAttributes(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2119MarkSecurityDeclarations(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2299Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2325Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2342Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2443Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
3329MarkCustomAttributes(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3330MarkSecurityDeclarations(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3721MarkCustomAttributes(prop, new DependencyInfo(DependencyKind.CustomAttribute, prop), propertyOrigin);
3738MarkCustomAttributes(evt, new DependencyInfo(DependencyKind.CustomAttribute, evt), eventOrigin);
4005MarkCustomAttributes(iface, new DependencyInfo(DependencyKind.CustomAttribute, iface), origin);