3 writes to OriginalPath
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryInfo.cs (1)
31
OriginalPath
= originalPath;
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (2)
23
OriginalPath
= originalPath;
194
OriginalPath
= destFileName;
4 references to OriginalPath
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (2)
32
public override string Name => _name ??= Path.GetFileName(
OriginalPath
);
254
FileSystem.CreateHardLink(
OriginalPath
, pathToTarget);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.cs (2)
164
FileSystem.CreateSymbolicLink(
OriginalPath
, pathToTarget, this is DirectoryInfo);
185
public override string ToString() =>
OriginalPath
?? string.Empty;