1 instantiation of ResetPoint
Microsoft.CodeAnalysis.CSharp (1)
Parser\SyntaxParser.cs (1)
167return new ResetPoint(_resetCount, _mode, pos, _prevTokenTrailingTrivia);
8 references to ResetPoint
Microsoft.CodeAnalysis.CSharp (8)
Parser\DocumentationCommentParser.cs (3)
523var resetPoint = this.GetResetPoint(); 1399ResetPoint resetPoint = GetResetPoint(); 1416ResetPoint resetPoint = GetResetPoint();
Parser\LanguageParser.cs (2)
14030internal SyntaxParser.ResetPoint BaseResetPoint; 14037SyntaxParser.ResetPoint resetPoint,
Parser\SyntaxParser.cs (3)
158protected ResetPoint GetResetPoint() 170protected void Reset(ref ResetPoint point) 209protected void Release(ref ResetPoint point)