6 references to GetDemandDir
mscorlib (6)
system\io\longpath.cs (6)
458String demandDir = GetDemandDir(fullPath, true); 588FileIOPermission.QuickDemand(FileIOPermissionAccess.PathDiscovery, GetDemandDir(name, true), false, false); 629String sourcePath = GetDemandDir(fullsourceDirName, false); 635String destPath = GetDemandDir(fulldestDirName, false); 689demandPath = GetDemandDir(fullPath, !recursive); 912String demandPath = GetDemandDir(fullPath, true);