13 references to ReadWhile
Microsoft.CodeAnalysis.Razor.Compiler (13)
Language\Legacy\CSharpCodeParser.cs (8)
290ReadWhile(IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives, ref precedingWhitespace.AsRef()); 783ReadWhile(IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives, ref tokens.AsRef()); 992ReadWhile( 1968ReadWhile( 2472ReadWhile(IsSpacingTokenIncludingComments, ref whitespaceOrComments.AsRef()); 2576ReadWhile(IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives, ref whitespace.AsRef()); 2779ReadWhile(static token => token.Kind == SyntaxKind.Whitespace, ref whitespace.AsRef()); 2806ReadWhile(IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives, ref whitespace);
Language\Legacy\HtmlMarkupParser.cs (4)
366ReadWhile( 1113ReadWhile( 1261ReadWhile( 1369ReadWhile(
Language\Legacy\TokenizerBackedParser.cs (1)
503ReadWhile(condition, ref tokens.AsRef());