1 reference to _forwardSlashSeparator
WindowsBase (1)
Base\System\IO\Packaging\PackUriHelper.cs (1)
1234
string[] segments = NormalizedPartUriString.Split(
_forwardSlashSeparator
); //new Uri(_defaultUri, this).Segments; //partUri.Segments cannot be called on a relative Uri;