Represents trivia per line part of a QuoteBlock. Trivia: only parsed when TrackTrivia is enabled.
public class QuoteBlockLine
kind:method, kind:property, kind:ctor. Press Esc to clear.HasSpaceAfterQuoteCharTrue if a space is parsed right after the quote character.NewLineGets or sets the newline of this QuoeBlockLine.QuoteCharTrue when this QuoteBlock line has a quote character. False when this line is a "lazy line".TriviaAfterGets or sets the trivia after the the space after the quote character. The first space is assigned to HasSpaceAfterQuoteChar, subsequent trivia is assigned to this property.TriviaBeforeGets or sets trivia occurring before the first quote character.