13 references to ReadWhile
Microsoft.CodeAnalysis.Razor.Compiler (13)
Language\Legacy\CSharpCodeParser.cs (8)
290ReadWhile(IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives, ref precedingWhitespace.AsRef()); 783ReadWhile(IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives, ref tokens.AsRef()); 987ReadWhile( 1963ReadWhile( 2467ReadWhile(IsSpacingTokenIncludingComments, ref whitespaceOrComments.AsRef()); 2571ReadWhile(IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives, ref whitespace.AsRef()); 2770ReadWhile(static token => token.Kind == SyntaxKind.Whitespace, ref whitespace.AsRef()); 2797ReadWhile(IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives, ref whitespace);
Language\Legacy\HtmlMarkupParser.cs (4)
361ReadWhile( 1107ReadWhile( 1255ReadWhile( 1363ReadWhile(
Language\Legacy\TokenizerBackedParser.cs (1)
503ReadWhile(condition, ref tokens.AsRef());