1 instantiation of SecurityRulesAttribute
System.Data.Linq (1)
Properties\AssemblyInfo.cs (1)
11[assembly: SecurityRules(System.Security.SecurityRuleSet.Level1, SkipVerificationInFullTrust = true)]
10 references to SecurityRulesAttribute
mscorlib (3)
system\reflection\emit\assemblybuilder.cs (1)
402else if (attribute.m_con.DeclaringType == typeof(SecurityRulesAttribute))
system\reflection\emit\dynamicmethod.cs (1)
317ConstructorInfo securityRulesCtor = typeof(SecurityRulesAttribute).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
system\runtime\interopservices\typelibconverter.cs (1)
262ConstructorInfo securityRulesCtor = typeof(SecurityRulesAttribute).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3092ConstructorInfo securityRulesCtor = typeof(SecurityRulesAttribute).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
78ConstructorInfo securityRulesAttributeConstructor = typeof(SecurityRulesAttribute).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Scripts.cs (1)
263new CodeTypeReference(typeof(System.Security.SecurityRulesAttribute)),
System\Xml\Xsl\XsltOld\Compiler.cs (1)
783new CodeTypeReference(typeof(System.Security.SecurityRulesAttribute)),
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
587Type attrType = typeof(SecurityRulesAttribute);
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
267ConstructorInfo securityRulesConstructor = typeof(SecurityRulesAttribute).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
438ConstructorInfo SecurityRulesAttribute_ctor = typeof(SecurityRulesAttribute).GetConstructor(