6 references to ResetTo
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxTokenParser.cs (1)
15/// 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.Syntax.UnitTests (5)
LexicalAndXml\SyntaxTokenParserTests.cs (5)
236parser.ResetTo(cTokenResult); 313parser.ResetTo(result); 347parser.ResetTo(result); 380parser.ResetTo(result); 403parser.ResetTo(result);