Syntax\SyntaxToken.cs (4)
588return SyntaxNavigator.Instance.GetNextToken(this, includeZeroWidth, includeSkipped, includeDirectives, includeDocumentationComments);
605return SyntaxNavigator.Instance.GetNextToken(this, predicate, stepInto);
619return SyntaxNavigator.Instance.GetPreviousToken(this, includeZeroWidth, includeSkipped, includeDirectives, includeDocumentationComments);
631return SyntaxNavigator.Instance.GetPreviousToken(this, predicate, stepInto);