44 references to ResyncAt
Microsoft.CodeAnalysis.VisualBasic (44)
Parser\ParseConditional.vb (1)
407errorCode = ResyncAt(errorCode, SyntaxKind.CommaToken)
Parser\ParseExpression.vb (5)
807Type = ResyncAt(Type, SyntaxKind.OpenParenToken) 933exp = ResyncAt(exp, SyntaxKind.IsKeyword, SyntaxKind.IsNotKeyword) 1525namedArgument = ResyncAt(namedArgument, SyntaxKind.CommaToken, SyntaxKind.CloseParenToken) 1553value = ResyncAt(value, SyntaxKind.CommaToken, SyntaxKind.CloseParenToken) 1602exp = ResyncAt(exp, SyntaxKind.CommaToken, SyntaxKind.CloseParenToken)
Parser\ParseQuery.vb (8)
58rangeVar = ResyncAt(rangeVar, SyntaxKind.CommaToken, SyntaxKind.WhereKeyword, SyntaxKind.GroupKeyword, 247rangeVar = ResyncAt(rangeVar, SyntaxKind.CommaToken, SyntaxKind.WhereKeyword, SyntaxKind.GroupKeyword, 253rangeVar = ResyncAt(rangeVar, SyntaxKind.CommaToken, SyntaxKind.WhereKeyword, SyntaxKind.GroupKeyword, 871Left = ResyncAt(Left, SyntaxKind.EqualsToken, SyntaxKind.FromKeyword, SyntaxKind.WhereKeyword, 898element = ResyncAt(element, SyntaxKind.AndKeyword, SyntaxKind.FromKeyword, SyntaxKind.WhereKeyword, 929elements = ResyncAt(elements, SyntaxKind.FromKeyword, SyntaxKind.WhereKeyword, SyntaxKind.GroupKeyword, 977OrderExpression = ResyncAt(OrderExpression, SyntaxKind.CommaToken, SyntaxKind.AscendingKeyword, 1018operators(operators.Count - 1) = ResyncAt(operators(operators.Count - 1),
Parser\Parser.vb (18)
2128declarator = ResyncAt(declarator, SyntaxKind.AsKeyword, SyntaxKind.CommaToken, SyntaxKind.NewKeyword, SyntaxKind.EqualsToken) 2252typeName = ResyncAt(typeName, SyntaxKind.CommaToken, SyntaxKind.EqualsToken) 2277optionalInitializer = ResyncAt(optionalInitializer, SyntaxKind.CommaToken) 2376Initializer = ResyncAt(Initializer, SyntaxKind.CommaToken, SyntaxKind.CloseBraceToken) 2476initializer = ResyncAt(initializer, SyntaxKind.CommaToken, SyntaxKind.CloseBraceToken) 3143typeName = ResyncAt(typeName, SyntaxKind.CloseParenToken, SyntaxKind.CommaToken) 3349upperBound = ResyncAt(upperBound, SyntaxKind.CommaToken, SyntaxKind.CloseParenToken, SyntaxKind.AsKeyword) 3363upperBound = ResyncAt(upperBound, SyntaxKind.CommaToken, SyntaxKind.CloseParenToken, SyntaxKind.AsKeyword) 3560item = ResyncAt(item, SyntaxKind.CommaToken) 4345constraint = ResyncAt(constraint, SyntaxKind.CommaToken, SyntaxKind.CloseBraceToken, SyntaxKind.CloseParenToken) 4370constraint = ResyncAt(constraint, SyntaxKind.CloseParenToken) 4639paramName = ResyncAt(paramName, SyntaxKind.AsKeyword) 4652optionalAsClause = ResyncAt(optionalAsClause, SyntaxKind.EqualsToken, SyntaxKind.CommaToken, SyntaxKind.CloseParenToken) 4682value = ResyncAt(value, SyntaxKind.CommaToken, SyntaxKind.CloseParenToken) 4864typeName = ResyncAt(typeName, SyntaxKind.CommaToken) 5193libraryName = ResyncAt(libraryName, SyntaxKind.AliasKeyword, SyntaxKind.OpenParenToken) 5207optionalAliasName = ResyncAt(optionalAliasName, SyntaxKind.OpenParenToken) 5526typeName = ResyncAt(typeName, SyntaxKind.GreaterThanToken)
Parser\ParseStatement.vb (12)
298value = ResyncAt(value, SyntaxKind.ToKeyword) 417condition = ResyncAt(condition, SyntaxKind.ThenKeyword) 475condition = ResyncAt(condition, SyntaxKind.ThenKeyword) 605controlVariable = ResyncAt(controlVariable, SyntaxKind.InKeyword) 639controlVariable = ResyncAt(controlVariable, SyntaxKind.EqualsToken, SyntaxKind.ToKeyword) 656fromValue = ResyncAt(fromValue, SyntaxKind.ToKeyword) 675toValue = ResyncAt(toValue, SyntaxKind.StepKeyword) 836Declarator = ResyncAt(Declarator, SyntaxKind.AsKeyword) 961errorKeyword = ResyncAt(errorKeyword, SyntaxKind.GoToKeyword, SyntaxKind.ResumeKeyword) 1090target = ResyncAt(target, SyntaxKind.EqualsToken) 1351eventExpression = ResyncAt(eventExpression, SyntaxKind.CommaToken) 1476typeName = ResyncAt(typeName, SyntaxKind.WhenKeyword)