2 overrides of EndLine
System.Core (2)
Microsoft\Scripting\Ast\DebugInfoExpression.cs (2)
137public override int EndLine { 183public override int EndLine {
4 references to EndLine
System.Core (4)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
1105node.EndLine,
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
122public Int32 EndLine { get { return _node.EndLine; } }
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
411node.EndLine,
Microsoft\Scripting\Compiler\SymbolDocumentGenerator.cs (1)
62ilg.MarkSequencePoint(GetSymbolWriter(builder, sequencePoint.Document), sequencePoint.StartLine, sequencePoint.StartColumn, sequencePoint.EndLine, sequencePoint.EndColumn);