Linker.Steps\MarkStep.cs (12)
1516MarkCustomAttributes(assembly, new DependencyInfo(DependencyKind.AssemblyOrModuleAttribute, assembly), origin);
1517MarkCustomAttributes(module, new DependencyInfo(DependencyKind.AssemblyOrModuleAttribute, module), origin);
1857MarkCustomAttributes(field, new DependencyInfo(DependencyKind.CustomAttribute, field), fieldOrigin);
2174MarkCustomAttributes(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
2619MarkCustomAttributes(parameter, new DependencyInfo(DependencyKind.GenericParameterCustomAttribute, parameter.Owner), origin);
2625MarkCustomAttributes(constraint, new DependencyInfo(DependencyKind.GenericParameterConstraintCustomAttribute, parameter.Owner), origin);
3363MarkCustomAttributes(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);
3392MarkCustomAttributes(pd, new DependencyInfo(DependencyKind.ParameterAttribute, method), methodOrigin);
3440MarkCustomAttributes(method.MethodReturnType, new DependencyInfo(DependencyKind.ReturnTypeAttribute, method), methodOrigin);
3759MarkCustomAttributes(prop, new DependencyInfo(DependencyKind.CustomAttribute, prop), propertyOrigin);
3776MarkCustomAttributes(evt, new DependencyInfo(DependencyKind.CustomAttribute, evt), eventOrigin);
4088MarkCustomAttributes(iface, new DependencyInfo(DependencyKind.CustomAttribute, iface), origin);