6 references to SecuredPathIndex
System.Private.Uri (6)
System\Uri.cs (5)
1616
(IsDosPath && _string[_info.Offset.Path +
SecuredPathIndex
- 1] == '|')) // A rare case of c|\
2681
else if (IsDosPath && _string[_info.Offset.Path +
SecuredPathIndex
- 1] == '|')
2716
else if (IsDosPath && _string[_info.Offset.Path +
SecuredPathIndex
- 1] == '|')
4304
int dosPathIdx =
SecuredPathIndex
;
4883
Compress(path, basePart.
SecuredPathIndex
, ref length, basePart.Syntax);
System\UriExt.cs (1)
535
if (IsDosPath && _string[_info.Offset.Path +
SecuredPathIndex
- 1] == '|')