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)
236
parser.
ResetTo
(cTokenResult);
313
parser.
ResetTo
(result);
347
parser.
ResetTo
(result);
380
parser.
ResetTo
(result);
403
parser.
ResetTo
(result);