3 references to IsDir
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (3)
178
return
IsDir
;
209
if (
IsDir
) // Refresh caches this
288
return EntryExists && asDirectory ==
IsDir
;