1 write to EndColumn
Microsoft.DiaSymReader (1)
Extensions\SymUnmanagedSequencePoint.cs (1)
34this.EndColumn = endColumn;
1 reference to EndColumn
Microsoft.DiaSymReader (1)
Extensions\SymUnmanagedSequencePoint.cs (1)
39return $"SequencePoint: Offset = {Offset:x4}, Range = ({StartLine}, {StartColumn})..({EndLine}, {EndColumn})";