4 references to IsUncPath
System.Private.Uri (4)
System\Uri.cs (4)
983
return
IsUncPath
;
1022
start =
IsUncPath
? _info.Offset.Host - 2 : _info.Offset.Path;
1052
if (
IsUncPath
)
3341
if (IsFile && !
IsUncPath
)