1 instantiation of ResetPoint
Microsoft.CodeAnalysis.CSharp (1)
Parser\SyntaxParser.cs (1)
150return new ResetPoint(_resetCount, _mode, pos, _prevTokenTrailingTrivia);
8 references to ResetPoint
Microsoft.CodeAnalysis.CSharp (8)
Parser\DocumentationCommentParser.cs (3)
528var resetPoint = this.GetResetPoint(); 1389ResetPoint resetPoint = GetResetPoint(); 1406ResetPoint resetPoint = GetResetPoint();
Parser\LanguageParser.cs (2)
13154internal SyntaxParser.ResetPoint BaseResetPoint; 13160SyntaxParser.ResetPoint resetPoint,
Parser\SyntaxParser.cs (3)
141protected ResetPoint GetResetPoint() 153protected void Reset(ref ResetPoint point) 192protected void Release(ref ResetPoint point)