13 references to PermissionSetEnumeratorInternal
mscorlib (13)
system\security\permissionset.cs (12)
263
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(this);
326
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(this);
666
PermissionSetEnumeratorInternal enumThis = new
PermissionSetEnumeratorInternal
(this);
687
PermissionSetEnumeratorInternal enumThat = new
PermissionSetEnumeratorInternal
(deniedSet);
1624
return new
PermissionSetEnumeratorInternal
(this);
2164
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(this);
2280
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(this);
2314
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(this);
2439
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(pset);
2531
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(refusedSet);
2580
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(demandSet);
2612
PermissionSetEnumeratorInternal enumerator = new
PermissionSetEnumeratorInternal
(assertSet2);
system\security\permissionsetenumerator.cs (1)
42
enm = new
PermissionSetEnumeratorInternal
(permSet);