1 write to _isParentPath
Microsoft.Extensions.FileSystemGlobbing (1)
Abstractions\DirectoryInfoWrapper.cs (1)
30
_isParentPath
= isParentPath;
1 reference to _isParentPath
Microsoft.Extensions.FileSystemGlobbing (1)
Abstractions\DirectoryInfoWrapper.cs (1)
106
public override string Name =>
_isParentPath
? ".." : _directoryInfo.Name;