1 reference to s_htmlAsciiNonEncodingChars
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Net\WebUtility.cs (1)
280
for (int i = input.IndexOfAnyExcept(
s_htmlAsciiNonEncodingChars
); (uint)i < (uint)input.Length; i++)