6 references to SecuredPathIndex
System.Private.Uri (6)
System\Uri.cs (5)
1643
(IsDosPath && _string[_info.Offset.Path +
SecuredPathIndex
- 1] == '|')) // A rare case of c|\
2662
else if (IsDosPath && _string[_info.Offset.Path +
SecuredPathIndex
- 1] == '|')
2697
else if (IsDosPath && _string[_info.Offset.Path +
SecuredPathIndex
- 1] == '|')
4246
int dosPathIdx =
SecuredPathIndex
;
4665
Compress(path, basePart.
SecuredPathIndex
, ref length, basePart.Syntax);
System\UriExt.cs (1)
472
if (IsDosPath && str[_info.Offset.Path +
SecuredPathIndex
- 1] == '|')