12 references to IsSecurityAttribute
mscorlib (12)
system\reflection\customattribute.cs (12)
2188if (!all && s_pca.GetValueOrDefault(caType) == null && !IsSecurityAttribute(caType)) 2206if (includeSecCa && (all || IsSecurityAttribute(caType))) 2229if (!all && s_pca.GetValueOrDefault(caType) == null && !IsSecurityAttribute(caType)) 2242if (all || IsSecurityAttribute(caType)) 2261if (!all && s_pca.GetValueOrDefault(caType) == null && !IsSecurityAttribute(caType)) 2277if (includeSecCa && (all || IsSecurityAttribute(caType))) 2306if (all || IsSecurityAttribute(caType)) 2389if (!all && s_pca.GetValueOrDefault(caType) == null && !IsSecurityAttribute(caType)) 2393if (includeSecCa && (all || IsSecurityAttribute(caType))) 2500if (!all && s_pca.GetValueOrDefault(caType) == null && !IsSecurityAttribute(caType)) 2505if (includeSecCa && (all || IsSecurityAttribute(caType))) 2527if (all || IsSecurityAttribute(caType))