6 references to SecuredPathIndex
System.Private.Uri (6)
System\Uri.cs (5)
1666(IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\ 2730else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 2765else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 4340int dosPathIdx = SecuredPathIndex; 4802Compress(path, basePart.SecuredPathIndex, ref length, basePart.Syntax);
System\UriExt.cs (1)
531if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')