3 references to s_newlineChars
System.Web (3)
UI\TemplateParser.cs (3)
1671int newlineIndex = text.LastIndexOfAny(s_newlineChars, startOfCode-1); 2560int newlineIndex = text.LastIndexOfAny(s_newlineChars, codeGroup.Index-1); 2758int column = attrValue.Index - text.LastIndexOfAny(s_newlineChars, attrValue.Index - 1);