3 references to MarkSecurityDeclarations
illink (3)
Linker.Steps\MarkStep.cs (3)
1526
MarkSecurityDeclarations
(assembly, new DependencyInfo(DependencyKind.AssemblyOrModuleAttribute, assembly), assemblyOrigin);
2213
MarkSecurityDeclarations
(type, new DependencyInfo(DependencyKind.CustomAttribute, type), typeOrigin);
3384
MarkSecurityDeclarations
(method, new DependencyInfo(DependencyKind.CustomAttribute, method), methodOrigin);