12 references to LineCount
System.Web (12)
Compilation\AssemblyBuilder.cs (1)
1141
badBaseClassError.Line = Util.
LineCount
(codeFileContent, 0, classOffset) + 1;
Configuration\HttpCapabilitiesSectionHandler.cs (2)
406
lineNumber += System.Web.UI.Util.
LineCount
(text, textpos, match.Index + match.Length);
417
lineNumber += 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);
2757
int lineNumber = _lineNumber + Util.
LineCount
(text, match.Index, attrValue.Index);
UI\WebControls\xml.cs (1)
54
Line += Util.
LineCount
(text, 0, iFirstNonWhiteSpace);