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