Linker.Steps\MarkStep.cs (12)
1512MarkCustomAttributes(assembly, new DependencyInfo(DependencyKind.AssemblyOrModuleAttribute, assembly), origin);
1513MarkCustomAttributes(module, new DependencyInfo(DependencyKind.AssemblyOrModuleAttribute, module), origin);
1853MarkCustomAttributes(field, new DependencyInfo(DependencyKind.CustomAttribute, field), fieldOrigin);
2170MarkCustomAttributes(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2615MarkCustomAttributes(parameter, new DependencyInfo(DependencyKind.GenericParameterCustomAttribute, parameter.Owner), origin);
2621MarkCustomAttributes(constraint, new DependencyInfo(DependencyKind.GenericParameterConstraintCustomAttribute, parameter.Owner), origin);
3359MarkCustomAttributes(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3388MarkCustomAttributes(pd, new DependencyInfo(DependencyKind.ParameterAttribute, method), methodOrigin);
3436MarkCustomAttributes(method.MethodReturnType, new DependencyInfo(DependencyKind.ReturnTypeAttribute, 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);