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