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)
235
parser.
ResetTo
(cTokenResult);
312
parser.
ResetTo
(result);
346
parser.
ResetTo
(result);
379
parser.
ResetTo
(result);
402
parser.
ResetTo
(result);