Provides incremental lexical tokenization for TOML text.
public sealed class TomlLexer
kind:method, kind:property, kind:ctor. Press Esc to clear.CurrentGets the current token.CurrentSpanGets the source span associated with the current token.ErrorsGets diagnostics produced by the lexer.HasErrorsGets a value indicating whether lexer diagnostics include errors.ModeGets or sets the lexer mode.SourceNameGets the source name associated with this lexer.Create(TextReader, String?)Creates a lexer over TOML text from a TextReader.Create(TextReader, TomlLexerOptions, String?)Creates a lexer over TOML text from a TextReader.Create(String, String?)Creates a lexer over TOML text.Create(String, TomlLexerOptions, String?)Creates a lexer over TOML text.GetText(in TomlToken)Gets the raw source text represented by a token.MoveNext()Advances to the next token.