2 references to DontKeepUnicodeBidiFormattingCharacters
System (2)
net\System\IriHelper.cs (1)
290if (!Uri.IsBidiControlCharacter(ch) || !UriParser.DontKeepUnicodeBidiFormattingCharacters)
net\System\UriHelper.cs (1)
568else if (!Uri.IsBidiControlCharacter(unescapedCharsPtr[j]) || !UriParser.DontKeepUnicodeBidiFormattingCharacters)