4 references to IsUncPath
System.Private.Uri (4)
System\Uri.cs (4)
933
return
IsUncPath
;
972
start =
IsUncPath
? _info.Offset.Host - 2 : _info.Offset.Path;
1002
if (
IsUncPath
)
3290
if (IsFile && !
IsUncPath
)