11 references to TakeUntil
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\Legacy\NativeCSharpTokenizer.cs (10)
377
TakeUntil
(c => !SyntaxFacts.IsWhitespace(c));
546
TakeUntil
(c => c == '"');
575
TakeUntil
(isEndQuotedLiteral);
603
TakeUntil
(c => c == '*');
627
TakeUntil
(c => SyntaxFacts.IsNewLine(c));
646
TakeUntil
(c => !IsHexDigit(c));
653
TakeUntil
(c => !Char.IsDigit(c));
679
TakeUntil
(c => !Char.IsDigit(c));
694
TakeUntil
(c => !Char.IsDigit(c));
723
TakeUntil
(c => !SyntaxFacts.IsIdentifierPartCharacter(c));
Language\Legacy\Tokenizer.cs (1)
296
TakeUntil
(c => c == '*');