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