10 writes to OriginalPath
mscorlib (10)
system\io\directoryinfo.cs (5)
92
OriginalPath
= ".";
96
OriginalPath
= path;
115
OriginalPath
= Path.GetFileName(fullPath);
126
OriginalPath
= fileName;
692
OriginalPath
= destDirName;
system\io\fileinfo.cs (4)
100
OriginalPath
= fileName;
145
OriginalPath
= _name;
156
OriginalPath
= _name;
478
OriginalPath
= destFileName;
system\io\filesysteminfo.cs (1)
79
OriginalPath
= info.GetString("OriginalPath");
18 references to OriginalPath
mscorlib (18)
system\io\directoryinfo.cs (15)
103
DisplayPath = GetDisplayName(
OriginalPath
, FullPath);
118
DisplayPath = GetDisplayName(
OriginalPath
, FullPath);
128
DisplayPath = GetDisplayName(
OriginalPath
, FullPath);
135
DisplayPath = GetDisplayName(
OriginalPath
, FullPath);
268
Directory.InternalCreateDirectory(FullPath,
OriginalPath
, null, true);
276
Directory.InternalCreateDirectory(FullPath,
OriginalPath
, directorySecurity, true);
365
IEnumerable<FileInfo> enble = FileSystemEnumerableFactory.CreateFileInfoIterator(FullPath,
OriginalPath
, searchPattern, searchOption);
423
IEnumerable<FileSystemInfo> enble = FileSystemEnumerableFactory.CreateFileSystemInfoIterator(FullPath,
OriginalPath
, searchPattern, searchOption);
477
IEnumerable<DirectoryInfo> enble = FileSystemEnumerableFactory.CreateDirectoryInfoIterator(FullPath,
OriginalPath
, searchPattern, searchOption);
520
return FileSystemEnumerableFactory.CreateDirectoryInfoIterator(FullPath,
OriginalPath
, searchPattern, searchOption);
561
return FileSystemEnumerableFactory.CreateFileInfoIterator(FullPath,
OriginalPath
, searchPattern, searchOption);
602
return FileSystemEnumerableFactory.CreateFileSystemInfoIterator(FullPath,
OriginalPath
, searchPattern, searchOption);
693
DisplayPath = GetDisplayName(
OriginalPath
, FullPath);
704
Directory.Delete(FullPath,
OriginalPath
, false, true);
712
Directory.Delete(FullPath,
OriginalPath
, recursive, true);
system\io\fileinfo.cs (2)
134
_name = Path.GetFileName(
OriginalPath
);
135
DisplayPath = GetDisplayPath(
OriginalPath
);
system\io\filesysteminfo.cs (1)
340
info.AddValue("OriginalPath",
OriginalPath
, typeof(String));