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)
402
else if (attribute.m_con.DeclaringType == typeof(
SecurityRulesAttribute
))
system\reflection\emit\dynamicmethod.cs (1)
317
ConstructorInfo securityRulesCtor = typeof(
SecurityRulesAttribute
).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
system\runtime\interopservices\typelibconverter.cs (1)
262
ConstructorInfo securityRulesCtor = typeof(
SecurityRulesAttribute
).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3092
ConstructorInfo securityRulesCtor = typeof(
SecurityRulesAttribute
).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
78
ConstructorInfo securityRulesAttributeConstructor = typeof(
SecurityRulesAttribute
).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Scripts.cs (1)
263
new CodeTypeReference(typeof(System.Security.
SecurityRulesAttribute
)),
System\Xml\Xsl\XsltOld\Compiler.cs (1)
783
new CodeTypeReference(typeof(System.Security.
SecurityRulesAttribute
)),
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
587
Type attrType = typeof(
SecurityRulesAttribute
);
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
267
ConstructorInfo securityRulesConstructor = typeof(
SecurityRulesAttribute
).GetConstructor(new Type[] { typeof(SecurityRuleSet) });
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
438
ConstructorInfo SecurityRulesAttribute_ctor = typeof(
SecurityRulesAttribute
).GetConstructor(