13 instantiations of 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);
14 references to PermissionSetEnumeratorInternal
mscorlib (14)
system\security\permissionset.cs (13)
263
PermissionSetEnumeratorInternal
enumerator = new PermissionSetEnumeratorInternal(this);
326
PermissionSetEnumeratorInternal
enumerator = new PermissionSetEnumeratorInternal(this);
666
PermissionSetEnumeratorInternal
enumThis = new PermissionSetEnumeratorInternal(this);
687
PermissionSetEnumeratorInternal
enumThat = new PermissionSetEnumeratorInternal(deniedSet);
727
PermissionSetEnumeratorInternal
enumerator = demandedSet.GetEnumeratorInternal();
1622
internal
PermissionSetEnumeratorInternal
GetEnumeratorInternal()
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)
20
PermissionSetEnumeratorInternal
enm;