1 reference to s_newlineChars
System.Web (1)
UI\SimpleWebHandlerParser.cs (1)
240
int newlineIndex = text.LastIndexOfAny(
s_newlineChars
, textPos-1);