Linker.Steps\MarkStep.cs (12)
1853MarkCustomAttributes(field, new DependencyInfo(DependencyKind.CustomAttribute, field), fieldOrigin);
2170MarkCustomAttributes(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2171MarkSecurityDeclarations(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2340Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2366Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2383Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
2484Tracer.AddDirectDependency(attribute, new DependencyInfo(DependencyKind.CustomAttribute, type), marked: false);
3359MarkCustomAttributes(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3360MarkSecurityDeclarations(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3755MarkCustomAttributes(prop, new DependencyInfo(DependencyKind.CustomAttribute, prop), propertyOrigin);
3772MarkCustomAttributes(evt, new DependencyInfo(DependencyKind.CustomAttribute, evt), eventOrigin);
4084MarkCustomAttributes(iface, new DependencyInfo(DependencyKind.CustomAttribute, iface), origin);