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