3 references to Level2
mscorlib (1)
system\runtime\interopservices\typelibconverter.cs (1)
264new CustomAttributeBuilder(securityRulesCtor, new object[] { SecurityRuleSet.Level2 });
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3094new CustomAttributeBuilder(securityRulesCtor, new object[] { SecurityRuleSet.Level2 });
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
597SecurityRuleSet set = SecurityRuleSet.Level2;