6 references to IsCaseSensitive
System.Private.CoreLib (6)
src\libraries\Common\src\System\IO\PathInternal.CaseSensitivity.cs (1)
16
return
IsCaseSensitive
?
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (1)
103
bool ignoreCase = (options.MatchCasing == MatchCasing.PlatformDefault && !PathInternal.
IsCaseSensitive
)
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.cs (1)
40
if (PathInternal.
IsCaseSensitive
|| // FileNames will be equal because paths are equal.
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
400
Debug.Assert(!isCaseSensitiveRename || !PathInternal.
IsCaseSensitive
);
430
if (!PathInternal.
IsCaseSensitive
&& // handled by isCaseSensitiveRename.
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
769
if (!exists && PathInternal.
IsCaseSensitive
)