4 references to IsPartiallyQualified
mscorlib (4)
system\io\__error.cs (1)
89
if (PathInternal.
IsPartiallyQualified
(path) && !isInvalidPath)
system\io\path.cs (1)
1080
return PathInternal.
IsPartiallyQualified
(path);
system\io\pathinternal.cs (1)
170
if (
IsPartiallyQualified
(path) || IsDevice(path))
system\security\util\stringexpressionset.cs (1)
244
if (PathInternal.
IsPartiallyQualified
(temp))