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