Syntax\SyntaxToken.cs (4)
589return SyntaxNavigator.Instance.GetNextToken(this, includeZeroWidth, includeSkipped, includeDirectives, includeDocumentationComments);
606return SyntaxNavigator.Instance.GetNextToken(this, predicate, stepInto);
620return SyntaxNavigator.Instance.GetPreviousToken(this, includeZeroWidth, includeSkipped, includeDirectives, includeDocumentationComments);
632return SyntaxNavigator.Instance.GetPreviousToken(this, predicate, stepInto);