Gets the source position for the specified offset within the current slice.
public int GetSourcePosition(int sliceOffset, scoped out int lineIndex, scoped out int column)
The slice offset.
The line index.
The column.