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