4 instantiations of FirstMatchCodeGroup
mscorlib (2)
system\security\policy\firstmatchcodegroup.cs (1)
153FirstMatchCodeGroup group = new FirstMatchCodeGroup();
system\security\util\xmlutil.cs (1)
475return new FirstMatchCodeGroup();
System.Web (2)
Hosting\ApplicationManager.cs (1)
1510CodeGroup newRoot = new FirstMatchCodeGroup(rootGroup.MembershipCondition, rootGroup.PolicyStatement);
HttpRuntime.cs (1)
3201CodeGroup newRoot = new FirstMatchCodeGroup(rootGroup.MembershipCondition, rootGroup.PolicyStatement);
9 references to FirstMatchCodeGroup
mscorlib (3)
system\security\policy\firstmatchcodegroup.cs (1)
153FirstMatchCodeGroup group = new FirstMatchCodeGroup();
system\security\policy\policylevel.cs (2)
1253FirstMatchCodeGroup firstMatchGroup = frame.current as FirstMatchCodeGroup;
System.Web (6)
Hosting\ApplicationManager.cs (3)
1501if (rootGroup is FirstMatchCodeGroup) { 1502FirstMatchCodeGroup firstMatch = (FirstMatchCodeGroup)rootGroup;
HttpRuntime.cs (3)
3187if (rootGroup is FirstMatchCodeGroup) { 3188FirstMatchCodeGroup firstMatch = (FirstMatchCodeGroup)rootGroup;