4 references to GetGrantSet
mscorlib (4)
system\io\isolatedstorage\isolatedstorage.cs (2)
595assem.GetGrantSet(out psAllowed, out psDenied); 713callerAssembly.GetGrantSet(out psAllowed, out psDenied);
system\reflection\assembly.cs (1)
1598GetGrantSet(out grantSet, out deniedSet);
system\security\codeaccesssecurityengine.cs (1)
559asm.GetGrantSet( out granted, out refused );