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.Syntax.UnitTests (5)
LexicalAndXml\SyntaxTokenParserTests.cs (5)
235parser.ResetTo(cTokenResult); 312parser.ResetTo(result); 346parser.ResetTo(result); 379parser.ResetTo(result); 402parser.ResetTo(result);