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