TryParseInlineLinkTrivia(ref StringSlice, out String?, out SourceSpan, out String?, out SourceSpan, out Char, out SourceSpan, out SourceSpan, out SourceSpan, out SourceSpan, out SourceSpan, out Boolean)
TryParseInlineLinkTrivia(ref StringSlice, out String?, out SourceSpan, out String?, out SourceSpan, out Char, out SourceSpan, out SourceSpan, out SourceSpan, out SourceSpan, out SourceSpan, out Boolean) Method
public static bool TryParseInlineLinkTrivia(ref StringSlice text, [NotNullWhen(true)] scoped out string? link, scoped out SourceSpan unescapedLink, scoped out string? title, scoped out SourceSpan unescapedTitle, scoped out char titleEnclosingCharacter, scoped out SourceSpan linkSpan, scoped out SourceSpan titleSpan, scoped out SourceSpan triviaBeforeLink, scoped out SourceSpan triviaAfterLink, scoped out SourceSpan triviaAfterTitle, scoped out bool urlHasPointyBrackets)