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