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