system\security\permissions\fileiopermission.cs (3)
99: this(access, control, pathList, true, true)
1058new FileIOPermission(access, control, new string[] { fullPath }, checkForDuplicates, needFullPath).Demand();
1071new FileIOPermission(access, control, fullPathList, checkForDuplicates, needFullPath).Demand();