Vixen
caa30e12
csharp
public record class SyntaxDomain.Source

One input: its text, and the nodes an edit may be chosen from.

Read the guide page for this →

Fields and properties (2)

  • public string Text

    The source.

  • public IReadOnlyList<SyntaxNode> Nodes

    Its nodes, in document order. Empty on a value this domain produced rather than read — such a value is serialized immediately and read back through TryRead on the case that follows, so collecting them again here would be a parse nobody uses.

Methods (1)

  • public Source(string Text, IReadOnlyList<SyntaxNode> Nodes)

    One input: its text, and the nodes an edit may be chosen from.

Used by (1)

  • SyntaxDomainVixen.Fuzz