6 writes to Line
System.Web (6)
Configuration\NamespaceCollection.cs (2)
103namespaceEntry.Line = ni.ElementInformation.Properties["namespace"].LineNumber; 110namespaceEntry.Line = 1;
UI\BaseTemplateParser.cs (1)
245registerEntry.Line = _lineNumber;
UI\TemplateParser.cs (3)
2328namespaceEntry.Line = _lineNumber; 3046Line = line; 3085Line = line;
8 references to Line
System.Web (8)
Compilation\BaseCodeDomTreeGenerator.cs (2)
316linePragma = CreateCodeLinePragma(entry.VirtualPath, entry.Line); 495literal.LinePragma = CreateCodeLinePragma(script.VirtualPath, script.Line,
Configuration\NamespaceCollection.cs (1)
109if (namespaceEntry.Line == 0) {
UI\TagNameToTypeMapper.cs (3)
181null, nsMapper.RegisterEntry.VirtualPath, null, nsMapper.RegisterEntry.Line); 322nsRegisterEntry.VirtualPath, null, nsRegisterEntry.Line); 416ucRegisterEntry.VirtualPath, null, ucRegisterEntry.Line);
UI\TemplateParser.cs (2)
1234ProcessException(new HttpParseException(message, null, entry.VirtualPath, entry._inputText, entry.Line)); 1376if (!PageParserFilterProcessedCodeBlock(CodeConstructType.ScriptTag, script, _currentScript.Line)) {