12 references to LineCount
System.Web (12)
Compilation\AssemblyBuilder.cs (1)
1141badBaseClassError.Line = Util.LineCount(codeFileContent, 0, classOffset) + 1;
Configuration\HttpCapabilitiesSectionHandler.cs (2)
406lineNumber += System.Web.UI.Util.LineCount(text, textpos, match.Index + match.Length); 417lineNumber += System.Web.UI.Util.LineCount(text, textpos, match.Index + match.Length);
UI\Page.cs (1)
84_firstLiteralLineNumber = Parser._lineNumber - Util.LineCount(text, iFirstNonWhiteSpace, text.Length);
UI\SimpleWebHandlerParser.cs (2)
228_lineNumber += Util.LineCount(text, textPos, match.Index); 237_lineNumber += Util.LineCount(text, textPos, match.Index + match.Length);
UI\TemplateParser.cs (5)
968_lineNumber += Util.LineCount(text, textPos, 1137_lineNumber += Util.LineCount(text, textPos, 1303_lineNumber -= Util.LineCount(literal, iFirstNonWhiteSpace, literal.Length); 1338_lineNumber -= Util.LineCount(literal, iFirstNonWhiteSpace, literal.Length); 2757int lineNumber = _lineNumber + Util.LineCount(text, match.Index, attrValue.Index);
UI\WebControls\xml.cs (1)
54Line += Util.LineCount(text, 0, iFirstNonWhiteSpace);