Table of Contents

Namespace RDCore.SDK.Model.Source

Structs

SourceLocation

A SourceRange within a specific workspace document.

SourcePosition

A position in a source document, expressed as a zero-based line number and a zero-based character offset.

SourceRange

A contiguous span in a source document, from a Start position (inclusive) to an End position (exclusive).

Enums

SymbolKindExt

Describes the kind of a Symbol, extending the set defined by the LSP SymbolKind.