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