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