7 references to ParseNextToken
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxTokenParser.cs (2)
13/// <see cref="ParseNextToken"/> will return the next token in the source text, starting from position 0. <see cref="SkipForwardTo(int)"/> 110/// The result of a call to <see cref="ParseNextToken"/>. This is also a context object that can be used to reset the parser to
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (2)
58result = tokenizer.ParseNextToken(); 292var result = _parser.ParseNextToken();
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\RoslynCSharpTokenizer.cs (1)
728NextResultType.Token => _roslynTokenParser.ParseNextToken(),
Microsoft.DotNet.ProjectTools (2)
src\sdk\src\Cli\Microsoft.DotNet.FileBasedPrograms\FileLevelDirectiveHelpers.cs (2)
58result = tokenizer.ParseNextToken(); 292var result = _parser.ParseNextToken();