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