6 references to ParseNextToken
dotnet (1)
Commands\Run\FileBasedAppSourceEditor.cs (1)
130var result = tokenizer.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.Features (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
57result = tokenizer.ParseNextToken();
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\RoslynCSharpTokenizer.cs (1)
726NextResultType.Token => _roslynTokenParser.ParseNextToken(),
Microsoft.DotNet.ProjectTools (1)
src\sdk\src\Cli\Microsoft.DotNet.FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
57result = tokenizer.ParseNextToken();