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