6 references to ResetTo
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxTokenParser.cs (1)
14/// can be used to skip forward in the file to a specific position, and <see cref="ResetTo(Result)"/> can be used to reset the parser
Microsoft.CodeAnalysis.CSharp.Features (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
53tokenizer.ResetTo(result);
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\RoslynCSharpTokenizer.cs (3)
102_roslynTokenParser.ResetTo(result); 768_roslynTokenParser.ResetTo(currentResult); 785_roslynTokenParser.ResetTo(currentResult);
Microsoft.DotNet.ProjectTools (1)
src\sdk\src\Cli\Microsoft.DotNet.FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
53tokenizer.ResetTo(result);