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