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)
106public override string Name => _isParentPath ? ".." : _directoryInfo.Name;