4 references to IndexOfHtmlAttributeEncodingChars
System.Web (4)
Util\HttpEncoder.cs (4)
205int pos = IndexOfHtmlAttributeEncodingChars(value, 0); 235int pos = IndexOfHtmlAttributeEncodingChars(value, 0); 270pos = IndexOfHtmlAttributeEncodingChars(value, startPos); 279int index = IndexOfHtmlAttributeEncodingChars(s, 0);