7 references to Level1
mscorlib (1)
system\reflection\emit\dynamicmethod.cs (1)
319new CustomAttributeBuilder(securityRulesCtor, new object[] { SecurityRuleSet.Level1 });
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
82new CustomAttributeBuilder(securityRulesAttributeConstructor, new object[1] { SecurityRuleSet.Level1 })
System.Data.Linq (1)
Properties\AssemblyInfo.cs (1)
11[assembly: SecurityRules(System.Security.SecurityRuleSet.Level1, SkipVerificationInFullTrust = true)]
System.Web (2)
Compilation\AssemblyBuilder.cs (1)
590SecurityRuleSet set = SecurityRuleSet.Level1;
HttpRuntime.cs (1)
2760if (assembly.SecurityRuleSet == SecurityRuleSet.Level1) {
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
268CustomAttributeBuilder securityRulesAttribute = new CustomAttributeBuilder(securityRulesConstructor, new object[] { SecurityRuleSet.Level1 });
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
444assemblyBuilder.SetCustomAttribute(new CustomAttributeBuilder(SecurityRulesAttribute_ctor, new Object[] { SecurityRuleSet.Level1 }));