Linker.Steps\MarkStep.cs (12)
1518MarkCustomAttributes(assembly, new DependencyInfo(DependencyKind.AssemblyOrModuleAttribute, assembly), origin);
1519MarkCustomAttributes(module, new DependencyInfo(DependencyKind.AssemblyOrModuleAttribute, module), origin);
1864MarkCustomAttributes(field, new DependencyInfo(DependencyKind.CustomAttribute, field), fieldOrigin);
2180MarkCustomAttributes(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2625MarkCustomAttributes(parameter, new DependencyInfo(DependencyKind.GenericParameterCustomAttribute, parameter.Owner), origin);
2631MarkCustomAttributes(constraint, new DependencyInfo(DependencyKind.GenericParameterConstraintCustomAttribute, parameter.Owner), origin);
3362MarkCustomAttributes(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3391MarkCustomAttributes(pd, new DependencyInfo(DependencyKind.ParameterAttribute, method), methodOrigin);
3439MarkCustomAttributes(method.MethodReturnType, new DependencyInfo(DependencyKind.ReturnTypeAttribute, method), methodOrigin);
3758MarkCustomAttributes(prop, new DependencyInfo(DependencyKind.CustomAttribute, prop), propertyOrigin);
3775MarkCustomAttributes(evt, new DependencyInfo(DependencyKind.CustomAttribute, evt), eventOrigin);
4087MarkCustomAttributes(iface, new DependencyInfo(DependencyKind.CustomAttribute, iface), origin);