12 references to GetDemandDir
mscorlib (12)
system\io\directory.cs (5)
149
GetDemandDir
(fullPath, thisDirOnly: true),
1232
String sourcePath =
GetDemandDir
(fullsourceDirName, false);
1238
String destPath =
GetDemandDir
(fulldestDirName, false);
1316
demandPath =
GetDemandDir
(fullPath, thisDirOnly: !recursive);
1505
FileIOPermission.QuickDemand(FileIOPermissionAccess.Write,
GetDemandDir
(fullPath, true), false, false);
system\io\directoryinfo.cs (2)
250
String demandDirForCreation = Directory.
GetDemandDir
(fullPath, true);
624
demandPath = Directory.
GetDemandDir
(rootPath, true);
system\io\filesystemenumerable.cs (5)
233
demandPaths[0] = Directory.
GetDemandDir
(fullPath, true);
237
demandPaths[1] = Directory.
GetDemandDir
(normalizedSearchPath, true);
342
demandPaths[0] = Directory.
GetDemandDir
(fullPath, true);
346
demandPaths[1] = Directory.
GetDemandDir
(normalizedSearchPath, true);
590
String demandDir = Directory.
GetDemandDir
(fullPathToDemand, true);