25 references to QuickCheckForAllDemands
mscorlib (25)
microsoft\win32\registrykey.cs (1)
1841if (CodeAccessSecurityEngine.QuickCheckForAllDemands()) {
system\diagnostics\stacktrace.cs (1)
132if (!CodeAccessSecurityEngine.QuickCheckForAllDemands())
system\environment.cs (2)
466bool isFullTrust = CodeAccessSecurityEngine.QuickCheckForAllDemands(); 767bool isFullTrust = CodeAccessSecurityEngine.QuickCheckForAllDemands();
system\io\directory.cs (2)
144if (CodeAccessSecurityEngine.QuickCheckForAllDemands()) 274&& !CodeAccessSecurityEngine.QuickCheckForAllDemands()
system\io\file.cs (1)
1324if (CodeAccessSecurityEngine.QuickCheckForAllDemands())
system\io\filestream.cs (2)
725(!CodeAccessSecurityEngine.QuickCheckForAllDemands() || AppContextSwitches.UseLegacyPathHandling) 747if (CodeAccessSecurityEngine.QuickCheckForAllDemands())
system\io\filesystemenumerable.cs (4)
220if (CodeAccessSecurityEngine.QuickCheckForAllDemands()) 329if (CodeAccessSecurityEngine.QuickCheckForAllDemands()) 696if (!CodeAccessSecurityEngine.QuickCheckForAllDemands()) 725if (!CodeAccessSecurityEngine.QuickCheckForAllDemands())
system\io\longpath.cs (1)
519&& !CodeAccessSecurityEngine.QuickCheckForAllDemands()
system\io\path.cs (1)
180&& !CodeAccessSecurityEngine.QuickCheckForAllDemands()
system\reflection\assembly.cs (2)
2598if (CodeAccessSecurityEngine.QuickCheckForAllDemands()) { 2928if (CodeAccessSecurityEngine.QuickCheckForAllDemands())
system\security\permissions\fileiopermission.cs (6)
584CodeAccessSecurityEngine.QuickCheckForAllDemands() && 1007if (!CodeAccessSecurityEngine.QuickCheckForAllDemands()) 1030if (!CodeAccessSecurityEngine.QuickCheckForAllDemands()) 1046if (!CodeAccessSecurityEngine.QuickCheckForAllDemands()) 1056if (!CodeAccessSecurityEngine.QuickCheckForAllDemands()) 1069if (!CodeAccessSecurityEngine.QuickCheckForAllDemands())
system\security\securitymanager.cs (1)
341return !CodeAccessSecurityEngine.QuickCheckForAllDemands();
system\threading\compressedstack.cs (1)
222if (CodeAccessSecurityEngine.QuickCheckForAllDemands())