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