2732 references to Kind
Microsoft.CodeAnalysis.VisualBasic (2732)
Generated\Syntax.xml.Internal.Generated.vb (1820)
156
Return new EmptyStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _empty)
160
Return new EmptyStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _empty)
251
Return new EndBlockStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _endKeyword, _blockKeyword)
255
Return new EndBlockStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _endKeyword, _blockKeyword)
437
Return new CompilationUnitSyntax(Me.
Kind
, newErrors, GetAnnotations, _options, _imports, _attributes, _members, _endOfFileToken)
441
Return new CompilationUnitSyntax(Me.
Kind
, GetDiagnostics, annotations, _options, _imports, _attributes, _members, _endOfFileToken)
558
Return new OptionStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _optionKeyword, _nameKeyword, _valueKeyword)
562
Return new OptionStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _optionKeyword, _nameKeyword, _valueKeyword)
660
Return new ImportsStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _importsKeyword, _importsClauses)
664
Return new ImportsStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _importsKeyword, _importsClauses)
784
Return new SimpleImportsClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _alias, _name)
788
Return new SimpleImportsClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _alias, _name)
876
Return new ImportAliasClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _equalsToken)
880
Return new ImportAliasClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _equalsToken)
980
Return new XmlNamespaceImportsClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _xmlNamespace, _greaterThanToken)
984
Return new XmlNamespaceImportsClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _xmlNamespace, _greaterThanToken)
1099
Return new NamespaceBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _namespaceStatement, _members, _endNamespaceStatement)
1103
Return new NamespaceBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _namespaceStatement, _members, _endNamespaceStatement)
1192
Return new NamespaceStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _namespaceKeyword, _name)
1196
Return new NamespaceStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _namespaceKeyword, _name)
1395
Return new ModuleBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _moduleStatement, _inherits, _implements, _members, _endModuleStatement)
1399
Return new ModuleBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _moduleStatement, _inherits, _implements, _members, _endModuleStatement)
1494
Return new StructureBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement)
1498
Return new StructureBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement)
1593
Return new InterfaceBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _interfaceStatement, _inherits, _implements, _members, _endInterfaceStatement)
1597
Return new InterfaceBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _interfaceStatement, _inherits, _implements, _members, _endInterfaceStatement)
1692
Return new ClassBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _classStatement, _inherits, _implements, _members, _endClassStatement)
1696
Return new ClassBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _classStatement, _inherits, _implements, _members, _endClassStatement)
1812
Return new EnumBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _enumStatement, _members, _endEnumStatement)
1816
Return new EnumBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _enumStatement, _members, _endEnumStatement)
1933
Return new InheritsStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _inheritsKeyword, _types)
1937
Return new InheritsStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _inheritsKeyword, _types)
2031
Return new ImplementsStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _implementsKeyword, _types)
2035
Return new ImplementsStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _implementsKeyword, _types)
2239
Return new ModuleStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _moduleKeyword, _identifier, _typeParameterList)
2243
Return new ModuleStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _moduleKeyword, _identifier, _typeParameterList)
2322
Return new StructureStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _structureKeyword, _identifier, _typeParameterList)
2326
Return new StructureStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _structureKeyword, _identifier, _typeParameterList)
2405
Return new InterfaceStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier, _typeParameterList)
2409
Return new InterfaceStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier, _typeParameterList)
2488
Return new ClassStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _classKeyword, _identifier, _typeParameterList)
2492
Return new ClassStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _classKeyword, _identifier, _typeParameterList)
2665
Return new EnumStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _enumKeyword, _identifier, _underlyingType)
2669
Return new EnumStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _enumKeyword, _identifier, _underlyingType)
2800
Return new TypeParameterListSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _ofKeyword, _parameters, _closeParenToken)
2804
Return new TypeParameterListSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _ofKeyword, _parameters, _closeParenToken)
2930
Return new TypeParameterSyntax(Me.
Kind
, newErrors, GetAnnotations, _varianceKeyword, _identifier, _typeParameterConstraintClause)
2934
Return new TypeParameterSyntax(Me.
Kind
, GetDiagnostics, annotations, _varianceKeyword, _identifier, _typeParameterConstraintClause)
3048
Return new TypeParameterSingleConstraintClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _asKeyword, _constraint)
3052
Return new TypeParameterSingleConstraintClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _asKeyword, _constraint)
3184
Return new TypeParameterMultipleConstraintClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _asKeyword, _openBraceToken, _constraints, _closeBraceToken)
3188
Return new TypeParameterMultipleConstraintClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _asKeyword, _openBraceToken, _constraints, _closeBraceToken)
3283
Return new SpecialConstraintSyntax(Me.
Kind
, newErrors, GetAnnotations, _constraintKeyword)
3287
Return new SpecialConstraintSyntax(Me.
Kind
, GetDiagnostics, annotations, _constraintKeyword)
3356
Return new TypeConstraintSyntax(Me.
Kind
, newErrors, GetAnnotations, _type)
3360
Return new TypeConstraintSyntax(Me.
Kind
, GetDiagnostics, annotations, _type)
3478
Return new EnumMemberDeclarationSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _identifier, _initializer)
3482
Return new EnumMemberDeclarationSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _identifier, _initializer)
3629
Return new MethodBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _subOrFunctionStatement, _statements, _endSubOrFunctionStatement)
3633
Return new MethodBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _subOrFunctionStatement, _statements, _endSubOrFunctionStatement)
3724
Return new ConstructorBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _subNewStatement, _statements, _endSubStatement)
3728
Return new ConstructorBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _subNewStatement, _statements, _endSubStatement)
3819
Return new OperatorBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _operatorStatement, _statements, _endOperatorStatement)
3823
Return new OperatorBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _operatorStatement, _statements, _endOperatorStatement)
3917
Return new AccessorBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _accessorStatement, _statements, _endAccessorStatement)
3921
Return new AccessorBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _accessorStatement, _statements, _endAccessorStatement)
4035
Return new PropertyBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _propertyStatement, _accessors, _endPropertyStatement)
4039
Return new PropertyBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _propertyStatement, _accessors, _endPropertyStatement)
4153
Return new EventBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _eventStatement, _accessors, _endEventStatement)
4157
Return new EventBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _eventStatement, _accessors, _endEventStatement)
4385
Return new ParameterListSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _parameters, _closeParenToken)
4389
Return new ParameterListSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _parameters, _closeParenToken)
4597
Return new MethodStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause, _handlesClause, _implementsClause)
4601
Return new MethodStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause, _handlesClause, _implementsClause)
4697
Return new SubNewStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _subKeyword, _newKeyword, _parameterList)
4701
Return new SubNewStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _subKeyword, _newKeyword, _parameterList)
4959
Return new DeclareStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName, _parameterList, _asClause)
4963
Return new DeclareStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName, _parameterList, _asClause)
5131
Return new DelegateStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause)
5135
Return new DelegateStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause)
5314
Return new EventStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier, _parameterList, _asClause, _implementsClause)
5318
Return new EventStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier, _parameterList, _asClause, _implementsClause)
5443
Return new OperatorStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _operatorKeyword, _operatorToken, _parameterList, _asClause)
5447
Return new OperatorStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _operatorKeyword, _operatorToken, _parameterList, _asClause)
5628
Return new PropertyStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _propertyKeyword, _identifier, _parameterList, _asClause, _initializer, _implementsClause)
5632
Return new PropertyStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _propertyKeyword, _identifier, _parameterList, _asClause, _initializer, _implementsClause)
5712
Return new AccessorStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _accessorKeyword, _parameterList)
5716
Return new AccessorStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _accessorKeyword, _parameterList)
5811
Return new ImplementsClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _implementsKeyword, _interfaceMembers)
5815
Return new ImplementsClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _implementsKeyword, _interfaceMembers)
5910
Return new HandlesClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _handlesKeyword, _events)
5914
Return new HandlesClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _handlesKeyword, _events)
6007
Return new KeywordEventContainerSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
6011
Return new KeywordEventContainerSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
6081
Return new WithEventsEventContainerSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier)
6085
Return new WithEventsEventContainerSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier)
6192
Return new WithEventsPropertyEventContainerSyntax(Me.
Kind
, newErrors, GetAnnotations, _withEventsContainer, _dotToken, _property)
6196
Return new WithEventsPropertyEventContainerSyntax(Me.
Kind
, GetDiagnostics, annotations, _withEventsContainer, _dotToken, _property)
6304
Return new HandlesClauseItemSyntax(Me.
Kind
, newErrors, GetAnnotations, _eventContainer, _dotToken, _eventMember)
6308
Return new HandlesClauseItemSyntax(Me.
Kind
, GetDiagnostics, annotations, _eventContainer, _dotToken, _eventMember)
6446
Return new IncompleteMemberSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _missingIdentifier)
6450
Return new IncompleteMemberSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _missingIdentifier)
6586
Return new FieldDeclarationSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _declarators)
6590
Return new FieldDeclarationSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _declarators)
6724
Return new VariableDeclaratorSyntax(Me.
Kind
, newErrors, GetAnnotations, _names, _asClause, _initializer)
6728
Return new VariableDeclaratorSyntax(Me.
Kind
, GetDiagnostics, annotations, _names, _asClause, _initializer)
6877
Return new SimpleAsClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _asKeyword, _attributeLists, _type)
6881
Return new SimpleAsClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _asKeyword, _attributeLists, _type)
6956
Return new AsNewClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _asKeyword, _newExpression)
6960
Return new AsNewClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _asKeyword, _newExpression)
7113
Return new ObjectMemberInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _withKeyword, _openBraceToken, _initializers, _closeBraceToken)
7117
Return new ObjectMemberInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _withKeyword, _openBraceToken, _initializers, _closeBraceToken)
7206
Return new ObjectCollectionInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _fromKeyword, _initializer)
7210
Return new ObjectCollectionInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _fromKeyword, _initializer)
7337
Return new InferredFieldInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyKeyword, _expression)
7341
Return new InferredFieldInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyKeyword, _expression)
7468
Return new NamedFieldInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyKeyword, _dotToken, _name, _equalsToken, _expression)
7472
Return new NamedFieldInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyKeyword, _dotToken, _name, _equalsToken, _expression)
7561
Return new EqualsValueSyntax(Me.
Kind
, newErrors, GetAnnotations, _equalsToken, _value)
7565
Return new EqualsValueSyntax(Me.
Kind
, GetDiagnostics, annotations, _equalsToken, _value)
7747
Return new ParameterSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _identifier, _asClause, _default)
7751
Return new ParameterSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _identifier, _asClause, _default)
7904
Return new ModifiedIdentifierSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _nullable, _arrayBounds, _arrayRankSpecifiers)
7908
Return new ModifiedIdentifierSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _nullable, _arrayBounds, _arrayRankSpecifiers)
8024
Return new ArrayRankSpecifierSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _commaTokens, _closeParenToken)
8028
Return new ArrayRankSpecifierSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _commaTokens, _closeParenToken)
8143
Return new AttributeListSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _attributes, _greaterThanToken)
8147
Return new AttributeListSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _attributes, _greaterThanToken)
8275
Return new AttributeSyntax(Me.
Kind
, newErrors, GetAnnotations, _target, _name, _argumentList)
8279
Return new AttributeSyntax(Me.
Kind
, GetDiagnostics, annotations, _target, _name, _argumentList)
8369
Return new AttributeTargetSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeModifier, _colonToken)
8373
Return new AttributeTargetSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeModifier, _colonToken)
8452
Return new AttributesStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists)
8456
Return new AttributesStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists)
8527
Return new ExpressionStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression)
8531
Return new ExpressionStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression)
8619
Return new PrintStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _questionToken, _expression)
8623
Return new PrintStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _questionToken, _expression)
8739
Return new WhileBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _whileStatement, _statements, _endWhileStatement)
8743
Return new WhileBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _whileStatement, _statements, _endWhileStatement)
8860
Return new UsingBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _usingStatement, _statements, _endUsingStatement)
8864
Return new UsingBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _usingStatement, _statements, _endUsingStatement)
8981
Return new SyncLockBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _syncLockStatement, _statements, _endSyncLockStatement)
8985
Return new SyncLockBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _syncLockStatement, _statements, _endSyncLockStatement)
9102
Return new WithBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _withStatement, _statements, _endWithStatement)
9106
Return new WithBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _withStatement, _statements, _endWithStatement)
9208
Return new LocalDeclarationStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _modifiers, _declarators)
9212
Return new LocalDeclarationStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _modifiers, _declarators)
9301
Return new LabelStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _labelToken, _colonToken)
9305
Return new LabelStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _labelToken, _colonToken)
9394
Return new GoToStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _goToKeyword, _label)
9398
Return new GoToStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _goToKeyword, _label)
9469
Return new LabelSyntax(Me.
Kind
, newErrors, GetAnnotations, _labelToken)
9473
Return new LabelSyntax(Me.
Kind
, GetDiagnostics, annotations, _labelToken)
9543
Return new StopOrEndStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _stopOrEndKeyword)
9547
Return new StopOrEndStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _stopOrEndKeyword)
9636
Return new ExitStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _exitKeyword, _blockKeyword)
9640
Return new ExitStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _exitKeyword, _blockKeyword)
9730
Return new ContinueStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _continueKeyword, _blockKeyword)
9734
Return new ContinueStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _continueKeyword, _blockKeyword)
9831
Return new ReturnStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _returnKeyword, _expression)
9835
Return new ReturnStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _returnKeyword, _expression)
9996
Return new SingleLineIfStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifKeyword, _condition, _thenKeyword, _statements, _elseClause)
10000
Return new SingleLineIfStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifKeyword, _condition, _thenKeyword, _statements, _elseClause)
10098
Return new SingleLineElseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseKeyword, _statements)
10102
Return new SingleLineElseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseKeyword, _statements)
10275
Return new MultiLineIfBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifStatement, _statements, _elseIfBlocks, _elseBlock, _endIfStatement)
10279
Return new MultiLineIfBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifStatement, _statements, _elseIfBlocks, _elseBlock, _endIfStatement)
10394
Return new IfStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifKeyword, _condition, _thenKeyword)
10398
Return new IfStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifKeyword, _condition, _thenKeyword)
10496
Return new ElseIfBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseIfStatement, _statements)
10500
Return new ElseIfBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseIfStatement, _statements)
10615
Return new ElseIfStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseIfKeyword, _condition, _thenKeyword)
10619
Return new ElseIfStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseIfKeyword, _condition, _thenKeyword)
10716
Return new ElseBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseStatement, _statements)
10720
Return new ElseBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseStatement, _statements)
10789
Return new ElseStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseKeyword)
10793
Return new ElseStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseKeyword)
10963
Return new TryBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _tryStatement, _statements, _catchBlocks, _finallyBlock, _endTryStatement)
10967
Return new TryBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _tryStatement, _statements, _catchBlocks, _finallyBlock, _endTryStatement)
11036
Return new TryStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _tryKeyword)
11040
Return new TryStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _tryKeyword)
11138
Return new CatchBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _catchStatement, _statements)
11142
Return new CatchBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _catchStatement, _statements)
11294
Return new CatchStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _catchKeyword, _identifierName, _asClause, _whenClause)
11298
Return new CatchStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _catchKeyword, _identifierName, _asClause, _whenClause)
11386
Return new CatchFilterClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _whenKeyword, _filter)
11390
Return new CatchFilterClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _whenKeyword, _filter)
11487
Return new FinallyBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _finallyStatement, _statements)
11491
Return new FinallyBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _finallyStatement, _statements)
11560
Return new FinallyStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _finallyKeyword)
11564
Return new FinallyStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _finallyKeyword)
11652
Return new ErrorStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _errorKeyword, _errorNumber)
11656
Return new ErrorStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _errorKeyword, _errorNumber)
11808
Return new OnErrorGoToStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _onKeyword, _errorKeyword, _goToKeyword, _minus, _label)
11812
Return new OnErrorGoToStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _onKeyword, _errorKeyword, _goToKeyword, _minus, _label)
11936
Return new OnErrorResumeNextStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _onKeyword, _errorKeyword, _resumeKeyword, _nextKeyword)
11940
Return new OnErrorResumeNextStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _onKeyword, _errorKeyword, _resumeKeyword, _nextKeyword)
12040
Return new ResumeStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _resumeKeyword, _label)
12044
Return new ResumeStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _resumeKeyword, _label)
12160
Return new SelectBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _selectStatement, _caseBlocks, _endSelectStatement)
12164
Return new SelectBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _selectStatement, _caseBlocks, _endSelectStatement)
12280
Return new SelectStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _selectKeyword, _caseKeyword, _expression)
12284
Return new SelectStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _selectKeyword, _caseKeyword, _expression)
12381
Return new CaseBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _caseStatement, _statements)
12385
Return new CaseBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _caseStatement, _statements)
12482
Return new CaseStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _caseKeyword, _cases)
12486
Return new CaseStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _caseKeyword, _cases)
12578
Return new ElseCaseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseKeyword)
12582
Return new ElseCaseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseKeyword)
12651
Return new SimpleCaseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _value)
12655
Return new SimpleCaseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _value)
12761
Return new RangeCaseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _lowerBound, _toKeyword, _upperBound)
12765
Return new RangeCaseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _lowerBound, _toKeyword, _upperBound)
12881
Return new RelationalCaseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _isKeyword, _operatorToken, _value)
12885
Return new RelationalCaseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _isKeyword, _operatorToken, _value)
12974
Return new SyncLockStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _syncLockKeyword, _expression)
12978
Return new SyncLockStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _syncLockKeyword, _expression)
13094
Return new DoLoopBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _doStatement, _statements, _loopStatement)
13098
Return new DoLoopBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _doStatement, _statements, _loopStatement)
13196
Return new DoStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _doKeyword, _whileOrUntilClause)
13200
Return new DoStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _doKeyword, _whileOrUntilClause)
13298
Return new LoopStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _loopKeyword, _whileOrUntilClause)
13302
Return new LoopStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _loopKeyword, _whileOrUntilClause)
13392
Return new WhileOrUntilClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _whileOrUntilKeyword, _condition)
13396
Return new WhileOrUntilClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _whileOrUntilKeyword, _condition)
13485
Return new WhileStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _whileKeyword, _condition)
13489
Return new WhileStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _whileKeyword, _condition)
13645
Return new ForBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _forStatement, _statements, _nextStatement)
13649
Return new ForBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _forStatement, _statements, _nextStatement)
13725
Return new ForEachBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _forEachStatement, _statements, _nextStatement)
13729
Return new ForEachBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _forEachStatement, _statements, _nextStatement)
13952
Return new ForStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause)
13956
Return new ForStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause)
14044
Return new ForStepClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _stepKeyword, _stepValue)
14048
Return new ForStepClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _stepKeyword, _stepValue)
14164
Return new ForEachStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _forKeyword, _eachKeyword, _controlVariable, _inKeyword, _expression)
14168
Return new ForEachStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _forKeyword, _eachKeyword, _controlVariable, _inKeyword, _expression)
14268
Return new NextStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _nextKeyword, _controlVariables)
14272
Return new NextStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _nextKeyword, _controlVariables)
14400
Return new UsingStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _usingKeyword, _expression, _variables)
14404
Return new UsingStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _usingKeyword, _expression, _variables)
14501
Return new ThrowStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _throwKeyword, _expression)
14505
Return new ThrowStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _throwKeyword, _expression)
14613
Return new AssignmentStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _operatorToken, _right)
14617
Return new AssignmentStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _operatorToken, _right)
14705
Return new MidExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _mid, _argumentList)
14709
Return new MidExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _mid, _argumentList)
14798
Return new CallStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _callKeyword, _invocation)
14802
Return new CallStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _callKeyword, _invocation)
14927
Return new AddRemoveHandlerStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _addHandlerOrRemoveHandlerKeyword, _eventExpression, _commaToken, _delegateExpression)
14931
Return new AddRemoveHandlerStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _addHandlerOrRemoveHandlerKeyword, _eventExpression, _commaToken, _delegateExpression)
15046
Return new RaiseEventStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _raiseEventKeyword, _name, _argumentList)
15050
Return new RaiseEventStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _raiseEventKeyword, _name, _argumentList)
15140
Return new WithStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _withKeyword, _expression)
15144
Return new WithStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _withKeyword, _expression)
15266
Return new ReDimStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _reDimKeyword, _preserveKeyword, _clauses)
15270
Return new ReDimStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _reDimKeyword, _preserveKeyword, _clauses)
15358
Return new RedimClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _arrayBounds)
15362
Return new RedimClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _arrayBounds)
15456
Return new EraseStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _eraseKeyword, _expressions)
15460
Return new EraseStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _eraseKeyword, _expressions)
15563
Return new LiteralExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _token)
15567
Return new LiteralExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _token)
15673
Return new ParenthesizedExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _expression, _closeParenToken)
15677
Return new ParenthesizedExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _expression, _closeParenToken)
15789
Return new TupleExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _arguments, _closeParenToken)
15793
Return new TupleExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _arguments, _closeParenToken)
15905
Return new TupleTypeSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _elements, _closeParenToken)
15909
Return new TupleTypeSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _elements, _closeParenToken)
16000
Return new TypedTupleElementSyntax(Me.
Kind
, newErrors, GetAnnotations, _type)
16004
Return new TypedTupleElementSyntax(Me.
Kind
, GetDiagnostics, annotations, _type)
16102
Return new NamedTupleElementSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _asClause)
16106
Return new NamedTupleElementSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _asClause)
16198
Return new MeExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
16202
Return new MeExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
16249
Return new MyBaseExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
16253
Return new MyBaseExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
16300
Return new MyClassExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
16304
Return new MyClassExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
16428
Return new GetTypeExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _getTypeKeyword, _openParenToken, _type, _closeParenToken)
16432
Return new GetTypeExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _getTypeKeyword, _openParenToken, _type, _closeParenToken)
16556
Return new TypeOfExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _typeOfKeyword, _expression, _operatorToken, _type)
16560
Return new TypeOfExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _typeOfKeyword, _expression, _operatorToken, _type)
16693
Return new GetXmlNamespaceExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _getXmlNamespaceKeyword, _openParenToken, _name, _closeParenToken)
16697
Return new GetXmlNamespaceExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _getXmlNamespaceKeyword, _openParenToken, _name, _closeParenToken)
16813
Return new MemberAccessExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _operatorToken, _name)
16817
Return new MemberAccessExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _operatorToken, _name)
16988
Return new XmlMemberAccessExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _base, _token1, _token2, _token3, _name)
16992
Return new XmlMemberAccessExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _base, _token1, _token2, _token3, _name)
17100
Return new InvocationExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _argumentList)
17104
Return new InvocationExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _argumentList)
17304
Return new ObjectCreationExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer)
17308
Return new ObjectCreationExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer)
17382
Return new AnonymousObjectCreationExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _newKeyword, _attributeLists, _initializer)
17386
Return new AnonymousObjectCreationExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _newKeyword, _attributeLists, _initializer)
17533
Return new ArrayCreationExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _arrayBounds, _rankSpecifiers, _initializer)
17537
Return new ArrayCreationExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _arrayBounds, _rankSpecifiers, _initializer)
17653
Return new CollectionInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _openBraceToken, _initializers, _closeBraceToken)
17657
Return new CollectionInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _openBraceToken, _initializers, _closeBraceToken)
17837
Return new CTypeExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
17841
Return new CTypeExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
17896
Return new DirectCastExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
17900
Return new DirectCastExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
17955
Return new TryCastExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
17959
Return new TryCastExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
18084
Return new PredefinedCastExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _closeParenToken)
18088
Return new PredefinedCastExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _closeParenToken)
18193
Return new BinaryExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _operatorToken, _right)
18197
Return new BinaryExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _operatorToken, _right)
18285
Return new UnaryExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _operatorToken, _operand)
18289
Return new UnaryExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _operatorToken, _operand)
18450
Return new BinaryConditionalExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifKeyword, _openParenToken, _firstExpression, _commaToken, _secondExpression, _closeParenToken)
18454
Return new BinaryConditionalExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifKeyword, _openParenToken, _firstExpression, _commaToken, _secondExpression, _closeParenToken)
18651
Return new TernaryConditionalExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifKeyword, _openParenToken, _condition, _firstCommaToken, _whenTrue, _secondCommaToken, _whenFalse, _closeParenToken)
18655
Return new TernaryConditionalExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifKeyword, _openParenToken, _condition, _firstCommaToken, _whenTrue, _secondCommaToken, _whenFalse, _closeParenToken)
18773
Return new SingleLineLambdaExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _subOrFunctionHeader, _body)
18777
Return new SingleLineLambdaExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _subOrFunctionHeader, _body)
18879
Return new MultiLineLambdaExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _subOrFunctionHeader, _statements, _endSubOrFunctionStatement)
18883
Return new MultiLineLambdaExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _subOrFunctionHeader, _statements, _endSubOrFunctionStatement)
18987
Return new LambdaHeaderSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _parameterList, _asClause)
18991
Return new LambdaHeaderSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _parameterList, _asClause)
19107
Return new ArgumentListSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _arguments, _closeParenToken)
19111
Return new ArgumentListSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _arguments, _closeParenToken)
19204
Return new OmittedArgumentSyntax(Me.
Kind
, newErrors, GetAnnotations, _empty)
19208
Return new OmittedArgumentSyntax(Me.
Kind
, GetDiagnostics, annotations, _empty)
19306
Return new SimpleArgumentSyntax(Me.
Kind
, newErrors, GetAnnotations, _nameColonEquals, _expression)
19310
Return new SimpleArgumentSyntax(Me.
Kind
, GetDiagnostics, annotations, _nameColonEquals, _expression)
19398
Return new NameColonEqualsSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _colonEqualsToken)
19402
Return new NameColonEqualsSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _colonEqualsToken)
19509
Return new RangeArgumentSyntax(Me.
Kind
, newErrors, GetAnnotations, _lowerBound, _toKeyword, _upperBound)
19513
Return new RangeArgumentSyntax(Me.
Kind
, GetDiagnostics, annotations, _lowerBound, _toKeyword, _upperBound)
19591
Return new QueryExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _clauses)
19595
Return new QueryExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _clauses)
19751
Return new CollectionRangeVariableSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _asClause, _inKeyword, _expression)
19755
Return new CollectionRangeVariableSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _asClause, _inKeyword, _expression)
19854
Return new ExpressionRangeVariableSyntax(Me.
Kind
, newErrors, GetAnnotations, _nameEquals, _expression)
19858
Return new ExpressionRangeVariableSyntax(Me.
Kind
, GetDiagnostics, annotations, _nameEquals, _expression)
19960
Return new AggregationRangeVariableSyntax(Me.
Kind
, newErrors, GetAnnotations, _nameEquals, _aggregation)
19964
Return new AggregationRangeVariableSyntax(Me.
Kind
, GetDiagnostics, annotations, _nameEquals, _aggregation)
20079
Return new VariableNameEqualsSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _asClause, _equalsToken)
20083
Return new VariableNameEqualsSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _asClause, _equalsToken)
20258
Return new FunctionAggregationSyntax(Me.
Kind
, newErrors, GetAnnotations, _functionName, _openParenToken, _argument, _closeParenToken)
20262
Return new FunctionAggregationSyntax(Me.
Kind
, GetDiagnostics, annotations, _functionName, _openParenToken, _argument, _closeParenToken)
20333
Return new GroupAggregationSyntax(Me.
Kind
, newErrors, GetAnnotations, _groupKeyword)
20337
Return new GroupAggregationSyntax(Me.
Kind
, GetDiagnostics, annotations, _groupKeyword)
20433
Return new FromClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _fromKeyword, _variables)
20437
Return new FromClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _fromKeyword, _variables)
20531
Return new LetClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _letKeyword, _variables)
20535
Return new LetClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _letKeyword, _variables)
20698
Return new AggregateClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _aggregateKeyword, _variables, _additionalQueryOperators, _intoKeyword, _aggregationVariables)
20702
Return new AggregateClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _aggregateKeyword, _variables, _additionalQueryOperators, _intoKeyword, _aggregationVariables)
20771
Return new DistinctClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _distinctKeyword)
20775
Return new DistinctClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _distinctKeyword)
20863
Return new WhereClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _whereKeyword, _condition)
20867
Return new WhereClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _whereKeyword, _condition)
20974
Return new PartitionWhileClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _skipOrTakeKeyword, _whileKeyword, _condition)
20978
Return new PartitionWhileClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _skipOrTakeKeyword, _whileKeyword, _condition)
21066
Return new PartitionClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _skipOrTakeKeyword, _count)
21070
Return new PartitionClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _skipOrTakeKeyword, _count)
21249
Return new GroupByClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _groupKeyword, _items, _byKeyword, _keys, _intoKeyword, _aggregationVariables)
21253
Return new GroupByClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _groupKeyword, _items, _byKeyword, _keys, _intoKeyword, _aggregationVariables)
21489
Return new JoinConditionSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _equalsKeyword, _right)
21493
Return new JoinConditionSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _equalsKeyword, _right)
21549
Return new SimpleJoinClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _joinKeyword, _joinedVariables, _additionalJoins, _onKeyword, _joinConditions)
21553
Return new SimpleJoinClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _joinKeyword, _joinedVariables, _additionalJoins, _onKeyword, _joinConditions)
21675
Return new GroupJoinClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _groupKeyword, _joinKeyword, _joinedVariables, _additionalJoins, _onKeyword, _joinConditions, _intoKeyword, _aggregationVariables)
21679
Return new GroupJoinClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _groupKeyword, _joinKeyword, _joinedVariables, _additionalJoins, _onKeyword, _joinConditions, _intoKeyword, _aggregationVariables)
21791
Return new OrderByClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _orderKeyword, _byKeyword, _orderings)
21795
Return new OrderByClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _orderKeyword, _byKeyword, _orderings)
21894
Return new OrderingSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _ascendingOrDescendingKeyword)
21898
Return new OrderingSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _ascendingOrDescendingKeyword)
21993
Return new SelectClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _selectKeyword, _variables)
21997
Return new SelectClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _selectKeyword, _variables)
22150
Return new XmlDocumentSyntax(Me.
Kind
, newErrors, GetAnnotations, _declaration, _precedingMisc, _root, _followingMisc)
22154
Return new XmlDocumentSyntax(Me.
Kind
, GetDiagnostics, annotations, _declaration, _precedingMisc, _root, _followingMisc)
22314
Return new XmlDeclarationSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanQuestionToken, _xmlKeyword, _version, _encoding, _standalone, _questionGreaterThanToken)
22318
Return new XmlDeclarationSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanQuestionToken, _xmlKeyword, _version, _encoding, _standalone, _questionGreaterThanToken)
22416
Return new XmlDeclarationOptionSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _equals, _value)
22420
Return new XmlDeclarationOptionSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _equals, _value)
22526
Return new XmlElementSyntax(Me.
Kind
, newErrors, GetAnnotations, _startTag, _content, _endTag)
22530
Return new XmlElementSyntax(Me.
Kind
, GetDiagnostics, annotations, _startTag, _content, _endTag)
22606
Return new XmlTextSyntax(Me.
Kind
, newErrors, GetAnnotations, _textTokens)
22610
Return new XmlTextSyntax(Me.
Kind
, GetDiagnostics, annotations, _textTokens)
22731
Return new XmlElementStartTagSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _name, _attributes, _greaterThanToken)
22735
Return new XmlElementStartTagSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _name, _attributes, _greaterThanToken)
22841
Return new XmlElementEndTagSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanSlashToken, _name, _greaterThanToken)
22845
Return new XmlElementEndTagSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanSlashToken, _name, _greaterThanToken)
22966
Return new XmlEmptyElementSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _name, _attributes, _slashGreaterThanToken)
22970
Return new XmlEmptyElementSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _name, _attributes, _slashGreaterThanToken)
23067
Return new XmlAttributeSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _equalsToken, _value)
23071
Return new XmlAttributeSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _equalsToken, _value)
23200
Return new XmlStringSyntax(Me.
Kind
, newErrors, GetAnnotations, _startQuoteToken, _textTokens, _endQuoteToken)
23204
Return new XmlStringSyntax(Me.
Kind
, GetDiagnostics, annotations, _startQuoteToken, _textTokens, _endQuoteToken)
23270
Return new XmlPrefixNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _name)
23274
Return new XmlPrefixNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _name)
23367
Return new XmlNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _prefix, _localName)
23371
Return new XmlNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _prefix, _localName)
23470
Return new XmlBracketedNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _name, _greaterThanToken)
23474
Return new XmlBracketedNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _name, _greaterThanToken)
23556
Return new XmlPrefixSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _colonToken)
23560
Return new XmlPrefixSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _colonToken)
23664
Return new XmlCommentSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanExclamationMinusMinusToken, _textTokens, _minusMinusGreaterThanToken)
23668
Return new XmlCommentSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanExclamationMinusMinusToken, _textTokens, _minusMinusGreaterThanToken)
23787
Return new XmlProcessingInstructionSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanQuestionToken, _name, _textTokens, _questionGreaterThanToken)
23791
Return new XmlProcessingInstructionSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanQuestionToken, _name, _textTokens, _questionGreaterThanToken)
23894
Return new XmlCDataSectionSyntax(Me.
Kind
, newErrors, GetAnnotations, _beginCDataToken, _textTokens, _endCDataToken)
23898
Return new XmlCDataSectionSyntax(Me.
Kind
, GetDiagnostics, annotations, _beginCDataToken, _textTokens, _endCDataToken)
23996
Return new XmlEmbeddedExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanPercentEqualsToken, _expression, _percentGreaterThanToken)
24000
Return new XmlEmbeddedExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanPercentEqualsToken, _expression, _percentGreaterThanToken)
24119
Return new ArrayTypeSyntax(Me.
Kind
, newErrors, GetAnnotations, _elementType, _rankSpecifiers)
24123
Return new ArrayTypeSyntax(Me.
Kind
, GetDiagnostics, annotations, _elementType, _rankSpecifiers)
24212
Return new NullableTypeSyntax(Me.
Kind
, newErrors, GetAnnotations, _elementType, _questionMarkToken)
24216
Return new NullableTypeSyntax(Me.
Kind
, GetDiagnostics, annotations, _elementType, _questionMarkToken)
24286
Return new PredefinedTypeSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
24290
Return new PredefinedTypeSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
24405
Return new IdentifierNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier)
24409
Return new IdentifierNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier)
24482
Return new GenericNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _typeArgumentList)
24486
Return new GenericNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _typeArgumentList)
24594
Return new QualifiedNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _dotToken, _right)
24598
Return new QualifiedNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _dotToken, _right)
24667
Return new GlobalNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _globalKeyword)
24671
Return new GlobalNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _globalKeyword)
24801
Return new TypeArgumentListSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _ofKeyword, _arguments, _closeParenToken)
24805
Return new TypeArgumentListSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _ofKeyword, _arguments, _closeParenToken)
24921
Return new CrefReferenceSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _signature, _asClause)
24925
Return new CrefReferenceSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _signature, _asClause)
25029
Return new CrefSignatureSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _argumentTypes, _closeParenToken)
25033
Return new CrefSignatureSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _argumentTypes, _closeParenToken)
25130
Return new CrefSignaturePartSyntax(Me.
Kind
, newErrors, GetAnnotations, _modifier, _type)
25134
Return new CrefSignaturePartSyntax(Me.
Kind
, GetDiagnostics, annotations, _modifier, _type)
25213
Return new CrefOperatorReferenceSyntax(Me.
Kind
, newErrors, GetAnnotations, _operatorKeyword, _operatorToken)
25217
Return new CrefOperatorReferenceSyntax(Me.
Kind
, GetDiagnostics, annotations, _operatorKeyword, _operatorToken)
25311
Return new QualifiedCrefOperatorReferenceSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _dotToken, _right)
25315
Return new QualifiedCrefOperatorReferenceSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _dotToken, _right)
25403
Return new YieldStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _yieldKeyword, _expression)
25407
Return new YieldStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _yieldKeyword, _expression)
25495
Return new AwaitExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _awaitKeyword, _expression)
25499
Return new AwaitExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _awaitKeyword, _expression)
25541
Return new KeywordSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia)
25545
Return new KeywordSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia)
25549
Return new KeywordSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia)
25553
Return new KeywordSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia)
25580
Return new PunctuationSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia)
25584
Return new PunctuationSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia)
25588
Return new PunctuationSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia)
25592
Return new PunctuationSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia)
25628
Return new XmlNameTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _possibleKeywordKind)
25632
Return new XmlNameTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _possibleKeywordKind)
25636
Return new XmlNameTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _possibleKeywordKind)
25640
Return new XmlNameTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _possibleKeywordKind)
25681
Return new XmlTextTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
25685
Return new XmlTextTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
25689
Return new XmlTextTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25693
Return new XmlTextTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25732
Return new InterpolatedStringTextTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
25736
Return new InterpolatedStringTextTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
25740
Return new InterpolatedStringTextTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25744
Return new InterpolatedStringTextTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25797
Return new DecimalLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _typeSuffix, _value)
25801
Return new DecimalLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _typeSuffix, _value)
25805
Return new DecimalLiteralTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _typeSuffix, _value)
25809
Return new DecimalLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _typeSuffix, _value)
25848
Return new DateLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
25852
Return new DateLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
25856
Return new DateLiteralTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25860
Return new DateLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25900
Return new StringLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
25904
Return new StringLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
25908
Return new StringLiteralTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25912
Return new StringLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25951
Return new CharacterLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
25955
Return new CharacterLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
25959
Return new CharacterLiteralTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
25963
Return new CharacterLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
26047
Return new SkippedTokensTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _tokens)
26051
Return new SkippedTokensTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _tokens)
26127
Return new DocumentationCommentTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _content)
26131
Return new DocumentationCommentTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _content)
26260
Return new XmlCrefAttributeSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _equalsToken, _startQuoteToken, _reference, _endQuoteToken)
26264
Return new XmlCrefAttributeSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _equalsToken, _startQuoteToken, _reference, _endQuoteToken)
26393
Return new XmlNameAttributeSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _equalsToken, _startQuoteToken, _reference, _endQuoteToken)
26397
Return new XmlNameAttributeSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _equalsToken, _startQuoteToken, _reference, _endQuoteToken)
26513
Return new ConditionalAccessExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _questionMarkToken, _whenNotNull)
26517
Return new ConditionalAccessExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _questionMarkToken, _whenNotNull)
26641
Return new NameOfExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _nameOfKeyword, _openParenToken, _argument, _closeParenToken)
26645
Return new NameOfExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _nameOfKeyword, _openParenToken, _argument, _closeParenToken)
26757
Return new InterpolatedStringExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _dollarSignDoubleQuoteToken, _contents, _doubleQuoteToken)
26761
Return new InterpolatedStringExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _dollarSignDoubleQuoteToken, _contents, _doubleQuoteToken)
26852
Return new InterpolatedStringTextSyntax(Me.
Kind
, newErrors, GetAnnotations, _textToken)
26856
Return new InterpolatedStringTextSyntax(Me.
Kind
, GetDiagnostics, annotations, _textToken)
27018
Return new InterpolationSyntax(Me.
Kind
, newErrors, GetAnnotations, _openBraceToken, _expression, _alignmentClause, _formatClause, _closeBraceToken)
27022
Return new InterpolationSyntax(Me.
Kind
, GetDiagnostics, annotations, _openBraceToken, _expression, _alignmentClause, _formatClause, _closeBraceToken)
27111
Return new InterpolationAlignmentClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _commaToken, _value)
27115
Return new InterpolationAlignmentClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _commaToken, _value)
27204
Return new InterpolationFormatClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _colonToken, _formatStringToken)
27208
Return new InterpolationFormatClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _colonToken, _formatStringToken)
27275
Return new SyntaxTrivia(Me.
Kind
, newErrors, GetAnnotations, Me.Text)
27279
Return new SyntaxTrivia(Me.
Kind
, GetDiagnostics, annotations, Me.Text)
27402
Return new ConstDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _constKeyword, _name, _equalsToken, _value)
27406
Return new ConstDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _constKeyword, _name, _equalsToken, _value)
27539
Return new IfDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _elseKeyword, _ifOrElseIfKeyword, _condition, _thenKeyword)
27543
Return new IfDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _elseKeyword, _ifOrElseIfKeyword, _condition, _thenKeyword)
27612
Return new ElseDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _elseKeyword)
27616
Return new ElseDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _elseKeyword)
27700
Return new EndIfDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _endKeyword, _ifKeyword)
27704
Return new EndIfDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _endKeyword, _ifKeyword)
27794
Return new RegionDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _regionKeyword, _name)
27798
Return new RegionDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _regionKeyword, _name)
27888
Return new EndRegionDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _endKeyword, _regionKeyword)
27892
Return new EndRegionDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _endKeyword, _regionKeyword)
28037
Return new ExternalSourceDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _externalSourceKeyword, _openParenToken, _externalSource, _commaToken, _lineStart, _closeParenToken)
28041
Return new ExternalSourceDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _externalSourceKeyword, _openParenToken, _externalSource, _commaToken, _lineStart, _closeParenToken)
28125
Return new EndExternalSourceDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _endKeyword, _externalSourceKeyword)
28129
Return new EndExternalSourceDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _endKeyword, _externalSourceKeyword)
28303
Return new ExternalChecksumDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _externalChecksumKeyword, _openParenToken, _externalSource, _firstCommaToken, _guid, _secondCommaToken, _checksum, _closeParenToken)
28307
Return new ExternalChecksumDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _externalChecksumKeyword, _openParenToken, _externalSource, _firstCommaToken, _guid, _secondCommaToken, _checksum, _closeParenToken)
28412
Return new EnableWarningDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _enableKeyword, _warningKeyword, _errorCodes)
28416
Return new EnableWarningDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _enableKeyword, _warningKeyword, _errorCodes)
28521
Return new DisableWarningDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _disableKeyword, _warningKeyword, _errorCodes)
28525
Return new DisableWarningDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _disableKeyword, _warningKeyword, _errorCodes)
28609
Return new ReferenceDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _referenceKeyword, _file)
28613
Return new ReferenceDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _referenceKeyword, _file)
28663
Return new BadDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken)
28667
Return new BadDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken)
29820
Return New EmptyStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEmpty)
29835
Return New EndBlockStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEndKeyword, newBlockKeyword)
29856
Return New CompilationUnitSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOptions.Node, newImports.Node, newAttributes.Node, newMembers.Node, newEndOfFileToken)
29873
Return New OptionStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOptionKeyword, newNameKeyword, newValueKeyword)
29888
Return New ImportsStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newImportsKeyword, newImportsClauses.Node)
29903
Return New SimpleImportsClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAlias, newName)
29918
Return New ImportAliasClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newEqualsToken)
29935
Return New XmlNamespaceImportsClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newXmlNamespace, newGreaterThanToken)
29952
Return New NamespaceBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNamespaceStatement, newMembers.Node, newEndNamespaceStatement)
29967
Return New NamespaceStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNamespaceKeyword, newName)
29988
Return New ModuleBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newModuleStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndModuleStatement)
30009
Return New StructureBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStructureStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndStructureStatement)
30030
Return New InterfaceBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newInterfaceStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndInterfaceStatement)
30051
Return New ClassBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newClassStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndClassStatement)
30068
Return New EnumBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEnumStatement, newMembers.Node, newEndEnumStatement)
30083
Return New InheritsStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newInheritsKeyword, newTypes.Node)
30098
Return New ImplementsStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newImplementsKeyword, newTypes.Node)
30119
Return New ModuleStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newModuleKeyword, newIdentifier, newTypeParameterList)
30140
Return New StructureStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newStructureKeyword, newIdentifier, newTypeParameterList)
30161
Return New InterfaceStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newInterfaceKeyword, newIdentifier, newTypeParameterList)
30182
Return New ClassStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newClassKeyword, newIdentifier, newTypeParameterList)
30203
Return New EnumStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newEnumKeyword, newIdentifier, newUnderlyingType)
30222
Return New TypeParameterListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newOfKeyword, newParameters.Node, newCloseParenToken)
30239
Return New TypeParameterSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newVarianceKeyword, newIdentifier, newTypeParameterConstraintClause)
30254
Return New TypeParameterSingleConstraintClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAsKeyword, newConstraint)
30273
Return New TypeParameterMultipleConstraintClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAsKeyword, newOpenBraceToken, newConstraints.Node, newCloseBraceToken)
30286
Return New SpecialConstraintSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newConstraintKeyword)
30299
Return New TypeConstraintSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newType)
30316
Return New EnumMemberDeclarationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newIdentifier, newInitializer)
30333
Return New MethodBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSubOrFunctionStatement, newStatements.Node, newEndSubOrFunctionStatement)
30350
Return New ConstructorBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSubNewStatement, newStatements.Node, newEndSubStatement)
30367
Return New OperatorBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOperatorStatement, newStatements.Node, newEndOperatorStatement)
30384
Return New AccessorBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAccessorStatement, newStatements.Node, newEndAccessorStatement)
30401
Return New PropertyBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newPropertyStatement, newAccessors.Node, newEndPropertyStatement)
30418
Return New EventBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEventStatement, newAccessors.Node, newEndEventStatement)
30435
Return New ParameterListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newParameters.Node, newCloseParenToken)
30464
Return New MethodStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newSubOrFunctionKeyword, newIdentifier, newTypeParameterList, newParameterList, newAsClause, newHandlesClause, newImplementsClause)
30485
Return New SubNewStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newSubKeyword, newNewKeyword, newParameterList)
30520
Return New DeclareStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newDeclareKeyword, newCharsetKeyword, newSubOrFunctionKeyword, newIdentifier, newLibKeyword, newLibraryName, newAliasKeyword, newAliasName, newParameterList, newAsClause)
30547
Return New DelegateStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newDelegateKeyword, newSubOrFunctionKeyword, newIdentifier, newTypeParameterList, newParameterList, newAsClause)
30574
Return New EventStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newCustomKeyword, newEventKeyword, newIdentifier, newParameterList, newAsClause, newImplementsClause)
30597
Return New OperatorStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newOperatorKeyword, newOperatorToken, newParameterList, newAsClause)
30624
Return New PropertyStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newPropertyKeyword, newIdentifier, newParameterList, newAsClause, newInitializer, newImplementsClause)
30643
Return New AccessorStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newAccessorKeyword, newParameterList)
30658
Return New ImplementsClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newImplementsKeyword, newInterfaceMembers.Node)
30673
Return New HandlesClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHandlesKeyword, newEvents.Node)
30686
Return New KeywordEventContainerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
30699
Return New WithEventsEventContainerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier)
30716
Return New WithEventsPropertyEventContainerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWithEventsContainer, newDotToken, newProperty)
30733
Return New HandlesClauseItemSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEventContainer, newDotToken, newEventMember)
30750
Return New IncompleteMemberSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newMissingIdentifier)
30767
Return New FieldDeclarationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newDeclarators.Node)
30784
Return New VariableDeclaratorSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNames.Node, newAsClause, newInitializer)
30801
Return New SimpleAsClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAsKeyword, newAttributeLists.Node, newType)
30816
Return New AsNewClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAsKeyword, newNewExpression)
30835
Return New ObjectMemberInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWithKeyword, newOpenBraceToken, newInitializers.Node, newCloseBraceToken)
30850
Return New ObjectCollectionInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFromKeyword, newInitializer)
30865
Return New InferredFieldInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyKeyword, newExpression)
30886
Return New NamedFieldInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyKeyword, newDotToken, newName, newEqualsToken, newExpression)
30901
Return New EqualsValueSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEqualsToken, newValue)
30922
Return New ParameterSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newIdentifier, newAsClause, newDefault)
30941
Return New ModifiedIdentifierSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newNullable, newArrayBounds, newArrayRankSpecifiers.Node)
30958
Return New ArrayRankSpecifierSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newCommaTokens.Node, newCloseParenToken)
30975
Return New AttributeListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newAttributes.Node, newGreaterThanToken)
30992
Return New AttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTarget, newName, newArgumentList)
31007
Return New AttributeTargetSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeModifier, newColonToken)
31020
Return New AttributesStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node)
31033
Return New ExpressionStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression)
31048
Return New PrintStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newQuestionToken, newExpression)
31065
Return New WhileBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhileStatement, newStatements.Node, newEndWhileStatement)
31082
Return New UsingBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newUsingStatement, newStatements.Node, newEndUsingStatement)
31099
Return New SyncLockBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSyncLockStatement, newStatements.Node, newEndSyncLockStatement)
31116
Return New WithBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWithStatement, newStatements.Node, newEndWithStatement)
31131
Return New LocalDeclarationStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newModifiers.Node, newDeclarators.Node)
31146
Return New LabelStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLabelToken, newColonToken)
31161
Return New GoToStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGoToKeyword, newLabel)
31174
Return New LabelSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLabelToken)
31187
Return New StopOrEndStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStopOrEndKeyword)
31202
Return New ExitStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExitKeyword, newBlockKeyword)
31217
Return New ContinueStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newContinueKeyword, newBlockKeyword)
31232
Return New ReturnStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newReturnKeyword, newExpression)
31253
Return New SingleLineIfStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfKeyword, newCondition, newThenKeyword, newStatements.Node, newElseClause)
31268
Return New SingleLineElseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseKeyword, newStatements.Node)
31289
Return New MultiLineIfBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfStatement, newStatements.Node, newElseIfBlocks.Node, newElseBlock, newEndIfStatement)
31306
Return New IfStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfKeyword, newCondition, newThenKeyword)
31321
Return New ElseIfBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseIfStatement, newStatements.Node)
31338
Return New ElseIfStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseIfKeyword, newCondition, newThenKeyword)
31353
Return New ElseBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseStatement, newStatements.Node)
31366
Return New ElseStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseKeyword)
31387
Return New TryBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTryStatement, newStatements.Node, newCatchBlocks.Node, newFinallyBlock, newEndTryStatement)
31400
Return New TryStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTryKeyword)
31415
Return New CatchBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCatchStatement, newStatements.Node)
31434
Return New CatchStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCatchKeyword, newIdentifierName, newAsClause, newWhenClause)
31449
Return New CatchFilterClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhenKeyword, newFilter)
31464
Return New FinallyBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFinallyStatement, newStatements.Node)
31477
Return New FinallyStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFinallyKeyword)
31492
Return New ErrorStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newErrorKeyword, newErrorNumber)
31513
Return New OnErrorGoToStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOnKeyword, newErrorKeyword, newGoToKeyword, newMinus, newLabel)
31532
Return New OnErrorResumeNextStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOnKeyword, newErrorKeyword, newResumeKeyword, newNextKeyword)
31547
Return New ResumeStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newResumeKeyword, newLabel)
31564
Return New SelectBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSelectStatement, newCaseBlocks.Node, newEndSelectStatement)
31581
Return New SelectStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSelectKeyword, newCaseKeyword, newExpression)
31596
Return New CaseBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCaseStatement, newStatements.Node)
31611
Return New CaseStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCaseKeyword, newCases.Node)
31624
Return New ElseCaseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseKeyword)
31637
Return New SimpleCaseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newValue)
31654
Return New RangeCaseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLowerBound, newToKeyword, newUpperBound)
31671
Return New RelationalCaseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIsKeyword, newOperatorToken, newValue)
31686
Return New SyncLockStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSyncLockKeyword, newExpression)
31703
Return New DoLoopBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDoStatement, newStatements.Node, newLoopStatement)
31718
Return New DoStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDoKeyword, newWhileOrUntilClause)
31733
Return New LoopStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLoopKeyword, newWhileOrUntilClause)
31748
Return New WhileOrUntilClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhileOrUntilKeyword, newCondition)
31763
Return New WhileStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhileKeyword, newCondition)
31780
Return New ForBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newForStatement, newStatements.Node, newNextStatement)
31797
Return New ForEachBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newForEachStatement, newStatements.Node, newNextStatement)
31822
Return New ForStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newForKeyword, newControlVariable, newEqualsToken, newFromValue, newToKeyword, newToValue, newStepClause)
31837
Return New ForStepClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStepKeyword, newStepValue)
31858
Return New ForEachStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newForKeyword, newEachKeyword, newControlVariable, newInKeyword, newExpression)
31873
Return New NextStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNextKeyword, newControlVariables.Node)
31890
Return New UsingStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newUsingKeyword, newExpression, newVariables.Node)
31905
Return New ThrowStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newThrowKeyword, newExpression)
31922
Return New AssignmentStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newOperatorToken, newRight)
31937
Return New MidExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newMid, newArgumentList)
31952
Return New CallStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCallKeyword, newInvocation)
31971
Return New AddRemoveHandlerStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAddHandlerOrRemoveHandlerKeyword, newEventExpression, newCommaToken, newDelegateExpression)
31988
Return New RaiseEventStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newRaiseEventKeyword, newName, newArgumentList)
32003
Return New WithStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWithKeyword, newExpression)
32020
Return New ReDimStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newReDimKeyword, newPreserveKeyword, newClauses.Node)
32035
Return New RedimClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newArrayBounds)
32050
Return New EraseStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEraseKeyword, newExpressions.Node)
32063
Return New LiteralExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newToken)
32080
Return New ParenthesizedExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newExpression, newCloseParenToken)
32097
Return New TupleExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newArguments.Node, newCloseParenToken)
32114
Return New TupleTypeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newElements.Node, newCloseParenToken)
32127
Return New TypedTupleElementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newType)
32142
Return New NamedTupleElementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newAsClause)
32155
Return New MeExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
32168
Return New MyBaseExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
32181
Return New MyClassExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
32200
Return New GetTypeExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGetTypeKeyword, newOpenParenToken, newType, newCloseParenToken)
32219
Return New TypeOfExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTypeOfKeyword, newExpression, newOperatorToken, newType)
32238
Return New GetXmlNamespaceExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGetXmlNamespaceKeyword, newOpenParenToken, newName, newCloseParenToken)
32255
Return New MemberAccessExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newOperatorToken, newName)
32276
Return New XmlMemberAccessExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newBase, newToken1, newToken2, newToken3, newName)
32291
Return New InvocationExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newArgumentList)
32312
Return New ObjectCreationExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNewKeyword, newAttributeLists.Node, newType, newArgumentList, newInitializer)
32329
Return New AnonymousObjectCreationExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNewKeyword, newAttributeLists.Node, newInitializer)
32352
Return New ArrayCreationExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNewKeyword, newAttributeLists.Node, newType, newArrayBounds, newRankSpecifiers.Node, newInitializer)
32369
Return New CollectionInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenBraceToken, newInitializers.Node, newCloseBraceToken)
32392
Return New CTypeExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword, newOpenParenToken, newExpression, newCommaToken, newType, newCloseParenToken)
32415
Return New DirectCastExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword, newOpenParenToken, newExpression, newCommaToken, newType, newCloseParenToken)
32438
Return New TryCastExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword, newOpenParenToken, newExpression, newCommaToken, newType, newCloseParenToken)
32457
Return New PredefinedCastExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword, newOpenParenToken, newExpression, newCloseParenToken)
32474
Return New BinaryExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newOperatorToken, newRight)
32489
Return New UnaryExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOperatorToken, newOperand)
32512
Return New BinaryConditionalExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfKeyword, newOpenParenToken, newFirstExpression, newCommaToken, newSecondExpression, newCloseParenToken)
32539
Return New TernaryConditionalExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfKeyword, newOpenParenToken, newCondition, newFirstCommaToken, newWhenTrue, newSecondCommaToken, newWhenFalse, newCloseParenToken)
32554
Return New SingleLineLambdaExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSubOrFunctionHeader, newBody)
32571
Return New MultiLineLambdaExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSubOrFunctionHeader, newStatements.Node, newEndSubOrFunctionStatement)
32592
Return New LambdaHeaderSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newSubOrFunctionKeyword, newParameterList, newAsClause)
32609
Return New ArgumentListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newArguments.Node, newCloseParenToken)
32622
Return New OmittedArgumentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEmpty)
32637
Return New SimpleArgumentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNameColonEquals, newExpression)
32652
Return New NameColonEqualsSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newColonEqualsToken)
32669
Return New RangeArgumentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLowerBound, newToKeyword, newUpperBound)
32682
Return New QueryExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newClauses.Node)
32701
Return New CollectionRangeVariableSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newAsClause, newInKeyword, newExpression)
32716
Return New ExpressionRangeVariableSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNameEquals, newExpression)
32731
Return New AggregationRangeVariableSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNameEquals, newAggregation)
32748
Return New VariableNameEqualsSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newAsClause, newEqualsToken)
32767
Return New FunctionAggregationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFunctionName, newOpenParenToken, newArgument, newCloseParenToken)
32780
Return New GroupAggregationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGroupKeyword)
32795
Return New FromClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFromKeyword, newVariables.Node)
32810
Return New LetClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLetKeyword, newVariables.Node)
32831
Return New AggregateClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAggregateKeyword, newVariables.Node, newAdditionalQueryOperators.Node, newIntoKeyword, newAggregationVariables.Node)
32844
Return New DistinctClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDistinctKeyword)
32859
Return New WhereClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhereKeyword, newCondition)
32876
Return New PartitionWhileClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSkipOrTakeKeyword, newWhileKeyword, newCondition)
32891
Return New PartitionClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSkipOrTakeKeyword, newCount)
32914
Return New GroupByClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGroupKeyword, newItems.Node, newByKeyword, newKeys.Node, newIntoKeyword, newAggregationVariables.Node)
32931
Return New JoinConditionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newEqualsKeyword, newRight)
32952
Return New SimpleJoinClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newJoinKeyword, newJoinedVariables.Node, newAdditionalJoins.Node, newOnKeyword, newJoinConditions.Node)
32979
Return New GroupJoinClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGroupKeyword, newJoinKeyword, newJoinedVariables.Node, newAdditionalJoins.Node, newOnKeyword, newJoinConditions.Node, newIntoKeyword, newAggregationVariables.Node)
32996
Return New OrderByClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOrderKeyword, newByKeyword, newOrderings.Node)
33011
Return New OrderingSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newAscendingOrDescendingKeyword)
33026
Return New SelectClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSelectKeyword, newVariables.Node)
33045
Return New XmlDocumentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDeclaration, newPrecedingMisc.Node, newRoot, newFollowingMisc.Node)
33068
Return New XmlDeclarationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanQuestionToken, newXmlKeyword, newVersion, newEncoding, newStandalone, newQuestionGreaterThanToken)
33085
Return New XmlDeclarationOptionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newEquals, newValue)
33102
Return New XmlElementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStartTag, newContent.Node, newEndTag)
33115
Return New XmlTextSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTextTokens.Node)
33134
Return New XmlElementStartTagSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newName, newAttributes.Node, newGreaterThanToken)
33151
Return New XmlElementEndTagSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanSlashToken, newName, newGreaterThanToken)
33170
Return New XmlEmptyElementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newName, newAttributes.Node, newSlashGreaterThanToken)
33187
Return New XmlAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newEqualsToken, newValue)
33204
Return New XmlStringSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStartQuoteToken, newTextTokens.Node, newEndQuoteToken)
33217
Return New XmlPrefixNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName)
33232
Return New XmlNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newPrefix, newLocalName)
33249
Return New XmlBracketedNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newName, newGreaterThanToken)
33264
Return New XmlPrefixSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newColonToken)
33281
Return New XmlCommentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanExclamationMinusMinusToken, newTextTokens.Node, newMinusMinusGreaterThanToken)
33300
Return New XmlProcessingInstructionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanQuestionToken, newName, newTextTokens.Node, newQuestionGreaterThanToken)
33317
Return New XmlCDataSectionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newBeginCDataToken, newTextTokens.Node, newEndCDataToken)
33334
Return New XmlEmbeddedExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanPercentEqualsToken, newExpression, newPercentGreaterThanToken)
33349
Return New ArrayTypeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElementType, newRankSpecifiers.Node)
33364
Return New NullableTypeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElementType, newQuestionMarkToken)
33377
Return New PredefinedTypeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
33390
Return New IdentifierNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier)
33405
Return New GenericNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newTypeArgumentList)
33422
Return New QualifiedNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newDotToken, newRight)
33435
Return New GlobalNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGlobalKeyword)
33454
Return New TypeArgumentListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newOfKeyword, newArguments.Node, newCloseParenToken)
33471
Return New CrefReferenceSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newSignature, newAsClause)
33488
Return New CrefSignatureSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newArgumentTypes.Node, newCloseParenToken)
33503
Return New CrefSignaturePartSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newModifier, newType)
33518
Return New CrefOperatorReferenceSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOperatorKeyword, newOperatorToken)
33535
Return New QualifiedCrefOperatorReferenceSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newDotToken, newRight)
33550
Return New YieldStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newYieldKeyword, newExpression)
33565
Return New AwaitExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAwaitKeyword, newExpression)
33578
Return New SkippedTokensTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTokens.Node)
33591
Return New DocumentationCommentTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newContent.Node)
33612
Return New XmlCrefAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newEqualsToken, newStartQuoteToken, newReference, newEndQuoteToken)
33633
Return New XmlNameAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newEqualsToken, newStartQuoteToken, newReference, newEndQuoteToken)
33650
Return New ConditionalAccessExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newQuestionMarkToken, newWhenNotNull)
33669
Return New NameOfExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNameOfKeyword, newOpenParenToken, newArgument, newCloseParenToken)
33686
Return New InterpolatedStringExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDollarSignDoubleQuoteToken, newContents.Node, newDoubleQuoteToken)
33699
Return New InterpolatedStringTextSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTextToken)
33720
Return New InterpolationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenBraceToken, newExpression, newAlignmentClause, newFormatClause, newCloseBraceToken)
33735
Return New InterpolationAlignmentClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCommaToken, newValue)
33750
Return New InterpolationFormatClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newColonToken, newFormatStringToken)
33771
Return New ConstDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newConstKeyword, newName, newEqualsToken, newValue)
33792
Return New IfDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newElseKeyword, newIfOrElseIfKeyword, newCondition, newThenKeyword)
33807
Return New ElseDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newElseKeyword)
33824
Return New EndIfDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEndKeyword, newIfKeyword)
33841
Return New RegionDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newRegionKeyword, newName)
33858
Return New EndRegionDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEndKeyword, newRegionKeyword)
33883
Return New ExternalSourceDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newExternalSourceKeyword, newOpenParenToken, newExternalSource, newCommaToken, newLineStart, newCloseParenToken)
33900
Return New EndExternalSourceDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEndKeyword, newExternalSourceKeyword)
33929
Return New ExternalChecksumDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newExternalChecksumKeyword, newOpenParenToken, newExternalSource, newFirstCommaToken, newGuid, newSecondCommaToken, newChecksum, newCloseParenToken)
33948
Return New EnableWarningDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEnableKeyword, newWarningKeyword, newErrorCodes.Node)
33967
Return New DisableWarningDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newDisableKeyword, newWarningKeyword, newErrorCodes.Node)
33984
Return New ReferenceDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newReferenceKeyword, newFile)
33997
Return New BadDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken)
34020
Debug.Assert(empty IsNot Nothing AndAlso empty.
Kind
= SyntaxKind.EmptyToken)
34050
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34051
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.IfKeyword)
34081
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34082
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.UsingKeyword)
34112
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34113
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WithKeyword)
34143
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34144
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SelectKeyword)
34174
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34175
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.StructureKeyword)
34205
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34206
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.EnumKeyword)
34236
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34237
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.InterfaceKeyword)
34267
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34268
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ClassKeyword)
34298
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34299
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ModuleKeyword)
34329
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34330
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.NamespaceKeyword)
34360
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34361
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SubKeyword)
34391
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34392
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.FunctionKeyword)
34422
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34423
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.GetKeyword)
34453
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34454
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SetKeyword)
34484
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34485
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.PropertyKeyword)
34515
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34516
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.OperatorKeyword)
34546
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34547
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.EventKeyword)
34577
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34578
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
34608
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34609
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
34639
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34640
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
34670
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34671
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
34701
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34702
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.TryKeyword)
34732
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34733
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SyncLockKeyword)
34774
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
34775
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsEndBlockStatementBlockKeyword(blockKeyword.
Kind
))
34815
Debug.Assert(endOfFileToken IsNot Nothing AndAlso endOfFileToken.
Kind
= SyntaxKind.EndOfFileToken)
34835
Debug.Assert(optionKeyword IsNot Nothing AndAlso optionKeyword.
Kind
= SyntaxKind.OptionKeyword)
34836
Debug.Assert(nameKeyword IsNot Nothing AndAlso SyntaxFacts.IsOptionStatementNameKeyword(nameKeyword.
Kind
))
34864
Debug.Assert(importsKeyword IsNot Nothing AndAlso importsKeyword.
Kind
= SyntaxKind.ImportsKeyword)
34919
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
34920
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
34944
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
34946
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
35005
Debug.Assert(namespaceKeyword IsNot Nothing AndAlso namespaceKeyword.
Kind
= SyntaxKind.NamespaceKeyword)
35169
Debug.Assert(inheritsKeyword IsNot Nothing AndAlso inheritsKeyword.
Kind
= SyntaxKind.InheritsKeyword)
35196
Debug.Assert(implementsKeyword IsNot Nothing AndAlso implementsKeyword.
Kind
= SyntaxKind.ImplementsKeyword)
35236
Debug.Assert(moduleKeyword IsNot Nothing AndAlso moduleKeyword.
Kind
= SyntaxKind.ModuleKeyword)
35237
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
35265
Debug.Assert(structureKeyword IsNot Nothing AndAlso structureKeyword.
Kind
= SyntaxKind.StructureKeyword)
35266
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
35294
Debug.Assert(interfaceKeyword IsNot Nothing AndAlso interfaceKeyword.
Kind
= SyntaxKind.InterfaceKeyword)
35295
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
35323
Debug.Assert(classKeyword IsNot Nothing AndAlso classKeyword.
Kind
= SyntaxKind.ClassKeyword)
35324
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
35352
Debug.Assert(enumKeyword IsNot Nothing AndAlso enumKeyword.
Kind
= SyntaxKind.EnumKeyword)
35353
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
35375
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
35376
Debug.Assert(ofKeyword IsNot Nothing AndAlso ofKeyword.
Kind
= SyntaxKind.OfKeyword)
35377
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
35397
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
35427
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
35463
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
35464
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
35465
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
35480
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
35507
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
35534
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
35567
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
35615
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36094
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
36095
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
36154
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
36155
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36202
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
36203
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36255
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsMethodStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
36256
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36287
Debug.Assert(subKeyword IsNot Nothing AndAlso subKeyword.
Kind
= SyntaxKind.SubKeyword)
36288
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
36340
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
36341
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
36342
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36343
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
36396
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
36397
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
36398
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36399
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
36457
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
36458
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsDeclareStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
36459
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36460
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
36501
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
36502
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
36503
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36543
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
36544
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
36545
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36591
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
36592
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsDelegateStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
36593
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36635
Debug.Assert(eventKeyword IsNot Nothing AndAlso eventKeyword.
Kind
= SyntaxKind.EventKeyword)
36636
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36672
Debug.Assert(operatorKeyword IsNot Nothing AndAlso operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
36673
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsOperatorStatementOperatorToken(operatorToken.
Kind
))
36717
Debug.Assert(propertyKeyword IsNot Nothing AndAlso propertyKeyword.
Kind
= SyntaxKind.PropertyKeyword)
36718
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
36748
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.GetKeyword)
36778
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.SetKeyword)
36808
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
36838
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
36868
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
36905
Debug.Assert(accessorKeyword IsNot Nothing AndAlso SyntaxFacts.IsAccessorStatementAccessorKeyword(accessorKeyword.
Kind
))
36921
Debug.Assert(implementsKeyword IsNot Nothing AndAlso implementsKeyword.
Kind
= SyntaxKind.ImplementsKeyword)
36949
Debug.Assert(handlesKeyword IsNot Nothing AndAlso handlesKeyword.
Kind
= SyntaxKind.HandlesKeyword)
36975
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsKeywordEventContainerKeyword(keyword.
Kind
))
37000
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
37032
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
37066
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
37202
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
37233
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
37267
Debug.Assert(withKeyword IsNot Nothing AndAlso withKeyword.
Kind
= SyntaxKind.WithKeyword)
37268
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
37269
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
37285
Debug.Assert(fromKeyword IsNot Nothing AndAlso fromKeyword.
Kind
= SyntaxKind.FromKeyword)
37351
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
37353
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
37370
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
37434
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
37453
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
37454
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
37484
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
37485
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
37533
Debug.Assert(attributeModifier IsNot Nothing AndAlso SyntaxFacts.IsAttributeTargetAttributeModifier(attributeModifier.
Kind
))
37534
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
37611
Debug.Assert(questionToken IsNot Nothing AndAlso questionToken.
Kind
= SyntaxKind.QuestionToken)
37799
Debug.Assert(labelToken IsNot Nothing AndAlso SyntaxFacts.IsLabelStatementLabelToken(labelToken.
Kind
))
37800
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
37828
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
37855
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.IdentifierToken)
37881
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.IntegerLiteralToken)
37907
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.NextKeyword)
37938
Debug.Assert(labelToken IsNot Nothing AndAlso SyntaxFacts.IsLabelLabelToken(labelToken.
Kind
))
37963
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
37988
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
38018
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
38046
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38047
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.DoKeyword)
38075
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38076
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ForKeyword)
38104
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38105
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SubKeyword)
38133
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38134
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.FunctionKeyword)
38162
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38163
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.OperatorKeyword)
38191
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38192
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.PropertyKeyword)
38220
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38221
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.TryKeyword)
38249
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38250
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SelectKeyword)
38278
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38279
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
38315
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
38316
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsExitStatementBlockKeyword(blockKeyword.
Kind
))
38345
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
38346
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
38375
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
38376
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.DoKeyword)
38405
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
38406
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ForKeyword)
38441
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
38442
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsContinueStatementBlockKeyword(blockKeyword.
Kind
))
38469
Debug.Assert(returnKeyword IsNot Nothing AndAlso returnKeyword.
Kind
= SyntaxKind.ReturnKeyword)
38506
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
38508
Debug.Assert(thenKeyword IsNot Nothing AndAlso thenKeyword.
Kind
= SyntaxKind.ThenKeyword)
38524
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
38583
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
38642
Debug.Assert(elseIfKeyword IsNot Nothing AndAlso elseIfKeyword.
Kind
= SyntaxKind.ElseIfKeyword)
38694
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
38744
Debug.Assert(tryKeyword IsNot Nothing AndAlso tryKeyword.
Kind
= SyntaxKind.TryKeyword)
38806
Debug.Assert(catchKeyword IsNot Nothing AndAlso catchKeyword.
Kind
= SyntaxKind.CatchKeyword)
38821
Debug.Assert(whenKeyword IsNot Nothing AndAlso whenKeyword.
Kind
= SyntaxKind.WhenKeyword)
38873
Debug.Assert(finallyKeyword IsNot Nothing AndAlso finallyKeyword.
Kind
= SyntaxKind.FinallyKeyword)
38900
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
38938
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
38939
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
38940
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
38966
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
38967
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
38968
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
38994
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
38995
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
38996
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
39028
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
39029
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
39030
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
39052
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
39053
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
39054
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
39055
Debug.Assert(nextKeyword IsNot Nothing AndAlso nextKeyword.
Kind
= SyntaxKind.NextKeyword)
39073
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
39103
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
39133
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
39196
Debug.Assert(selectKeyword IsNot Nothing AndAlso selectKeyword.
Kind
= SyntaxKind.SelectKeyword)
39281
Debug.Assert(caseKeyword IsNot Nothing AndAlso caseKeyword.
Kind
= SyntaxKind.CaseKeyword)
39311
Debug.Assert(caseKeyword IsNot Nothing AndAlso caseKeyword.
Kind
= SyntaxKind.CaseKeyword)
39335
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
39390
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
39422
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
39454
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
39486
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanToken)
39518
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanEqualsToken)
39550
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanEqualsToken)
39582
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanToken)
39621
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsRelationalCaseClauseOperatorToken(operatorToken.
Kind
))
39650
Debug.Assert(syncLockKeyword IsNot Nothing AndAlso syncLockKeyword.
Kind
= SyntaxKind.SyncLockKeyword)
39877
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
39905
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
39933
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
39966
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
39994
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
40022
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
40050
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
40084
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
40113
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso whileOrUntilKeyword.
Kind
= SyntaxKind.WhileKeyword)
40143
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso whileOrUntilKeyword.
Kind
= SyntaxKind.UntilKeyword)
40178
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso SyntaxFacts.IsWhileOrUntilClauseWhileOrUntilKeyword(whileOrUntilKeyword.
Kind
))
40207
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
40326
Debug.Assert(forKeyword IsNot Nothing AndAlso forKeyword.
Kind
= SyntaxKind.ForKeyword)
40328
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
40330
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
40346
Debug.Assert(stepKeyword IsNot Nothing AndAlso stepKeyword.
Kind
= SyntaxKind.StepKeyword)
40392
Debug.Assert(forKeyword IsNot Nothing AndAlso forKeyword.
Kind
= SyntaxKind.ForKeyword)
40393
Debug.Assert(eachKeyword IsNot Nothing AndAlso eachKeyword.
Kind
= SyntaxKind.EachKeyword)
40395
Debug.Assert(inKeyword IsNot Nothing AndAlso inKeyword.
Kind
= SyntaxKind.InKeyword)
40414
Debug.Assert(nextKeyword IsNot Nothing AndAlso nextKeyword.
Kind
= SyntaxKind.NextKeyword)
40448
Debug.Assert(usingKeyword IsNot Nothing AndAlso usingKeyword.
Kind
= SyntaxKind.UsingKeyword)
40475
Debug.Assert(throwKeyword IsNot Nothing AndAlso throwKeyword.
Kind
= SyntaxKind.ThrowKeyword)
40508
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
40542
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
40576
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusEqualsToken)
40610
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusEqualsToken)
40644
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AsteriskEqualsToken)
40678
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.SlashEqualsToken)
40712
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.BackslashEqualsToken)
40746
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.CaretEqualsToken)
40780
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanLessThanEqualsToken)
40814
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanGreaterThanEqualsToken)
40848
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AmpersandEqualsToken)
40892
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsAssignmentStatementOperatorToken(operatorToken.
Kind
))
40920
Debug.Assert(mid IsNot Nothing AndAlso mid.
Kind
= SyntaxKind.IdentifierToken)
40949
Debug.Assert(callKeyword IsNot Nothing AndAlso callKeyword.
Kind
= SyntaxKind.CallKeyword)
40984
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso addHandlerOrRemoveHandlerKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
40986
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
41009
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso addHandlerOrRemoveHandlerKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
41011
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
41040
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso SyntaxFacts.IsAddRemoveHandlerStatementAddHandlerOrRemoveHandlerKeyword(addHandlerOrRemoveHandlerKeyword.
Kind
))
41042
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
41061
Debug.Assert(raiseEventKeyword IsNot Nothing AndAlso raiseEventKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
41091
Debug.Assert(withKeyword IsNot Nothing AndAlso withKeyword.
Kind
= SyntaxKind.WithKeyword)
41123
Debug.Assert(reDimKeyword IsNot Nothing AndAlso reDimKeyword.
Kind
= SyntaxKind.ReDimKeyword)
41154
Debug.Assert(reDimKeyword IsNot Nothing AndAlso reDimKeyword.
Kind
= SyntaxKind.ReDimKeyword)
41209
Debug.Assert(eraseKeyword IsNot Nothing AndAlso eraseKeyword.
Kind
= SyntaxKind.EraseKeyword)
41245
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
41281
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
41317
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
41353
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
41389
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
41425
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
41461
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
41504
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
41534
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
41536
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
41566
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
41567
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
41597
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
41598
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
41650
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
41674
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MeKeyword)
41698
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MyBaseKeyword)
41722
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MyClassKeyword)
41755
Debug.Assert(getTypeKeyword IsNot Nothing AndAlso getTypeKeyword.
Kind
= SyntaxKind.GetTypeKeyword)
41756
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
41758
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
41779
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
41781
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsKeyword)
41803
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
41805
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsNotKeyword)
41832
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
41834
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsTypeOfExpressionOperatorToken(operatorToken.
Kind
))
41856
Debug.Assert(getXmlNamespaceKeyword IsNot Nothing AndAlso getXmlNamespaceKeyword.
Kind
= SyntaxKind.GetXmlNamespaceKeyword)
41857
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
41858
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
41877
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.DotToken)
41909
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.ExclamationToken)
41947
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsMemberAccessExpressionOperatorToken(operatorToken.
Kind
))
41986
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
42013
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
42040
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
42073
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
42129
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
42149
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
42191
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
42212
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
42213
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
42249
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.CTypeKeyword)
42250
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
42252
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
42254
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
42278
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.DirectCastKeyword)
42279
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
42281
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
42283
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
42307
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.TryCastKeyword)
42308
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
42310
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
42312
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
42334
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsPredefinedCastExpressionKeyword(keyword.
Kind
))
42335
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
42337
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
42355
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusToken)
42386
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusToken)
42417
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AsteriskToken)
42448
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.SlashToken)
42479
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.BackslashToken)
42510
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.CaretToken)
42541
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanLessThanToken)
42572
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanGreaterThanToken)
42603
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AmpersandToken)
42634
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.ModKeyword)
42665
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
42696
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
42727
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanToken)
42758
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanEqualsToken)
42789
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanEqualsToken)
42820
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanToken)
42851
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsKeyword)
42882
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsNotKeyword)
42913
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LikeKeyword)
42944
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.OrKeyword)
42975
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.XorKeyword)
43006
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AndKeyword)
43037
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.OrElseKeyword)
43068
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AndAlsoKeyword)
43111
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsBinaryExpressionOperatorToken(operatorToken.
Kind
))
43139
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusToken)
43167
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusToken)
43195
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.NotKeyword)
43223
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AddressOfKeyword)
43257
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsUnaryExpressionOperatorToken(operatorToken.
Kind
))
43298
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
43299
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
43301
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
43303
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
43337
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
43338
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
43340
Debug.Assert(firstCommaToken IsNot Nothing AndAlso firstCommaToken.
Kind
= SyntaxKind.CommaToken)
43342
Debug.Assert(secondCommaToken IsNot Nothing AndAlso secondCommaToken.
Kind
= SyntaxKind.CommaToken)
43344
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
43581
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
43611
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
43646
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsLambdaHeaderSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
43665
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
43666
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
43691
Debug.Assert(empty IsNot Nothing AndAlso empty.
Kind
= SyntaxKind.EmptyToken)
43747
Debug.Assert(colonEqualsToken IsNot Nothing AndAlso colonEqualsToken.
Kind
= SyntaxKind.ColonEqualsToken)
43779
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
43841
Debug.Assert(inKeyword IsNot Nothing AndAlso inKeyword.
Kind
= SyntaxKind.InKeyword)
43922
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
43956
Debug.Assert(functionName IsNot Nothing AndAlso functionName.
Kind
= SyntaxKind.IdentifierToken)
43970
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
43999
Debug.Assert(fromKeyword IsNot Nothing AndAlso fromKeyword.
Kind
= SyntaxKind.FromKeyword)
44026
Debug.Assert(letKeyword IsNot Nothing AndAlso letKeyword.
Kind
= SyntaxKind.LetKeyword)
44062
Debug.Assert(aggregateKeyword IsNot Nothing AndAlso aggregateKeyword.
Kind
= SyntaxKind.AggregateKeyword)
44063
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
44075
Debug.Assert(distinctKeyword IsNot Nothing AndAlso distinctKeyword.
Kind
= SyntaxKind.DistinctKeyword)
44102
Debug.Assert(whereKeyword IsNot Nothing AndAlso whereKeyword.
Kind
= SyntaxKind.WhereKeyword)
44134
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.SkipKeyword)
44135
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
44167
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.TakeKeyword)
44168
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
44205
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso SyntaxFacts.IsPartitionWhileClauseSkipOrTakeKeyword(skipOrTakeKeyword.
Kind
))
44206
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
44234
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.SkipKeyword)
44262
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.TakeKeyword)
44295
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso SyntaxFacts.IsPartitionClauseSkipOrTakeKeyword(skipOrTakeKeyword.
Kind
))
44333
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
44334
Debug.Assert(byKeyword IsNot Nothing AndAlso byKeyword.
Kind
= SyntaxKind.ByKeyword)
44335
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
44354
Debug.Assert(equalsKeyword IsNot Nothing AndAlso equalsKeyword.
Kind
= SyntaxKind.EqualsKeyword)
44392
Debug.Assert(joinKeyword IsNot Nothing AndAlso joinKeyword.
Kind
= SyntaxKind.JoinKeyword)
44393
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
44427
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
44428
Debug.Assert(joinKeyword IsNot Nothing AndAlso joinKeyword.
Kind
= SyntaxKind.JoinKeyword)
44429
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
44430
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
44448
Debug.Assert(orderKeyword IsNot Nothing AndAlso orderKeyword.
Kind
= SyntaxKind.OrderKeyword)
44449
Debug.Assert(byKeyword IsNot Nothing AndAlso byKeyword.
Kind
= SyntaxKind.ByKeyword)
44569
Debug.Assert(selectKeyword IsNot Nothing AndAlso selectKeyword.
Kind
= SyntaxKind.SelectKeyword)
44600
Debug.Assert(lessThanQuestionToken IsNot Nothing AndAlso lessThanQuestionToken.
Kind
= SyntaxKind.LessThanQuestionToken)
44601
Debug.Assert(xmlKeyword IsNot Nothing AndAlso xmlKeyword.
Kind
= SyntaxKind.XmlKeyword)
44603
Debug.Assert(questionGreaterThanToken IsNot Nothing AndAlso questionGreaterThanToken.
Kind
= SyntaxKind.QuestionGreaterThanToken)
44613
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
44614
Debug.Assert(equals IsNot Nothing AndAlso equals.
Kind
= SyntaxKind.EqualsToken)
44682
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
44684
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
44693
Debug.Assert(lessThanSlashToken IsNot Nothing AndAlso lessThanSlashToken.
Kind
= SyntaxKind.LessThanSlashToken)
44694
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
44715
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
44717
Debug.Assert(slashGreaterThanToken IsNot Nothing AndAlso slashGreaterThanToken.
Kind
= SyntaxKind.SlashGreaterThanToken)
44727
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
44750
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlStringStartQuoteToken(startQuoteToken.
Kind
))
44751
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlStringEndQuoteToken(endQuoteToken.
Kind
))
44772
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
44795
Debug.Assert(localName IsNot Nothing AndAlso localName.
Kind
= SyntaxKind.XmlNameToken)
44818
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
44820
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
44841
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
44842
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
44864
Debug.Assert(lessThanExclamationMinusMinusToken IsNot Nothing AndAlso lessThanExclamationMinusMinusToken.
Kind
= SyntaxKind.LessThanExclamationMinusMinusToken)
44865
Debug.Assert(minusMinusGreaterThanToken IsNot Nothing AndAlso minusMinusGreaterThanToken.
Kind
= SyntaxKind.MinusMinusGreaterThanToken)
44887
Debug.Assert(lessThanQuestionToken IsNot Nothing AndAlso lessThanQuestionToken.
Kind
= SyntaxKind.LessThanQuestionToken)
44888
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
44889
Debug.Assert(questionGreaterThanToken IsNot Nothing AndAlso questionGreaterThanToken.
Kind
= SyntaxKind.QuestionGreaterThanToken)
44898
Debug.Assert(beginCDataToken IsNot Nothing AndAlso beginCDataToken.
Kind
= SyntaxKind.BeginCDataToken)
44899
Debug.Assert(endCDataToken IsNot Nothing AndAlso endCDataToken.
Kind
= SyntaxKind.EndCDataToken)
44921
Debug.Assert(lessThanPercentEqualsToken IsNot Nothing AndAlso lessThanPercentEqualsToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken)
44923
Debug.Assert(percentGreaterThanToken IsNot Nothing AndAlso percentGreaterThanToken.
Kind
= SyntaxKind.PercentGreaterThanToken)
44980
Debug.Assert(questionMarkToken IsNot Nothing AndAlso questionMarkToken.
Kind
= SyntaxKind.QuestionToken)
45005
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsPredefinedTypeKeyword(keyword.
Kind
))
45030
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
45058
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
45092
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
45117
Debug.Assert(globalKeyword IsNot Nothing AndAlso globalKeyword.
Kind
= SyntaxKind.GlobalKeyword)
45150
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
45151
Debug.Assert(ofKeyword IsNot Nothing AndAlso ofKeyword.
Kind
= SyntaxKind.OfKeyword)
45152
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
45184
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
45185
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
45220
Debug.Assert(operatorKeyword IsNot Nothing AndAlso operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
45221
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsCrefOperatorReferenceOperatorToken(operatorToken.
Kind
))
45240
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
45268
Debug.Assert(yieldKeyword IsNot Nothing AndAlso yieldKeyword.
Kind
= SyntaxKind.YieldKeyword)
45296
Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.
Kind
= SyntaxKind.AwaitKeyword)
45476
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
45477
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlCrefAttributeStartQuoteToken(startQuoteToken.
Kind
))
45479
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlCrefAttributeEndQuoteToken(endQuoteToken.
Kind
))
45491
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
45492
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlNameAttributeStartQuoteToken(startQuoteToken.
Kind
))
45494
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlNameAttributeEndQuoteToken(endQuoteToken.
Kind
))
45513
Debug.Assert(questionMarkToken IsNot Nothing AndAlso questionMarkToken.
Kind
= SyntaxKind.QuestionToken)
45547
Debug.Assert(nameOfKeyword IsNot Nothing AndAlso nameOfKeyword.
Kind
= SyntaxKind.NameOfKeyword)
45548
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
45550
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
45568
Debug.Assert(dollarSignDoubleQuoteToken IsNot Nothing AndAlso dollarSignDoubleQuoteToken.
Kind
= SyntaxKind.DollarSignDoubleQuoteToken)
45569
Debug.Assert(doubleQuoteToken IsNot Nothing AndAlso doubleQuoteToken.
Kind
= SyntaxKind.DoubleQuoteToken)
45593
Debug.Assert(textToken IsNot Nothing AndAlso textToken.
Kind
= SyntaxKind.InterpolatedStringTextToken)
45631
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
45633
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
45649
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
45678
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
45679
Debug.Assert(formatStringToken IsNot Nothing AndAlso formatStringToken.
Kind
= SyntaxKind.InterpolatedStringTextToken)
45849
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45850
Debug.Assert(constKeyword IsNot Nothing AndAlso constKeyword.
Kind
= SyntaxKind.ConstKeyword)
45851
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.IdentifierToken)
45852
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
45866
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45867
Debug.Assert(ifOrElseIfKeyword IsNot Nothing AndAlso SyntaxFacts.IsIfDirectiveTriviaIfOrElseIfKeyword(ifOrElseIfKeyword.
Kind
))
45881
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45882
Debug.Assert(ifOrElseIfKeyword IsNot Nothing AndAlso SyntaxFacts.IsIfDirectiveTriviaIfOrElseIfKeyword(ifOrElseIfKeyword.
Kind
))
45895
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45896
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
45908
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45909
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
45910
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
45928
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45929
Debug.Assert(regionKeyword IsNot Nothing AndAlso regionKeyword.
Kind
= SyntaxKind.RegionKeyword)
45930
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.StringLiteralToken)
45948
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45949
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
45950
Debug.Assert(regionKeyword IsNot Nothing AndAlso regionKeyword.
Kind
= SyntaxKind.RegionKeyword)
45963
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45964
Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.
Kind
= SyntaxKind.ExternalSourceKeyword)
45965
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
45966
Debug.Assert(externalSource IsNot Nothing AndAlso externalSource.
Kind
= SyntaxKind.StringLiteralToken)
45967
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
45968
Debug.Assert(lineStart IsNot Nothing AndAlso lineStart.
Kind
= SyntaxKind.IntegerLiteralToken)
45969
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
45981
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45982
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
45983
Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.
Kind
= SyntaxKind.ExternalSourceKeyword)
45995
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
45996
Debug.Assert(externalChecksumKeyword IsNot Nothing AndAlso externalChecksumKeyword.
Kind
= SyntaxKind.ExternalChecksumKeyword)
45997
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
45998
Debug.Assert(externalSource IsNot Nothing AndAlso externalSource.
Kind
= SyntaxKind.StringLiteralToken)
45999
Debug.Assert(firstCommaToken IsNot Nothing AndAlso firstCommaToken.
Kind
= SyntaxKind.CommaToken)
46000
Debug.Assert(guid IsNot Nothing AndAlso guid.
Kind
= SyntaxKind.StringLiteralToken)
46001
Debug.Assert(secondCommaToken IsNot Nothing AndAlso secondCommaToken.
Kind
= SyntaxKind.CommaToken)
46002
Debug.Assert(checksum IsNot Nothing AndAlso checksum.
Kind
= SyntaxKind.StringLiteralToken)
46003
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
46015
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
46016
Debug.Assert(enableKeyword IsNot Nothing AndAlso enableKeyword.
Kind
= SyntaxKind.EnableKeyword)
46017
Debug.Assert(warningKeyword IsNot Nothing AndAlso warningKeyword.
Kind
= SyntaxKind.WarningKeyword)
46029
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
46030
Debug.Assert(disableKeyword IsNot Nothing AndAlso disableKeyword.
Kind
= SyntaxKind.DisableKeyword)
46031
Debug.Assert(warningKeyword IsNot Nothing AndAlso warningKeyword.
Kind
= SyntaxKind.WarningKeyword)
46043
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
46044
Debug.Assert(referenceKeyword IsNot Nothing AndAlso referenceKeyword.
Kind
= SyntaxKind.ReferenceKeyword)
46045
Debug.Assert(file IsNot Nothing AndAlso file.
Kind
= SyntaxKind.StringLiteralToken)
46060
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
46086
Debug.Assert(empty IsNot Nothing AndAlso empty.
Kind
= SyntaxKind.EmptyToken)
46116
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46117
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.IfKeyword)
46147
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46148
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.UsingKeyword)
46178
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46179
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WithKeyword)
46209
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46210
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SelectKeyword)
46240
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46241
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.StructureKeyword)
46271
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46272
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.EnumKeyword)
46302
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46303
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.InterfaceKeyword)
46333
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46334
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ClassKeyword)
46364
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46365
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ModuleKeyword)
46395
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46396
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.NamespaceKeyword)
46426
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46427
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SubKeyword)
46457
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46458
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.FunctionKeyword)
46488
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46489
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.GetKeyword)
46519
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46520
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SetKeyword)
46550
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46551
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.PropertyKeyword)
46581
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46582
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.OperatorKeyword)
46612
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46613
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.EventKeyword)
46643
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46644
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
46674
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46675
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
46705
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46706
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
46736
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46737
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
46767
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46768
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.TryKeyword)
46798
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46799
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SyncLockKeyword)
46840
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
46841
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsEndBlockStatementBlockKeyword(blockKeyword.
Kind
))
46881
Debug.Assert(endOfFileToken IsNot Nothing AndAlso endOfFileToken.
Kind
= SyntaxKind.EndOfFileToken)
46901
Debug.Assert(optionKeyword IsNot Nothing AndAlso optionKeyword.
Kind
= SyntaxKind.OptionKeyword)
46902
Debug.Assert(nameKeyword IsNot Nothing AndAlso SyntaxFacts.IsOptionStatementNameKeyword(nameKeyword.
Kind
))
46930
Debug.Assert(importsKeyword IsNot Nothing AndAlso importsKeyword.
Kind
= SyntaxKind.ImportsKeyword)
46985
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
46986
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
47010
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
47012
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
47071
Debug.Assert(namespaceKeyword IsNot Nothing AndAlso namespaceKeyword.
Kind
= SyntaxKind.NamespaceKeyword)
47235
Debug.Assert(inheritsKeyword IsNot Nothing AndAlso inheritsKeyword.
Kind
= SyntaxKind.InheritsKeyword)
47262
Debug.Assert(implementsKeyword IsNot Nothing AndAlso implementsKeyword.
Kind
= SyntaxKind.ImplementsKeyword)
47302
Debug.Assert(moduleKeyword IsNot Nothing AndAlso moduleKeyword.
Kind
= SyntaxKind.ModuleKeyword)
47303
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
47331
Debug.Assert(structureKeyword IsNot Nothing AndAlso structureKeyword.
Kind
= SyntaxKind.StructureKeyword)
47332
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
47360
Debug.Assert(interfaceKeyword IsNot Nothing AndAlso interfaceKeyword.
Kind
= SyntaxKind.InterfaceKeyword)
47361
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
47389
Debug.Assert(classKeyword IsNot Nothing AndAlso classKeyword.
Kind
= SyntaxKind.ClassKeyword)
47390
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
47418
Debug.Assert(enumKeyword IsNot Nothing AndAlso enumKeyword.
Kind
= SyntaxKind.EnumKeyword)
47419
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
47441
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
47442
Debug.Assert(ofKeyword IsNot Nothing AndAlso ofKeyword.
Kind
= SyntaxKind.OfKeyword)
47443
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
47463
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
47493
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
47529
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
47530
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
47531
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
47546
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
47573
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
47600
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
47633
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
47681
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48160
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
48161
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
48220
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
48221
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48268
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
48269
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48321
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsMethodStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
48322
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48353
Debug.Assert(subKeyword IsNot Nothing AndAlso subKeyword.
Kind
= SyntaxKind.SubKeyword)
48354
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
48406
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
48407
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
48408
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48409
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
48462
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
48463
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
48464
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48465
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
48523
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
48524
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsDeclareStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
48525
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48526
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
48567
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
48568
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
48569
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48609
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
48610
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
48611
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48657
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
48658
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsDelegateStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
48659
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48701
Debug.Assert(eventKeyword IsNot Nothing AndAlso eventKeyword.
Kind
= SyntaxKind.EventKeyword)
48702
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48738
Debug.Assert(operatorKeyword IsNot Nothing AndAlso operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
48739
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsOperatorStatementOperatorToken(operatorToken.
Kind
))
48783
Debug.Assert(propertyKeyword IsNot Nothing AndAlso propertyKeyword.
Kind
= SyntaxKind.PropertyKeyword)
48784
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
48814
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.GetKeyword)
48844
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.SetKeyword)
48874
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
48904
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
48934
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
48971
Debug.Assert(accessorKeyword IsNot Nothing AndAlso SyntaxFacts.IsAccessorStatementAccessorKeyword(accessorKeyword.
Kind
))
48987
Debug.Assert(implementsKeyword IsNot Nothing AndAlso implementsKeyword.
Kind
= SyntaxKind.ImplementsKeyword)
49015
Debug.Assert(handlesKeyword IsNot Nothing AndAlso handlesKeyword.
Kind
= SyntaxKind.HandlesKeyword)
49041
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsKeywordEventContainerKeyword(keyword.
Kind
))
49066
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
49098
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
49132
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
49268
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
49299
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
49333
Debug.Assert(withKeyword IsNot Nothing AndAlso withKeyword.
Kind
= SyntaxKind.WithKeyword)
49334
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
49335
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
49351
Debug.Assert(fromKeyword IsNot Nothing AndAlso fromKeyword.
Kind
= SyntaxKind.FromKeyword)
49417
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
49419
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
49436
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
49500
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
49519
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
49520
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
49550
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
49551
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
49599
Debug.Assert(attributeModifier IsNot Nothing AndAlso SyntaxFacts.IsAttributeTargetAttributeModifier(attributeModifier.
Kind
))
49600
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
49677
Debug.Assert(questionToken IsNot Nothing AndAlso questionToken.
Kind
= SyntaxKind.QuestionToken)
49865
Debug.Assert(labelToken IsNot Nothing AndAlso SyntaxFacts.IsLabelStatementLabelToken(labelToken.
Kind
))
49866
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
49894
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
49921
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.IdentifierToken)
49947
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.IntegerLiteralToken)
49973
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.NextKeyword)
50004
Debug.Assert(labelToken IsNot Nothing AndAlso SyntaxFacts.IsLabelLabelToken(labelToken.
Kind
))
50029
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
50054
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
50084
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
50112
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50113
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.DoKeyword)
50141
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50142
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ForKeyword)
50170
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50171
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SubKeyword)
50199
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50200
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.FunctionKeyword)
50228
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50229
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.OperatorKeyword)
50257
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50258
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.PropertyKeyword)
50286
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50287
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.TryKeyword)
50315
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50316
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SelectKeyword)
50344
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50345
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
50381
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
50382
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsExitStatementBlockKeyword(blockKeyword.
Kind
))
50411
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
50412
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
50441
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
50442
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.DoKeyword)
50471
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
50472
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ForKeyword)
50507
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
50508
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsContinueStatementBlockKeyword(blockKeyword.
Kind
))
50535
Debug.Assert(returnKeyword IsNot Nothing AndAlso returnKeyword.
Kind
= SyntaxKind.ReturnKeyword)
50572
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
50574
Debug.Assert(thenKeyword IsNot Nothing AndAlso thenKeyword.
Kind
= SyntaxKind.ThenKeyword)
50590
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
50649
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
50708
Debug.Assert(elseIfKeyword IsNot Nothing AndAlso elseIfKeyword.
Kind
= SyntaxKind.ElseIfKeyword)
50760
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
50810
Debug.Assert(tryKeyword IsNot Nothing AndAlso tryKeyword.
Kind
= SyntaxKind.TryKeyword)
50872
Debug.Assert(catchKeyword IsNot Nothing AndAlso catchKeyword.
Kind
= SyntaxKind.CatchKeyword)
50887
Debug.Assert(whenKeyword IsNot Nothing AndAlso whenKeyword.
Kind
= SyntaxKind.WhenKeyword)
50939
Debug.Assert(finallyKeyword IsNot Nothing AndAlso finallyKeyword.
Kind
= SyntaxKind.FinallyKeyword)
50966
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
51004
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
51005
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
51006
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
51032
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
51033
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
51034
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
51060
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
51061
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
51062
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
51094
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
51095
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
51096
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
51118
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
51119
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
51120
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
51121
Debug.Assert(nextKeyword IsNot Nothing AndAlso nextKeyword.
Kind
= SyntaxKind.NextKeyword)
51139
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
51169
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
51199
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
51262
Debug.Assert(selectKeyword IsNot Nothing AndAlso selectKeyword.
Kind
= SyntaxKind.SelectKeyword)
51347
Debug.Assert(caseKeyword IsNot Nothing AndAlso caseKeyword.
Kind
= SyntaxKind.CaseKeyword)
51377
Debug.Assert(caseKeyword IsNot Nothing AndAlso caseKeyword.
Kind
= SyntaxKind.CaseKeyword)
51401
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
51456
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
51488
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
51520
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
51552
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanToken)
51584
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanEqualsToken)
51616
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanEqualsToken)
51648
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanToken)
51687
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsRelationalCaseClauseOperatorToken(operatorToken.
Kind
))
51716
Debug.Assert(syncLockKeyword IsNot Nothing AndAlso syncLockKeyword.
Kind
= SyntaxKind.SyncLockKeyword)
51943
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
51971
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
51999
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
52032
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
52060
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
52088
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
52116
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
52150
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
52179
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso whileOrUntilKeyword.
Kind
= SyntaxKind.WhileKeyword)
52209
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso whileOrUntilKeyword.
Kind
= SyntaxKind.UntilKeyword)
52244
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso SyntaxFacts.IsWhileOrUntilClauseWhileOrUntilKeyword(whileOrUntilKeyword.
Kind
))
52273
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
52392
Debug.Assert(forKeyword IsNot Nothing AndAlso forKeyword.
Kind
= SyntaxKind.ForKeyword)
52394
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
52396
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
52412
Debug.Assert(stepKeyword IsNot Nothing AndAlso stepKeyword.
Kind
= SyntaxKind.StepKeyword)
52458
Debug.Assert(forKeyword IsNot Nothing AndAlso forKeyword.
Kind
= SyntaxKind.ForKeyword)
52459
Debug.Assert(eachKeyword IsNot Nothing AndAlso eachKeyword.
Kind
= SyntaxKind.EachKeyword)
52461
Debug.Assert(inKeyword IsNot Nothing AndAlso inKeyword.
Kind
= SyntaxKind.InKeyword)
52480
Debug.Assert(nextKeyword IsNot Nothing AndAlso nextKeyword.
Kind
= SyntaxKind.NextKeyword)
52514
Debug.Assert(usingKeyword IsNot Nothing AndAlso usingKeyword.
Kind
= SyntaxKind.UsingKeyword)
52541
Debug.Assert(throwKeyword IsNot Nothing AndAlso throwKeyword.
Kind
= SyntaxKind.ThrowKeyword)
52574
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
52608
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
52642
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusEqualsToken)
52676
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusEqualsToken)
52710
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AsteriskEqualsToken)
52744
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.SlashEqualsToken)
52778
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.BackslashEqualsToken)
52812
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.CaretEqualsToken)
52846
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanLessThanEqualsToken)
52880
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanGreaterThanEqualsToken)
52914
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AmpersandEqualsToken)
52958
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsAssignmentStatementOperatorToken(operatorToken.
Kind
))
52986
Debug.Assert(mid IsNot Nothing AndAlso mid.
Kind
= SyntaxKind.IdentifierToken)
53015
Debug.Assert(callKeyword IsNot Nothing AndAlso callKeyword.
Kind
= SyntaxKind.CallKeyword)
53050
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso addHandlerOrRemoveHandlerKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
53052
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
53075
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso addHandlerOrRemoveHandlerKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
53077
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
53106
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso SyntaxFacts.IsAddRemoveHandlerStatementAddHandlerOrRemoveHandlerKeyword(addHandlerOrRemoveHandlerKeyword.
Kind
))
53108
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
53127
Debug.Assert(raiseEventKeyword IsNot Nothing AndAlso raiseEventKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
53157
Debug.Assert(withKeyword IsNot Nothing AndAlso withKeyword.
Kind
= SyntaxKind.WithKeyword)
53189
Debug.Assert(reDimKeyword IsNot Nothing AndAlso reDimKeyword.
Kind
= SyntaxKind.ReDimKeyword)
53220
Debug.Assert(reDimKeyword IsNot Nothing AndAlso reDimKeyword.
Kind
= SyntaxKind.ReDimKeyword)
53275
Debug.Assert(eraseKeyword IsNot Nothing AndAlso eraseKeyword.
Kind
= SyntaxKind.EraseKeyword)
53311
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
53347
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
53383
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
53419
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
53455
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
53491
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
53527
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
53570
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
53600
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53602
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53632
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53633
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53663
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53664
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53716
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
53740
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MeKeyword)
53764
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MyBaseKeyword)
53788
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MyClassKeyword)
53821
Debug.Assert(getTypeKeyword IsNot Nothing AndAlso getTypeKeyword.
Kind
= SyntaxKind.GetTypeKeyword)
53822
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53824
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53845
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
53847
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsKeyword)
53869
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
53871
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsNotKeyword)
53898
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
53900
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsTypeOfExpressionOperatorToken(operatorToken.
Kind
))
53922
Debug.Assert(getXmlNamespaceKeyword IsNot Nothing AndAlso getXmlNamespaceKeyword.
Kind
= SyntaxKind.GetXmlNamespaceKeyword)
53923
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53924
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53943
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.DotToken)
53975
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.ExclamationToken)
54013
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsMemberAccessExpressionOperatorToken(operatorToken.
Kind
))
54052
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
54079
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
54106
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
54139
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
54195
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
54215
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
54257
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
54278
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
54279
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
54315
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.CTypeKeyword)
54316
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
54318
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
54320
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
54344
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.DirectCastKeyword)
54345
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
54347
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
54349
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
54373
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.TryCastKeyword)
54374
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
54376
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
54378
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
54400
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsPredefinedCastExpressionKeyword(keyword.
Kind
))
54401
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
54403
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
54421
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusToken)
54452
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusToken)
54483
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AsteriskToken)
54514
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.SlashToken)
54545
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.BackslashToken)
54576
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.CaretToken)
54607
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanLessThanToken)
54638
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanGreaterThanToken)
54669
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AmpersandToken)
54700
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.ModKeyword)
54731
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
54762
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
54793
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanToken)
54824
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanEqualsToken)
54855
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanEqualsToken)
54886
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanToken)
54917
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsKeyword)
54948
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsNotKeyword)
54979
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LikeKeyword)
55010
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.OrKeyword)
55041
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.XorKeyword)
55072
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AndKeyword)
55103
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.OrElseKeyword)
55134
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AndAlsoKeyword)
55177
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsBinaryExpressionOperatorToken(operatorToken.
Kind
))
55205
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusToken)
55233
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusToken)
55261
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.NotKeyword)
55289
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AddressOfKeyword)
55323
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsUnaryExpressionOperatorToken(operatorToken.
Kind
))
55364
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
55365
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
55367
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
55369
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
55403
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
55404
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
55406
Debug.Assert(firstCommaToken IsNot Nothing AndAlso firstCommaToken.
Kind
= SyntaxKind.CommaToken)
55408
Debug.Assert(secondCommaToken IsNot Nothing AndAlso secondCommaToken.
Kind
= SyntaxKind.CommaToken)
55410
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
55647
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
55677
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
55712
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsLambdaHeaderSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
55731
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
55732
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
55757
Debug.Assert(empty IsNot Nothing AndAlso empty.
Kind
= SyntaxKind.EmptyToken)
55813
Debug.Assert(colonEqualsToken IsNot Nothing AndAlso colonEqualsToken.
Kind
= SyntaxKind.ColonEqualsToken)
55845
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
55907
Debug.Assert(inKeyword IsNot Nothing AndAlso inKeyword.
Kind
= SyntaxKind.InKeyword)
55988
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
56022
Debug.Assert(functionName IsNot Nothing AndAlso functionName.
Kind
= SyntaxKind.IdentifierToken)
56036
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
56065
Debug.Assert(fromKeyword IsNot Nothing AndAlso fromKeyword.
Kind
= SyntaxKind.FromKeyword)
56092
Debug.Assert(letKeyword IsNot Nothing AndAlso letKeyword.
Kind
= SyntaxKind.LetKeyword)
56128
Debug.Assert(aggregateKeyword IsNot Nothing AndAlso aggregateKeyword.
Kind
= SyntaxKind.AggregateKeyword)
56129
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
56141
Debug.Assert(distinctKeyword IsNot Nothing AndAlso distinctKeyword.
Kind
= SyntaxKind.DistinctKeyword)
56168
Debug.Assert(whereKeyword IsNot Nothing AndAlso whereKeyword.
Kind
= SyntaxKind.WhereKeyword)
56200
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.SkipKeyword)
56201
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
56233
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.TakeKeyword)
56234
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
56271
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso SyntaxFacts.IsPartitionWhileClauseSkipOrTakeKeyword(skipOrTakeKeyword.
Kind
))
56272
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
56300
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.SkipKeyword)
56328
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.TakeKeyword)
56361
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso SyntaxFacts.IsPartitionClauseSkipOrTakeKeyword(skipOrTakeKeyword.
Kind
))
56399
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
56400
Debug.Assert(byKeyword IsNot Nothing AndAlso byKeyword.
Kind
= SyntaxKind.ByKeyword)
56401
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
56420
Debug.Assert(equalsKeyword IsNot Nothing AndAlso equalsKeyword.
Kind
= SyntaxKind.EqualsKeyword)
56458
Debug.Assert(joinKeyword IsNot Nothing AndAlso joinKeyword.
Kind
= SyntaxKind.JoinKeyword)
56459
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
56493
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
56494
Debug.Assert(joinKeyword IsNot Nothing AndAlso joinKeyword.
Kind
= SyntaxKind.JoinKeyword)
56495
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
56496
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
56514
Debug.Assert(orderKeyword IsNot Nothing AndAlso orderKeyword.
Kind
= SyntaxKind.OrderKeyword)
56515
Debug.Assert(byKeyword IsNot Nothing AndAlso byKeyword.
Kind
= SyntaxKind.ByKeyword)
56635
Debug.Assert(selectKeyword IsNot Nothing AndAlso selectKeyword.
Kind
= SyntaxKind.SelectKeyword)
56666
Debug.Assert(lessThanQuestionToken IsNot Nothing AndAlso lessThanQuestionToken.
Kind
= SyntaxKind.LessThanQuestionToken)
56667
Debug.Assert(xmlKeyword IsNot Nothing AndAlso xmlKeyword.
Kind
= SyntaxKind.XmlKeyword)
56669
Debug.Assert(questionGreaterThanToken IsNot Nothing AndAlso questionGreaterThanToken.
Kind
= SyntaxKind.QuestionGreaterThanToken)
56679
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
56680
Debug.Assert(equals IsNot Nothing AndAlso equals.
Kind
= SyntaxKind.EqualsToken)
56748
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
56750
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
56759
Debug.Assert(lessThanSlashToken IsNot Nothing AndAlso lessThanSlashToken.
Kind
= SyntaxKind.LessThanSlashToken)
56760
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
56781
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
56783
Debug.Assert(slashGreaterThanToken IsNot Nothing AndAlso slashGreaterThanToken.
Kind
= SyntaxKind.SlashGreaterThanToken)
56793
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
56816
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlStringStartQuoteToken(startQuoteToken.
Kind
))
56817
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlStringEndQuoteToken(endQuoteToken.
Kind
))
56838
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
56861
Debug.Assert(localName IsNot Nothing AndAlso localName.
Kind
= SyntaxKind.XmlNameToken)
56884
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
56886
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
56907
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
56908
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
56930
Debug.Assert(lessThanExclamationMinusMinusToken IsNot Nothing AndAlso lessThanExclamationMinusMinusToken.
Kind
= SyntaxKind.LessThanExclamationMinusMinusToken)
56931
Debug.Assert(minusMinusGreaterThanToken IsNot Nothing AndAlso minusMinusGreaterThanToken.
Kind
= SyntaxKind.MinusMinusGreaterThanToken)
56953
Debug.Assert(lessThanQuestionToken IsNot Nothing AndAlso lessThanQuestionToken.
Kind
= SyntaxKind.LessThanQuestionToken)
56954
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
56955
Debug.Assert(questionGreaterThanToken IsNot Nothing AndAlso questionGreaterThanToken.
Kind
= SyntaxKind.QuestionGreaterThanToken)
56964
Debug.Assert(beginCDataToken IsNot Nothing AndAlso beginCDataToken.
Kind
= SyntaxKind.BeginCDataToken)
56965
Debug.Assert(endCDataToken IsNot Nothing AndAlso endCDataToken.
Kind
= SyntaxKind.EndCDataToken)
56987
Debug.Assert(lessThanPercentEqualsToken IsNot Nothing AndAlso lessThanPercentEqualsToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken)
56989
Debug.Assert(percentGreaterThanToken IsNot Nothing AndAlso percentGreaterThanToken.
Kind
= SyntaxKind.PercentGreaterThanToken)
57046
Debug.Assert(questionMarkToken IsNot Nothing AndAlso questionMarkToken.
Kind
= SyntaxKind.QuestionToken)
57071
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsPredefinedTypeKeyword(keyword.
Kind
))
57096
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
57124
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
57158
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
57183
Debug.Assert(globalKeyword IsNot Nothing AndAlso globalKeyword.
Kind
= SyntaxKind.GlobalKeyword)
57216
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
57217
Debug.Assert(ofKeyword IsNot Nothing AndAlso ofKeyword.
Kind
= SyntaxKind.OfKeyword)
57218
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
57250
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
57251
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
57286
Debug.Assert(operatorKeyword IsNot Nothing AndAlso operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
57287
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsCrefOperatorReferenceOperatorToken(operatorToken.
Kind
))
57306
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
57334
Debug.Assert(yieldKeyword IsNot Nothing AndAlso yieldKeyword.
Kind
= SyntaxKind.YieldKeyword)
57362
Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.
Kind
= SyntaxKind.AwaitKeyword)
57542
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
57543
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlCrefAttributeStartQuoteToken(startQuoteToken.
Kind
))
57545
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlCrefAttributeEndQuoteToken(endQuoteToken.
Kind
))
57557
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
57558
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlNameAttributeStartQuoteToken(startQuoteToken.
Kind
))
57560
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlNameAttributeEndQuoteToken(endQuoteToken.
Kind
))
57579
Debug.Assert(questionMarkToken IsNot Nothing AndAlso questionMarkToken.
Kind
= SyntaxKind.QuestionToken)
57613
Debug.Assert(nameOfKeyword IsNot Nothing AndAlso nameOfKeyword.
Kind
= SyntaxKind.NameOfKeyword)
57614
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
57616
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
57634
Debug.Assert(dollarSignDoubleQuoteToken IsNot Nothing AndAlso dollarSignDoubleQuoteToken.
Kind
= SyntaxKind.DollarSignDoubleQuoteToken)
57635
Debug.Assert(doubleQuoteToken IsNot Nothing AndAlso doubleQuoteToken.
Kind
= SyntaxKind.DoubleQuoteToken)
57659
Debug.Assert(textToken IsNot Nothing AndAlso textToken.
Kind
= SyntaxKind.InterpolatedStringTextToken)
57697
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
57699
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
57715
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
57744
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
57745
Debug.Assert(formatStringToken IsNot Nothing AndAlso formatStringToken.
Kind
= SyntaxKind.InterpolatedStringTextToken)
57915
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
57916
Debug.Assert(constKeyword IsNot Nothing AndAlso constKeyword.
Kind
= SyntaxKind.ConstKeyword)
57917
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.IdentifierToken)
57918
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
57932
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
57933
Debug.Assert(ifOrElseIfKeyword IsNot Nothing AndAlso SyntaxFacts.IsIfDirectiveTriviaIfOrElseIfKeyword(ifOrElseIfKeyword.
Kind
))
57947
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
57948
Debug.Assert(ifOrElseIfKeyword IsNot Nothing AndAlso SyntaxFacts.IsIfDirectiveTriviaIfOrElseIfKeyword(ifOrElseIfKeyword.
Kind
))
57961
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
57962
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
57974
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
57975
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
57976
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
57994
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
57995
Debug.Assert(regionKeyword IsNot Nothing AndAlso regionKeyword.
Kind
= SyntaxKind.RegionKeyword)
57996
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.StringLiteralToken)
58014
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
58015
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
58016
Debug.Assert(regionKeyword IsNot Nothing AndAlso regionKeyword.
Kind
= SyntaxKind.RegionKeyword)
58029
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
58030
Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.
Kind
= SyntaxKind.ExternalSourceKeyword)
58031
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
58032
Debug.Assert(externalSource IsNot Nothing AndAlso externalSource.
Kind
= SyntaxKind.StringLiteralToken)
58033
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
58034
Debug.Assert(lineStart IsNot Nothing AndAlso lineStart.
Kind
= SyntaxKind.IntegerLiteralToken)
58035
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
58047
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
58048
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
58049
Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.
Kind
= SyntaxKind.ExternalSourceKeyword)
58061
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
58062
Debug.Assert(externalChecksumKeyword IsNot Nothing AndAlso externalChecksumKeyword.
Kind
= SyntaxKind.ExternalChecksumKeyword)
58063
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
58064
Debug.Assert(externalSource IsNot Nothing AndAlso externalSource.
Kind
= SyntaxKind.StringLiteralToken)
58065
Debug.Assert(firstCommaToken IsNot Nothing AndAlso firstCommaToken.
Kind
= SyntaxKind.CommaToken)
58066
Debug.Assert(guid IsNot Nothing AndAlso guid.
Kind
= SyntaxKind.StringLiteralToken)
58067
Debug.Assert(secondCommaToken IsNot Nothing AndAlso secondCommaToken.
Kind
= SyntaxKind.CommaToken)
58068
Debug.Assert(checksum IsNot Nothing AndAlso checksum.
Kind
= SyntaxKind.StringLiteralToken)
58069
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
58081
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
58082
Debug.Assert(enableKeyword IsNot Nothing AndAlso enableKeyword.
Kind
= SyntaxKind.EnableKeyword)
58083
Debug.Assert(warningKeyword IsNot Nothing AndAlso warningKeyword.
Kind
= SyntaxKind.WarningKeyword)
58095
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
58096
Debug.Assert(disableKeyword IsNot Nothing AndAlso disableKeyword.
Kind
= SyntaxKind.DisableKeyword)
58097
Debug.Assert(warningKeyword IsNot Nothing AndAlso warningKeyword.
Kind
= SyntaxKind.WarningKeyword)
58109
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
58110
Debug.Assert(referenceKeyword IsNot Nothing AndAlso referenceKeyword.
Kind
= SyntaxKind.ReferenceKeyword)
58111
Debug.Assert(file IsNot Nothing AndAlso file.
Kind
= SyntaxKind.StringLiteralToken)
58126
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
Parser\BlockContexts\BlockContext.vb (6)
233
statement.
Kind
= SyntaxKind.EmptyStatement AndAlso
361
Dim kind As SyntaxKind = node.
Kind
430
Select Case node.
Kind
439
If ifStmt.ThenKeyword IsNot Nothing AndAlso Not SyntaxFacts.IsTerminator(Parser.CurrentToken.
Kind
) Then
510
Add(Parser.ReportSyntaxError(node, If(node.
Kind
= SyntaxKind.CatchStatement, ERRID.ERR_CatchNoMatchingTry, ERRID.ERR_FinallyNoMatchingTry)))
542
Select Case node.
Kind
Parser\BlockContexts\CaseBlockContext.vb (4)
20
Debug.Assert((contextKind = SyntaxKind.CaseBlock AndAlso statement.
Kind
= SyntaxKind.CaseStatement) OrElse
21
(contextKind = SyntaxKind.CaseElseBlock AndAlso statement.
Kind
= SyntaxKind.CaseElseStatement))
26
Select Case node.
Kind
42
Select Case node.
Kind
Parser\BlockContexts\CatchPartContext.vb (3)
20
Debug.Assert(statement.
Kind
= SyntaxKind.CatchStatement)
26
Select Case node.
Kind
38
Select Case node.
Kind
Parser\BlockContexts\CompilationUnitContext.vb (7)
43
If node.
Kind
= SyntaxKind.OptionStatement Then
51
If node.
Kind
= SyntaxKind.ImportsStatement Then
59
If node.
Kind
= SyntaxKind.AttributesStatement Then
98
Debug.Assert(optionalTerminator Is Nothing OrElse optionalTerminator.
Kind
= SyntaxKind.EndOfFileToken)
460
If original.
Kind
= SyntaxKind.RegionDirectiveTrivia Then
463
Debug.Assert(original.
Kind
= SyntaxKind.EndRegionDirectiveTrivia)
482
Select Case containingBlock.
Kind
Parser\BlockContexts\DeclarationContext.vb (6)
26
Dim kind As SyntaxKind = node.
Kind
182
If beginStatement IsNot Nothing AndAlso beginStatement.
Kind
= SyntaxKind.InterfaceStatement Then
237
If Not SyntaxFacts.IsEndBlockLoopOrNextStatement(node.
Kind
) Then
253
If KindEndsBlock(node.
Kind
) Then
257
Select Case node.
Kind
365
Dim stmtKind = statement.
Kind
Parser\BlockContexts\DoLoopBlockContext.vb (4)
42
whileUntilClause = SyntaxFactory.WhileOrUntilClause(whileUntilClause.
Kind
, DirectCast(keyword, KeywordSyntax), whileUntilClause.Condition)
48
loopStmt = SyntaxFactory.LoopStatement(loopStmt.
Kind
, loopStmt.LoopKeyword, whileUntilClause)
53
kind = If(loopStmt.
Kind
= SyntaxKind.LoopWhileStatement, SyntaxKind.DoLoopWhileBlock, SyntaxKind.DoLoopUntilBlock)
55
kind = If(doStmt.
Kind
= SyntaxKind.DoWhileStatement, SyntaxKind.DoWhileLoopBlock, SyntaxKind.DoUntilLoopBlock)
Parser\BlockContexts\EnumDeclarationBlockContext.vb (2)
35
Select Case node.
Kind
55
Select Case node.
Kind
Parser\BlockContexts\EventBlockContext.vb (3)
24
Select Case node.
Kind
57
If KindEndsBlock(node.
Kind
) Then
61
Select Case node.
Kind
Parser\BlockContexts\ExecutableStatementContext.vb (4)
26
If Parser.IsDeclarationStatement(node.
Kind
) Then
56
Select Case node.
Kind
91
Select Case node.
Kind
208
Dim kind = Parser.CurrentToken.
Kind
Parser\BlockContexts\FinallyPartBlock.vb (3)
20
Debug.Assert(statement.
Kind
= SyntaxKind.FinallyStatement)
26
Select Case node.
Kind
45
Select Case node.
Kind
Parser\BlockContexts\ForBlockContext.vb (3)
25
MyBase.New(If(statement.
Kind
= SyntaxKind.ForStatement, SyntaxKind.ForBlock, SyntaxKind.ForEachBlock), statement, prevContext)
27
Debug.Assert(statement.
Kind
= SyntaxKind.ForStatement OrElse statement.
Kind
= SyntaxKind.ForEachStatement)
Parser\BlockContexts\IfBlockContext.vb (4)
22
Debug.Assert(statement.
Kind
= SyntaxKind.IfStatement OrElse
23
(statement.
Kind
= SyntaxKind.ElseIfStatement AndAlso PrevBlock.BlockKind = SyntaxKind.SingleLineIfStatement))
30
Select Case node.
Kind
54
Select Case node.
Kind
Parser\BlockContexts\IfPartContext.vb (5)
25
Select Case node.
Kind
39
Select Case node.
Kind
57
If BeginStatement.
Kind
= SyntaxKind.ElseStatement Then
77
If statement.
Kind
= SyntaxKind.ElseStatement Then
78
If Not SyntaxFacts.IsTerminator(Parser.CurrentToken.
Kind
) Then
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (6)
26
Dim kind As SyntaxKind = node.
Kind
31
Select Case node.
Kind
40
Select Case node.
Kind
152
If KindEndsBlock(node.
Kind
) Then
156
Select Case node.
Kind
199
Dim stmtKind = statement.
Kind
Parser\BlockContexts\LambdaContext.vb (3)
16
MyBase.New(If(statement.
Kind
= SyntaxKind.FunctionLambdaHeader, SyntaxKind.MultiLineFunctionLambdaExpression, SyntaxKind.MultiLineSubLambdaExpression), statement, prevContext)
18
Debug.Assert(statement.
Kind
= SyntaxKind.FunctionLambdaHeader OrElse statement.
Kind
= SyntaxKind.SubLambdaHeader)
Parser\BlockContexts\MethodBlockContext.vb (2)
33
trailingTrivia.
Kind
= SyntaxKind.ColonTrivia Then
38
Select Case node.
Kind
Parser\BlockContexts\NamespaceBlockContext.vb (2)
29
Dim kind As SyntaxKind = node.
Kind
52
Select Case node.
Kind
Parser\BlockContexts\PropertyBlockContext.vb (4)
52
Select Case node.
Kind
88
If KindEndsBlock(node.
Kind
) Then
92
Select Case node.
Kind
126
beginBlockStmt = New PropertyStatementSyntax(beginBlockStmt.
Kind
,
Parser\BlockContexts\SelectBlockContext.vb (4)
24
Debug.Assert(statement.
Kind
= SyntaxKind.SelectStatement)
31
Select Case node.
Kind
63
If KindEndsBlock(node.
Kind
) Then
67
Select Case node.
Kind
Parser\BlockContexts\SingleLineElseContext.vb (6)
24
Select Case node.
Kind
32
If ifStmt.ThenKeyword IsNot Nothing AndAlso Not SyntaxFacts.IsTerminator(Parser.CurrentToken.
Kind
) Then
46
Add(Parser.ReportSyntaxError(node, If(node.
Kind
= SyntaxKind.CatchStatement, ERRID.ERR_CatchNoMatchingTry, ERRID.ERR_FinallyNoMatchingTry)))
82
Select Case token.
Kind
99
Throw ExceptionUtilities.UnexpectedValue(token.
Kind
)
105
Select Case token.
Kind
Parser\BlockContexts\SingleLineIfBlockContext.vb (7)
21
Debug.Assert(statement.
Kind
= SyntaxKind.IfStatement)
26
Select Case node.
Kind
32
If ifStmt.ThenKeyword IsNot Nothing AndAlso Not SyntaxFacts.IsTerminator(Parser.CurrentToken.
Kind
) Then
55
Add(Parser.ReportSyntaxError(node, If(node.
Kind
= SyntaxKind.CatchStatement, ERRID.ERR_CatchNoMatchingTry, ERRID.ERR_FinallyNoMatchingTry)))
88
Select Case token.
Kind
101
Throw ExceptionUtilities.UnexpectedValue(token.
Kind
)
107
Select Case token.
Kind
Parser\BlockContexts\SingleLineLambdaContext.vb (6)
17
MyBase.New(If(statement.
Kind
= SyntaxKind.FunctionLambdaHeader, SyntaxKind.SingleLineFunctionLambdaExpression, SyntaxKind.SingleLineSubLambdaExpression), statement, prevContext)
19
Debug.Assert(statement.
Kind
= SyntaxKind.FunctionLambdaHeader OrElse statement.
Kind
= SyntaxKind.SubLambdaHeader)
49
ElseIf header.
Kind
= SyntaxKind.FunctionLambdaHeader AndAlso header.Modifiers.Any(SyntaxKind.IteratorKeyword) Then
72
Select Case token.
Kind
97
Select Case statement.
Kind
Parser\BlockContexts\TryBlockContext.vb (3)
22
Debug.Assert(statement.
Kind
= SyntaxKind.TryStatement)
30
Select Case node.
Kind
52
Select Case node.
Kind
Parser\BlockContexts\TypeBlockContext.vb (3)
35
Select Case node.
Kind
47
Select Case node.
Kind
58
Select Case node.
Kind
Parser\ParseConditional.vb (25)
24
If CurrentToken.
Kind
= SyntaxKind.DateLiteralToken OrElse
25
CurrentToken.
Kind
= SyntaxKind.BadToken Then
33
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.HashToken, "Conditional compilation lines start with '#'.")
41
Select Case CurrentToken.
Kind
113
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ElseKeyword)
118
If CurrentToken.
Kind
<> SyntaxKind.IfKeyword Then
133
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ElseIfKeyword)
140
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IfKeyword OrElse CurrentToken.
Kind
= SyntaxKind.ElseIfKeyword)
152
If CurrentToken.
Kind
= SyntaxKind.ThenKeyword Then
159
If ifKeyword.
Kind
= SyntaxKind.IfKeyword AndAlso elseKeyword Is Nothing Then
169
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EndKeyword)
176
If CurrentToken.
Kind
= SyntaxKind.IfKeyword Then
183
ElseIf CurrentToken.
Kind
= SyntaxKind.IdentifierToken Then
211
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EndIfKeyword)
226
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ConstKeyword)
256
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.RegionKeyword,
270
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.ExternalSourceKeyword,
317
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.ExternalChecksumKeyword,
385
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken,
403
If Not SyntaxFacts.IsTerminator(CurrentToken.
Kind
) Then
416
If SyntaxFacts.IsTerminator(CurrentToken.
Kind
) Then
432
If enableOrDisableKeyword.
Kind
= SyntaxKind.EnableKeyword Then
435
ElseIf enableOrDisableKeyword.
Kind
= SyntaxKind.DisableKeyword Then
449
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.ReferenceKeyword,
Parser\ParseExpression.vb (103)
80
Select Case (startToken.
Kind
)
122
If SyntaxKind.CollectionInitializer <> expression.
Kind
Then 'AndAlso
146
precedence = KeywordTable.TokenOpPrec(CurrentToken.
Kind
)
191
Select Case start.
Kind
198
If keyword.
Kind
= SyntaxKind.FromKeyword OrElse keyword.
Kind
= SyntaxKind.AggregateKeyword Then
205
ElseIf keyword.
Kind
= SyntaxKind.AsyncKeyword OrElse keyword.
Kind
= SyntaxKind.IteratorKeyword Then
209
If nextToken.
Kind
= SyntaxKind.IdentifierToken Then
212
possibleKeyword.
Kind
<> keyword.
Kind
AndAlso
213
(possibleKeyword.
Kind
= SyntaxKind.AsyncKeyword OrElse possibleKeyword.
Kind
= SyntaxKind.IteratorKeyword) Then
218
If nextToken.
Kind
= SyntaxKind.SubKeyword OrElse nextToken.
Kind
= SyntaxKind.FunctionKeyword Then
224
ElseIf Context.IsWithinAsyncMethodOrLambda AndAlso keyword.
Kind
= SyntaxKind.AwaitKeyword Then
243
If CurrentToken.
Kind
<> SyntaxKind.DotToken Then
253
If CurrentToken.
Kind
<> SyntaxKind.DotToken Then
263
If CurrentToken.
Kind
<> SyntaxKind.DotToken Then
415
If start.
Kind
= SyntaxKind.QuestionToken AndAlso CanStartConsequenceExpression(Me.PeekToken(1).
Kind
, qualified:=False) Then
444
If CurrentToken IsNot Nothing AndAlso CurrentToken.
Kind
= SyntaxKind.QuestionToken Then
458
Dim isAfterSingleLineSub As Boolean = term IsNot Nothing AndAlso term.
Kind
= SyntaxKind.SingleLineSubLambdaExpression
460
If [Next].
Kind
= SyntaxKind.DotToken Then
467
ElseIf [Next].
Kind
= SyntaxKind.ExclamationToken Then
474
ElseIf [Next].
Kind
= SyntaxKind.OpenParenToken Then
481
ElseIf [Next].
Kind
= SyntaxKind.QuestionToken AndAlso CanStartConsequenceExpression(Me.PeekToken(1).
Kind
, qualified:=True) Then
490
Select Case CurrentToken.
Kind
528
Select Case arg.
Kind
550
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IfKeyword)
555
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
641
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GetTypeKeyword, "should be at GetType.")
672
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.NameOfKeyword, "should be at NameOf.")
692
Select Case argument.
Kind
733
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GetXmlNamespaceKeyword, "should be at GetXmlNamespace.")
738
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
745
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken Then
772
Debug.Assert(SyntaxFacts.IsPredefinedCastExpressionKeyword(CurrentToken.
Kind
), "ParseCastExpression called with the wrong token.")
793
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.NewKeyword, "must be at a New expression.")
798
If CurrentToken.
Kind
= SyntaxKind.WithKeyword Then
814
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
834
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.OpenParenToken Then
840
ElseIf CurrentToken.
Kind
= SyntaxKind.OpenBraceToken Then
881
If PeekToken(1).
Kind
= SyntaxKind.OpenBraceToken OrElse PeekToken(1).
Kind
= SyntaxKind.StatementTerminatorToken Then
887
If (CurrentToken.
Kind
= SyntaxKind.WithKeyword) Then
897
If CurrentToken.
Kind
= SyntaxKind.WithKeyword Then
901
If (CurrentToken.
Kind
= SyntaxKind.WithKeyword) Then
908
PeekToken(1).
Kind
= SyntaxKind.OpenBraceToken Then
926
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.TypeOfKeyword, "must be at TypeOf.")
942
If current.
Kind
= SyntaxKind.IsKeyword OrElse
943
current.
Kind
= SyntaxKind.IsNotKeyword Then
947
If operatorToken.
Kind
= SyntaxKind.IsNotKeyword Then
960
Dim kind As SyntaxKind = If(operatorToken.
Kind
= SyntaxKind.IsNotKeyword,
1000
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DotToken OrElse
1001
CurrentToken.
Kind
= SyntaxKind.ExclamationToken,
1009
If DotOrBangToken.
Kind
= SyntaxKind.ExclamationToken Then
1015
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso
1016
PrevToken.
Kind
= SyntaxKind.DotToken,
1026
prevPrevToken.
Kind
= SyntaxKind.StatementTerminatorToken) Then
1048
Select Case (CurrentToken.
Kind
)
1063
If PeekNextToken(ScannerState.VB).
Kind
= SyntaxKind.LessThanToken Then
1092
If PeekToken(1).
Kind
= SyntaxKind.DotToken Then
1102
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
1124
If CurrentToken.
Kind
= SyntaxKind.AtToken Then
1225
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
1234
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1235
PeekToken(1).
Kind
= SyntaxKind.ColonEqualsToken) Then
1249
If (CurrentToken.
Kind
= SyntaxKind.CommaToken) Then
1266
While CurrentToken.
Kind
= SyntaxKind.CommaToken
1273
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1274
PeekToken(1).
Kind
= SyntaxKind.ColonEqualsToken) Then
1313
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "should be at tkLParen.")
1319
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
1400
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.IsKeyword()) AndAlso
1401
PeekToken(1).
Kind
= SyntaxKind.ColonEqualsToken Then
1421
ElseIf CurrentToken.
Kind
= SyntaxKind.CommaToken Then
1429
ElseIf CurrentToken.
Kind
= SyntaxKind.CloseParenToken Then
1446
ElseIf CurrentToken.
Kind
= SyntaxKind.CloseParenToken OrElse MustEndStatement(CurrentToken) Then
1457
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
1501
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.IsKeyword()) AndAlso
1502
PeekToken(1).
Kind
= SyntaxKind.ColonEqualsToken Then
1518
If CurrentToken.
Kind
<> SyntaxKind.CommaToken Then
1519
If CurrentToken.
Kind
= SyntaxKind.CloseParenToken OrElse MustEndStatement(CurrentToken) Then
1529
If CurrentToken.
Kind
<> SyntaxKind.CommaToken Then
1538
Debug.Assert(comma.
Kind
= SyntaxKind.CommaToken)
1558
If RedimOrNewParent AndAlso CurrentToken.
Kind
= SyntaxKind.ToKeyword Then
1588
Dim keywordKind As SyntaxKind = keyword.
Kind
1649
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken)
1661
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.FunctionKeyword OrElse
1662
CurrentToken.
Kind
= SyntaxKind.SubKeyword,
1676
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1680
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1703
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
1707
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
1724
If methodKeyword.
Kind
<> SyntaxKind.FunctionKeyword AndAlso asClause IsNot Nothing Then
1729
isMultiLine = isMultiLine OrElse CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken
1735
Return SyntaxFactory.LambdaHeader(If(methodKeyword.
Kind
= SyntaxKind.FunctionKeyword, SyntaxKind.FunctionLambdaHeader, SyntaxKind.SubLambdaHeader),
1756
If header.
Kind
= SyntaxKind.FunctionLambdaHeader AndAlso Not isMultiLine Then
1785
If isMultiLine OrElse CurrentToken.
Kind
= SyntaxKind.ColonToken Then
1801
Dim isDeclaration = IsDeclarationStatement(statement.
Kind
)
1897
Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.
Kind
= SyntaxKind.AwaitKeyword)
Parser\ParseInterpolatedString.vb (22)
18
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DollarSignDoubleQuoteToken, "ParseInterpolatedStringExpression called on the wrong token.")
22
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DollarSignDoubleQuoteToken, "Rescanning $"" failed.")
34
Select Case CurrentToken.
Kind
42
Debug.Assert(CurrentToken.
Kind
<> SyntaxKind.InterpolatedStringTextToken,
101
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenBraceToken, "ParseInterpolatedStringEmbeddedExpression called on the wrong token.")
111
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
120
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
127
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
133
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
139
If CurrentToken.
Kind
= SyntaxKind.MinusToken OrElse
140
CurrentToken.
Kind
= SyntaxKind.PlusToken Then
145
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
154
If CurrentToken.
Kind
= SyntaxKind.IntegerLiteralToken Then
159
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
170
If(signTokenOpt.
Kind
= SyntaxKind.PlusToken, SyntaxKind.UnaryPlusExpression, SyntaxKind.UnaryMinusExpression),
182
If CurrentToken.
Kind
= SyntaxKind.ColonToken AndAlso colonToken IsNot Nothing Then
189
If CurrentToken.
Kind
= SyntaxKind.InterpolatedStringTextToken Then
224
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
232
If CurrentToken.
Kind
= SyntaxKind.CloseBraceToken Then
240
ElseIf CurrentToken.
Kind
= SyntaxKind.EndOfInterpolatedStringToken Then
250
Debug.Assert(CurrentToken.
Kind
<> SyntaxKind.CloseBraceToken)
253
If CurrentToken.
Kind
= SyntaxKind.InterpolatedStringTextToken Then
Parser\ParseQuery.vb (57)
19
If ((CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.IsKeyword()) AndAlso
20
PeekToken(1).
Kind
= SyntaxKind.EqualsToken OrElse
21
(PeekToken(1).
Kind
= SyntaxKind.QuestionToken AndAlso PeekToken(2).
Kind
= SyntaxKind.EqualsToken)) Then
30
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EqualsToken)
66
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
88
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken Then
91
Debug.Assert(PeekToken(1).
Kind
= SyntaxKind.OpenParenToken)
103
If Not aggName.ContainsDiagnostics AndAlso CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
110
If CurrentToken.
Kind
<> SyntaxKind.CloseParenToken Then
146
CurrentToken.
Kind
<> SyntaxKind.DotToken Then
159
If CurrentToken.
Kind
= SyntaxKind.QuestionToken Then
176
If ((CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.IsKeyword()) AndAlso
177
PeekToken(1).
Kind
= SyntaxKind.EqualsToken _
179
(PeekToken(1).
Kind
= SyntaxKind.QuestionToken AndAlso PeekToken(2).
Kind
= SyntaxKind.EqualsToken)) Then
185
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EqualsToken)
194
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.IsKeyword() Then
197
PeekToken(1).
Kind
<> SyntaxKind.OpenParenToken Then
263
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
312
If CurrentToken.
Kind
= SyntaxKind.QuestionToken AndAlso
313
(PeekToken(1).
Kind
= SyntaxKind.InKeyword OrElse
314
PeekToken(1).
Kind
= SyntaxKind.EqualsToken) Then
326
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
333
If CurrentToken.
Kind
= SyntaxKind.InKeyword Then
433
If CurrentToken.
Kind
= SyntaxKind.QuestionToken AndAlso
434
(PeekToken(1).
Kind
= SyntaxKind.InKeyword OrElse
435
PeekToken(1).
Kind
= SyntaxKind.EqualsToken) Then
447
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
454
If CurrentToken.
Kind
= SyntaxKind.InKeyword Then
537
Debug.Assert(contextualKeyword.
Kind
= SyntaxKind.FromKeyword OrElse contextualKeyword.
Kind
= SyntaxKind.AggregateKeyword)
557
If current Is Nothing OrElse (current.
Kind
<> SyntaxKind.IdentifierToken AndAlso Not current.IsKeyword) Then
586
(current.
Kind
= SyntaxKind.IdentifierToken AndAlso
597
If current.
Kind
= SyntaxKind.StatementTerminatorToken Then
600
If current Is Nothing OrElse current.
Kind
<> SyntaxKind.InKeyword Then
603
ElseIf current.
Kind
= SyntaxKind.QuestionToken Then
616
If current.
Kind
<> SyntaxKind.InKeyword AndAlso
617
current.
Kind
<> SyntaxKind.AsKeyword AndAlso
618
(newLineAfterFrom OrElse current.
Kind
<> SyntaxKind.EqualsToken) Then
625
If contextualKeyword.
Kind
= SyntaxKind.FromKeyword Then
629
Debug.Assert(contextualKeyword.
Kind
= SyntaxKind.AggregateKeyword)
786
If CurrentToken.
Kind
= SyntaxKind.QuestionToken AndAlso
787
PeekToken(1).
Kind
= SyntaxKind.InKeyword Then
797
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
866
If CurrentToken.
Kind
<> SyntaxKind.StatementTerminatorToken Then
913
ElseIf CurrentToken.
Kind
= SyntaxKind.AndAlsoKeyword OrElse
914
CurrentToken.
Kind
= SyntaxKind.OrKeyword OrElse
915
CurrentToken.
Kind
= SyntaxKind.OrElseKeyword Then
1046
If Start.
Kind
= SyntaxKind.StatementTerminatorToken Then
1062
Select Case Start.
Kind
1080
Select Case kw.
Kind
1090
If CurrentToken.
Kind
= SyntaxKind.WhileKeyword Then
1104
If CurrentToken.
Kind
= SyntaxKind.WhileKeyword Then
1144
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken Then
1147
Select Case tokenAfterEOL.
Kind
1249
If nextToken.
Kind
= SyntaxKind.CaseKeyword Then
Parser\Parser.vb (249)
100
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "Generic parameter parsing lost!!!")
113
CurrentToken.
Kind
<> SyntaxKind.DotToken AndAlso
175
If CurrentToken.
Kind
= SyntaxKind.GlobalKeyword Then
391
curSyntaxNode.
Kind
= SyntaxKind.DocumentationCommentTrivia Then
444
If lastTrivia.
Kind
= SyntaxKind.EndOfLineTrivia Then
447
ElseIf lastTrivia.
Kind
= SyntaxKind.ColonTrivia Then
457
If curNodeLabel IsNot Nothing AndAlso curNodeLabel.ColonToken.
Kind
= SyntaxKind.ColonToken Then
481
Debug.Assert(terminator.
Kind
= SyntaxKind.EndOfFileToken)
507
While CurrentToken.
Kind
<> SyntaxKind.EndOfFileToken
561
If CurrentToken.
Kind
= SyntaxKind.GreaterThanToken AndAlso
562
PeekToken(1).
Kind
= SyntaxKind.LessThanToken Then
572
ElseIf CurrentToken.
Kind
= SyntaxKind.EqualsToken Then
574
If PeekToken(1).
Kind
= SyntaxKind.GreaterThanToken Then
583
ElseIf PeekToken(1).
Kind
= SyntaxKind.LessThanToken Then
654
Select Case CurrentToken.
Kind
757
Debug.Assert(False, "Unexpected terminator: " & CurrentToken.
Kind
.ToString())
842
Dim possibleDeclarationStart = PeekToken(1).
Kind
909
Select Case CurrentToken.
Kind
944
If PeekToken(1).
Kind
= SyntaxKind.IfKeyword Then
1031
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.LessThanToken Then
1043
Select Case CurrentToken.
Kind
1060
If contextualKind = SyntaxKind.CustomKeyword AndAlso PeekToken(1).
Kind
= SyntaxKind.EventKeyword Then
1100
If PeekToken(1).
Kind
= SyntaxKind.OpenParenToken Then
1104
ElseIf contextualKind = SyntaxKind.CustomKeyword AndAlso PeekToken(1).
Kind
= SyntaxKind.EventKeyword Then ' BeginsEvent
1111
If SyntaxFacts.IsSpecifier(nextToken.
Kind
) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.
Kind
) Then
1179
Debug.Assert(False, "Unexpected terminator: " & CurrentToken.
Kind
.ToString())
1185
If (IsValidStatementTerminator(PeekToken(1)) OrElse PeekToken(1).
Kind
= SyntaxKind.OpenParenToken) AndAlso
1221
If CanStartConsequenceExpression(Me.PeekToken(1).
Kind
, qualified:=False) Then
1245
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EmptyToken)
1269
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.LessThanToken Then
1288
Select Case (CurrentToken.
Kind
)
1299
If keyword.
Kind
= SyntaxKind.CustomKeyword Then
1302
ElseIf keyword.
Kind
= SyntaxKind.TypeKeyword Then
1304
If nextToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1438
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EnumKeyword, "ParseEnumStatement called on the wrong token.")
1447
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1457
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
1563
Select Case (typeKeyword.
Kind
)
1578
Throw ExceptionUtilities.UnexpectedValue(typeKeyword.
Kind
)
1587
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1639
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.NamespaceKeyword, "ParseNamespaceStatement called on the wrong token.")
1677
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EndKeyword, "ParseEndStatement called on wrong token.")
1714
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EndKeyword, "ParseGroupEndStatement called on wrong token.")
1720
Dim endKind = GetEndStatementKindFromKeyword(nextToken.
Kind
)
1739
Select Case PeekToken(i).
Kind
1748
Return GetEndStatementKindFromKeyword(PeekToken(i + 1).
Kind
)
1847
Select Case token.
Kind
1939
Select Case (t.
Kind
)
1986
If possibleKeyword.
Kind
= SyntaxKind.CustomKeyword Then
1989
If nextToken.
Kind
= SyntaxKind.EventKeyword Then
1993
If SyntaxFacts.IsSpecifier(nextToken.
Kind
) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.
Kind
) Then
1998
ElseIf possibleKeyword.
Kind
= SyntaxKind.AsyncKeyword OrElse
1999
possibleKeyword.
Kind
= SyntaxKind.IteratorKeyword Then
2002
If SyntaxFacts.IsSpecifier(nextToken.
Kind
) OrElse
2003
SyntaxFacts.CanStartSpecifierDeclaration(nextToken.
Kind
) Then
2006
t = CheckFeatureAvailability(If(possibleKeyword.
Kind
= SyntaxKind.AsyncKeyword, Feature.AsyncExpressions, Feature.Iterators), t)
2190
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
2197
If CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
2201
If isProperty AndAlso CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
2205
If CurrentToken.
Kind
= SyntaxKind.WithKeyword Then
2214
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
2246
If isProperty AndAlso CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
2289
If CurrentToken.
Kind
= SyntaxKind.WithKeyword Then
2313
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso TryIdentifierAsContextualKeyword(CurrentToken, possibleKeyword) Then
2316
If possibleKeyword.
Kind
= SyntaxKind.FromKeyword Then
2368
If CurrentToken.
Kind
<> SyntaxKind.CloseBraceToken Then
2407
If CurrentToken.
Kind
<> SyntaxKind.CloseBraceToken Then
2432
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.WithKeyword, "ParseObjectInitializerList called with wrong token")
2446
If PeekPastStatementTerminator().
Kind
= SyntaxKind.OpenBraceToken Then
2464
If CurrentToken.
Kind
<> SyntaxKind.CloseBraceToken AndAlso
2465
CurrentToken.
Kind
<> SyntaxKind.StatementTerminatorToken AndAlso
2466
CurrentToken.
Kind
<> SyntaxKind.ColonToken Then
2529
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso PeekToken(1).
Kind
= SyntaxKind.OpenBraceToken Then
2560
If CurrentToken.
Kind
= SyntaxKind.DotToken Then
2566
If SyntaxKind.QuestionToken = CurrentToken.
Kind
Then
2574
If CurrentToken.
Kind
= SyntaxKind.EqualsToken Then
2599
Select Case expression.
Kind
2608
If expression.
Kind
= SyntaxKind.EqualsExpression Then
2610
If binaryExpr.Left.
Kind
= SyntaxKind.IdentifierName Then
2690
customModifierError = SyntaxFacts.IsSpecifier(nextToken.
Kind
) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.
Kind
)
2698
If SyntaxFacts.IsSpecifier(identifierStart.
Kind
) Then
2731
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
2756
If SyntaxFacts.IsPredefinedTypeOrVariant(Token.
Kind
) Then
2760
Select Case (Token.
Kind
)
2801
If SyntaxFacts.IsPredefinedTypeKeyword(Start.
Kind
) Then
2804
Select Case (Start.
Kind
)
2837
If Start.
Kind
= SyntaxKind.NewKeyword AndAlso PeekToken(1).
Kind
= SyntaxKind.IdentifierToken Then
2841
ElseIf Start.
Kind
= SyntaxKind.OpenBraceToken AndAlso prev IsNot Nothing AndAlso prev.
Kind
= SyntaxKind.NewKeyword Then
2871
If SyntaxKind.QuestionToken = CurrentToken.
Kind
Then
2908
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
2910
PeekNextToken().
Kind
= SyntaxKind.AsKeyword) Then
2945
ElseIf CurrentToken.
Kind
= SyntaxKind.CloseParenToken OrElse MustEndStatement(CurrentToken) Then
2956
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
2994
Select Case typeName.
Kind
3037
If _evaluatingConditionCompilationExpression AndAlso Not SyntaxFacts.IsPredefinedTypeOrVariant(start.
Kind
) Then
3056
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
3100
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "Generic arguments parsing lost!!!")
3116
If CurrentToken.
Kind
= SyntaxKind.CommaToken OrElse CurrentToken.
Kind
= SyntaxKind.CloseParenToken Then
3172
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "should be a (.")
3182
Debug.Assert(Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.OpenParenToken)
3185
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
3189
ElseIf CurrentToken.
Kind
<> SyntaxKind.CloseParenToken Then
3211
Loop While CurrentToken.
Kind
= SyntaxKind.OpenParenToken
3229
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "should be a (.")
3244
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
3247
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
3251
ElseIf CurrentToken.
Kind
<> SyntaxKind.CloseParenToken Then
3284
Loop While CurrentToken.
Kind
= SyntaxKind.OpenParenToken
3325
While CurrentToken.
Kind
= kind
3352
ElseIf CurrentToken.
Kind
= SyntaxKind.ToKeyword Then
3393
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GetKeyword OrElse CurrentToken.
Kind
= SyntaxKind.SetKeyword OrElse
3394
CurrentToken.
Kind
= SyntaxKind.AddHandlerKeyword OrElse CurrentToken.
Kind
= SyntaxKind.RemoveHandlerKeyword OrElse CurrentToken.
Kind
= SyntaxKind.RaiseEventKeyword)
3414
If methodKeyword.
Kind
<> SyntaxKind.GetKeyword AndAlso
3415
CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
3425
(methodKeyword.
Kind
= SyntaxKind.AddHandlerKeyword OrElse
3426
methodKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword OrElse
3427
methodKeyword.
Kind
= SyntaxKind.RaiseEventKeyword) Then
3451
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword, "Implements list parsing lost.")
3502
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.HandlesKeyword, "Handles list parsing lost.")
3513
If CurrentToken.
Kind
= SyntaxKind.MyBaseKeyword OrElse
3514
CurrentToken.
Kind
= SyntaxKind.MyClassKeyword OrElse
3515
CurrentToken.
Kind
= SyntaxKind.MeKeyword Then
3520
ElseIf CurrentToken.
Kind
= SyntaxKind.GlobalKeyword Then
3560
If CurrentToken.
Kind
<> SyntaxKind.CommaToken Then
3604
Debug.Assert(subKeyword.
Kind
= SyntaxKind.SubKeyword, "must be at a Sub.")
3630
If CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
3716
If CurrentToken.
Kind
= SyntaxKind.HandlesKeyword Then
3723
ElseIf CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
3734
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
3769
Debug.Assert(functionKeyword.
Kind
= SyntaxKind.FunctionKeyword, "Function parsing lost.")
3826
If CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
3855
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
3859
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
3874
If CurrentToken.
Kind
= SyntaxKind.HandlesKeyword Then
3882
ElseIf CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
3918
Debug.Assert(operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword, "Operator parsing lost.")
3944
Dim operatorKind = operatorToken.
Kind
3977
If CurrentToken.
Kind
<> SyntaxKind.OpenParenToken Then
3983
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
4011
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
4015
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
4038
If CurrentToken.
Kind
= SyntaxKind.HandlesKeyword Then
4043
ElseIf CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
4096
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.PropertyKeyword, "ParsePropertyDefinition called on the wrong token.")
4104
If CurrentToken.
Kind
= SyntaxKind.GetKeyword OrElse
4105
CurrentToken.
Kind
= SyntaxKind.SetKeyword OrElse
4106
CurrentToken.
Kind
= SyntaxKind.LetKeyword Then
4114
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken Then
4136
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
4161
If CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
4172
If CurrentToken.
Kind
<> SyntaxKind.EndOfFileToken Then
4174
If peek.
Kind
<> SyntaxKind.GetKeyword AndAlso peek.
Kind
<> SyntaxKind.SetKeyword Then
4202
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DelegateKeyword, "ParseDelegateStatement called on the wrong token.")
4217
Select Case (CurrentToken.
Kind
)
4275
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
4298
If CurrentToken.
Kind
= SyntaxKind.InKeyword Then
4313
If CurrentToken.
Kind
= SyntaxKind.CloseParenToken OrElse CurrentToken.
Kind
= SyntaxKind.CommaToken OrElse CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
4331
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
4415
If CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
4423
ElseIf CurrentToken.
Kind
= SyntaxKind.ClassKeyword Then
4429
ElseIf CurrentToken.
Kind
= SyntaxKind.StructureKeyword Then
4474
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "Parameter list parsing confused.")
4479
If CurrentToken.
Kind
<> SyntaxKind.CloseParenToken Then
4486
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.LessThanToken Then
4503
If CurrentToken.
Kind
<> SyntaxKind.CloseParenToken AndAlso Not MustEndStatement(CurrentToken) Then
4507
If PeekToken(1).
Kind
= SyntaxKind.CloseParenToken Then
4569
Select Case (CurrentToken.
Kind
)
4697
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ImportsKeyword, "called on wrong token")
4735
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
4744
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken AndAlso
4778
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
4779
PeekToken(1).
Kind
= SyntaxKind.EqualsToken) OrElse
4780
CurrentToken.
Kind
= SyntaxKind.EqualsToken Then
4815
If importsClause.ContainsDiagnostics AndAlso CurrentToken.
Kind
<> SyntaxKind.CommaToken Then
4853
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.InheritsKeyword OrElse CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword,
4883
Select Case (keyword.
Kind
)
4891
Throw ExceptionUtilities.UnexpectedValue(keyword.
Kind
)
4915
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OptionKeyword, "must be at Option.")
4922
Select Case (optionType.
Kind
)
4930
If optionValue.
Kind
= SyntaxKind.TextKeyword Then
4933
ElseIf optionValue.
Kind
= SyntaxKind.BinaryKeyword Then
4954
If CurrentToken.
Kind
= SyntaxKind.OnKeyword Then
4959
optionValue.
Kind
= SyntaxKind.OffKeyword Then
4965
If optionType.
Kind
= SyntaxKind.StrictKeyword Then
4966
If optionValue IsNot Nothing AndAlso optionValue.
Kind
= SyntaxKind.CustomKeyword Then
4972
ElseIf optionType.
Kind
= SyntaxKind.ExplicitKeyword Then
5020
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DeclareKeyword, "ParseProcDeclareStatement called on wrong token. Must be at a Declare.")
5037
Select Case contextualKeyword.
Kind
5048
If CurrentToken.
Kind
= SyntaxKind.SubKeyword Then
5053
ElseIf CurrentToken.
Kind
= SyntaxKind.FunctionKeyword Then
5074
If CurrentToken.
Kind
<> SyntaxKind.LibKeyword Then
5121
If methodKeyword.
Kind
= SyntaxKind.FunctionKeyword AndAlso
5122
CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5129
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.LessThanToken Then
5201
If CurrentToken.
Kind
= SyntaxKind.AliasKeyword Then
5225
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.CustomKeyword, "ParseCustomEventDefinition called on the wrong token.")
5241
If nextToken.
Kind
<> SyntaxKind.EventKeyword Then
5259
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5276
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
5287
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5302
If CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
5332
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EventKeyword, "ParseEventDefinition called on the wrong token.")
5349
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5367
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
5373
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5389
If CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
5402
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
5453
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanToken, "ParseAttributeSpecifier called on the wrong token.")
5487
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
5498
Debug.Assert(current.
Kind
= SyntaxKind.ColonToken)
5529
ElseIf CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
5563
Loop While CurrentToken.
Kind
= SyntaxKind.LessThanToken
5573
If token.
Kind
= SyntaxKind.ModuleKeyword Then
5588
Return SyntaxFacts.GetBinaryExpression(t.
Kind
)
5596
Select Case (t.
Kind
)
5656
Select Case (t.
Kind
)
5708
Dim kind = triviaList(triviaIndex).
Kind
5741
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso
5749
If stmt.
Kind
<> SyntaxKind.BadDirectiveTrivia Then
5772
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ColonToken)
5779
Debug.Assert(SyntaxFacts.IsTerminator(CurrentToken.
Kind
) OrElse CurrentToken.
Kind
= SyntaxKind.EmptyToken)
5781
Select Case CurrentToken.
Kind
5807
Debug.Assert(SyntaxFacts.IsTerminator(CurrentToken.
Kind
))
5829
Select Case nextToken.
Kind
5852
If CurrentToken.
Kind
= kind Then
5900
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso
5922
If CurrentToken.
Kind
= kind Then
5925
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken Then
5946
If CurrentToken.
Kind
= kind Then
6051
If _scanner.TryTokenAsContextualKeyword(t, keyword) AndAlso keyword.
Kind
= kind Then
6071
If token.
Kind
= SyntaxKind.IdentifierToken Then
6079
Return kinds.Contains(token.
Kind
)
6083
If Me.CurrentToken.
Kind
= SyntaxKind.EndOfFileToken Then Return node
6085
While (Me.CurrentToken.
Kind
<> SyntaxKind.EndOfFileToken)
Parser\ParseScan.vb (27)
28
If PeekToken(i).
Kind
= SyntaxKind.StatementTerminatorToken Then
29
If PeekToken(i + 1).
Kind
<> SyntaxKind.EmptyToken Then
39
If t1.
Kind
= SyntaxKind.StatementTerminatorToken Then
41
If t2.
Kind
<> SyntaxKind.EmptyToken Then
68
Return SyntaxFacts.IsTerminator(t.
Kind
)
81
T.
Kind
= SyntaxKind.ElseKeyword
87
CanFollowExpression(nextToken) AndAlso Not nextToken.
Kind
= SyntaxKind.SelectKeyword,
88
IsValidStatementTerminator(nextToken)) OrElse (Context.IsLineIf AndAlso nextToken.
Kind
= SyntaxKind.ElseKeyword)
105
Return CanFollowStatement(t) OrElse t.
Kind
= SyntaxKind.ElseKeyword
118
If t.
Kind
= SyntaxKind.IdentifierToken AndAlso TryIdentifierAsContextualKeyword(t, kind) Then
121
Return KeywordTable.CanFollowExpression(t.
Kind
) OrElse IsValidStatementTerminator(t)
132
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
140
If t.
Kind
= SyntaxKind.OfKeyword Then
153
If SyntaxFacts.IsPredefinedTypeOrVariant(t.
Kind
) Then
154
Select Case PeekToken(2).
Kind
202
Return If(token Is Nothing, Nothing, token.
Kind
)
246
While CurrentToken.
Kind
<> SyntaxKind.EndOfFileToken
249
If IsValidStatementTerminator(CurrentToken) OrElse CurrentToken.
Kind
= SyntaxKind.EmptyToken Then
252
ElseIf CurrentToken.
Kind
= SyntaxKind.EndOfXmlToken OrElse CurrentToken.
Kind
= SyntaxKind.EndOfInterpolatedStringToken Then
282
While CurrentToken.
Kind
<> SyntaxKind.EndOfFileToken AndAlso
283
CurrentToken.
Kind
<> SyntaxKind.StatementTerminatorToken
289
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken Then
330
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso
403
If nextToken.
Kind
= kind Then
406
ElseIf nextToken.
Kind
= SyntaxKind.IdentifierToken Then
420
Dim kind = PeekToken(offset + 1).
Kind
Parser\ParseStatement.vb (108)
25
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ContinueKeyword, "ParseContinueStatement called on wrong token")
33
Select Case (CurrentToken.
Kind
)
96
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ExitKeyword, "ParseExitStatement called on wrong token")
105
Select Case (CurrentToken.
Kind
)
207
Select Case CurrentToken.
Kind
244
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CaseKeyword, "ParseCaseStatement called on wrong token.")
252
If CurrentToken.
Kind
= SyntaxKind.ElseKeyword Then
262
Dim StartCase As SyntaxKind = CurrentToken.
Kind
' dev10_500588 Snap the start of the expression token AFTER we've moved off the EOL (if one is present)
271
If SyntaxFacts.IsRelationalOperator(CurrentToken.
Kind
) Then
283
caseClause = SyntaxFactory.RelationalCaseClause(RelationalOperatorKindToCaseKind(relationalOperator.
Kind
), optionalIsKeyword, relationalOperator, CaseExpr)
374
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.SelectKeyword, "ParseSelectStatement called on wrong token.")
410
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IfKeyword, "ParseIfConstruct called on wrong token.")
432
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ElseKeyword, "ParseIfConstruct called on wrong token.")
444
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ElseIfKeyword OrElse (CurrentToken.
Kind
= SyntaxKind.ElseKeyword AndAlso PeekToken(1).
Kind
= SyntaxKind.IfKeyword),
449
If CurrentToken.
Kind
= SyntaxKind.ElseIfKeyword Then
454
ElseIf CurrentToken.
Kind
= SyntaxKind.ElseKeyword Then
489
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EndIfKeyword OrElse
490
CurrentToken.
Kind
= SyntaxKind.GosubKeyword OrElse
491
CurrentToken.
Kind
= SyntaxKind.WendKeyword, "ParseAnachronisticEndIfStatement called on wrong token")
502
Select Case keyword.
Kind
528
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DoKeyword, "ParseDoStatement called on wrong token")
542
ElseIf optionalWhileOrUntilClause.
Kind
= SyntaxKind.WhileClause Then
555
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LoopKeyword, "ParseDoStatement called on wrong token")
568
ElseIf optionalWhileOrUntilClause.
Kind
= SyntaxKind.WhileClause Then
581
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ForKeyword, "ParseForStatement called on wrong token")
710
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.NextKeyword, "ParseNextStatement called on wrong token")
784
Select Case (CurrentToken.
Kind
)
788
Select Case PeekToken(1).
Kind
797
lookAhead.
Kind
= SyntaxKind.AsKeyword AndAlso
845
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
874
If label.
Kind
= SyntaxKind.IdentifierToken Then
884
ElseIf label.
Kind
= SyntaxKind.IntegerLiteralToken Then
920
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GoToKeyword, "Alleged GOTO isn't.")
939
Debug.Assert(labelName.
Kind
= SyntaxKind.IntegerLiteralToken OrElse labelName.
Kind
= SyntaxKind.IdentifierToken)
940
Return If(labelName.
Kind
= SyntaxKind.IntegerLiteralToken, SyntaxFactory.NumericLabel(labelName), SyntaxFactory.IdentifierLabel(labelName))
949
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OnKeyword, "ON statement must start with ON.")
956
If CurrentToken.
Kind
= SyntaxKind.ErrorKeyword Then
965
If CurrentToken.
Kind
= SyntaxKind.ResumeKeyword Then
969
ElseIf CurrentToken.
Kind
= SyntaxKind.GoToKeyword Then
994
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ResumeKeyword, "ParseOnErrorResumeNext called on wrong token.")
1009
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GoToKeyword, "ParseOnErrorGoto called on wrong token.")
1019
If nextToken.
Kind
= SyntaxKind.IntegerLiteralToken AndAlso
1028
ElseIf nextToken.
Kind
= SyntaxKind.MinusToken AndAlso
1029
PeekToken(2).
Kind
= SyntaxKind.IntegerLiteralToken AndAlso
1056
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ResumeKeyword, "ParseResumeStatement called on wrong token.")
1066
If CurrentToken.
Kind
= SyntaxKind.NextKeyword Then
1096
If SyntaxFacts.IsAssignmentStatementOperatorToken(CurrentToken.
Kind
) Then
1118
If target.
Kind
= SyntaxKind.ConditionalAccessExpression Then
1126
ElseIf target.
Kind
<> SyntaxKind.InvocationExpression Then ' VS320205
1128
CurrentToken.
Kind
<> SyntaxKind.BadToken AndAlso
1129
target.
Kind
<> SyntaxKind.PredefinedCastExpression Then
1161
Select Case operatorToken.
Kind
1194
Throw ExceptionUtilities.UnexpectedValue(operatorToken.
Kind
)
1204
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CallKeyword, "ParseCallStatement called on wrong token.")
1222
If expr.
Kind
= SyntaxKind.ConditionalAccessExpression Then
1230
ElseIf expr.
Kind
<> SyntaxKind.InvocationExpression Then
1243
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.RaiseEventKeyword, "RaiseEvent statement must start with RaiseEvent.")
1256
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1271
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ReDimKeyword, "ParseRedimStatement must start with Redim.")
1278
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1279
TryIdentifierAsContextualKeyword(CurrentToken, possibleKeyword) AndAlso possibleKeyword.
Kind
= SyntaxKind.PreserveKeyword Then
1296
If possibleInvocation.
Kind
= SyntaxKind.InvocationExpression Then
1329
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
1343
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.AddHandlerKeyword OrElse CurrentToken.
Kind
= SyntaxKind.RemoveHandlerKeyword, "Handler statement parsing confused.")
1346
Dim kind = If(keyword.
Kind
= SyntaxKind.AddHandlerKeyword, SyntaxKind.AddHandlerStatement, SyntaxKind.RemoveHandlerStatement)
1381
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.WhileKeyword OrElse
1382
CurrentToken.
Kind
= SyntaxKind.WithKeyword OrElse
1383
CurrentToken.
Kind
= SyntaxKind.SyncLockKeyword, "ParseExpressionBlockStatement called on wrong token.")
1397
Select Case keyword.
Kind
1415
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LetKeyword OrElse CurrentToken.
Kind
= SyntaxKind.SetKeyword, "Assignment statement parsing is lost.")
1418
If CurrentToken.
Kind
= SyntaxKind.SetKeyword AndAlso
1419
(IsValidStatementTerminator(PeekToken(1)) OrElse PeekToken(1).
Kind
= SyntaxKind.OpenParenToken) AndAlso
1439
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.TryKeyword, "ParseTry called on wrong token")
1454
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CatchKeyword, "ParseCatch called on wrong token.")
1463
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken Then
1465
If id.
Kind
<> SyntaxKind.None Then
1503
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.FinallyKeyword, "ParseFinally called on wrong token.")
1514
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ThrowKeyword, "ParseThrowStatement called on wrong token.")
1532
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ErrorKeyword)
1555
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EraseKeyword, "Erase statement parsing lost.")
1570
Return IsFirstStatementOnLine(CurrentToken) AndAlso PeekToken(1).
Kind
= SyntaxKind.ColonToken
1574
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.
Kind
= SyntaxKind.IntegerLiteralToken)
1578
If labelName.
Kind
= SyntaxKind.IntegerLiteralToken AndAlso CurrentToken.
Kind
<> SyntaxKind.ColonToken Then
1611
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.MidKeyword)
1619
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
1675
If CurrentToken.
Kind
= SyntaxKind.WhileKeyword Then
1693
If keyword.
Kind
= SyntaxKind.WhileKeyword Then
1704
If precedingKeyword.
Kind
= SyntaxKind.DoKeyword Then
1725
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ReturnKeyword, "ParseReturnStatement called on wrong token.")
1776
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.StopKeyword OrElse CurrentToken.
Kind
= SyntaxKind.EndKeyword, "ParseStopOrEndStatement called on wrong token.")
1781
Dim stmtKind As SyntaxKind = If(stopOrEndKeyword.
Kind
= SyntaxKind.StopKeyword, SyntaxKind.StopStatement, SyntaxKind.EndStatement)
1789
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.UsingKeyword, "ParseUsingStatement called on wrong token")
1800
If nextToken.
Kind
= SyntaxKind.AsKeyword OrElse
1801
nextToken.
Kind
= SyntaxKind.EqualsToken OrElse
1802
nextToken.
Kind
= SyntaxKind.CommaToken OrElse
1803
nextToken.
Kind
= SyntaxKind.QuestionToken Then
1821
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1827
Debug.Assert(expression.
Kind
= SyntaxKind.AwaitExpression)
1846
Debug.Assert(yieldKeyword IsNot Nothing AndAlso yieldKeyword.
Kind
= SyntaxKind.YieldKeyword)
1868
If lookahead.
Kind
<> SyntaxKind.EndOfFileToken OrElse _scanner.Options.Kind = SourceCodeKind.Regular Then
Parser\ParseTerminal.vb (9)
37
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken Then
65
If (CurrentToken.
Kind
= SyntaxKind.BadToken AndAlso CurrentToken.Text = "_") Then
84
If SyntaxKind.QuestionToken = CurrentToken.
Kind
AndAlso Not identifier.ContainsDiagnostics Then
112
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken Then
162
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IntegerLiteralToken, "Expected Integer literal.")
171
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CharacterLiteralToken, "Expected Char literal.")
181
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DecimalLiteralToken, "must be at a decimal literal.")
205
CurrentToken.
Kind
= SyntaxKind.FloatingLiteralToken,
217
CurrentToken.
Kind
= SyntaxKind.DateLiteralToken,
Parser\ParseVerify.vb (1)
168
If current.
Kind
= kind Then
Parser\ParseXml.vb (125)
22
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanToken OrElse
23
CurrentToken.
Kind
= SyntaxKind.LessThanGreaterThanToken OrElse
24
CurrentToken.
Kind
= SyntaxKind.LessThanSlashToken OrElse
25
CurrentToken.
Kind
= SyntaxKind.BeginCDataToken OrElse
26
CurrentToken.
Kind
= SyntaxKind.LessThanExclamationMinusMinusToken OrElse
27
CurrentToken.
Kind
= SyntaxKind.LessThanQuestionToken, "ParseXmlMarkup called on the wrong token.")
34
If CurrentToken.
Kind
= SyntaxKind.LessThanQuestionToken Then
49
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanQuestionToken, "ParseXmlDocument called on wrong token")
54
If nextToken.
Kind
= SyntaxKind.XmlNameToken AndAlso DirectCast(nextToken, XmlNameTokenSyntax).PossibleKeywordKind = SyntaxKind.XmlKeyword Then
69
Select Case CurrentToken.
Kind
103
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanQuestionToken AndAlso
104
PeekNextToken(ScannerState.Element).
Kind
= SyntaxKind.XmlNameToken AndAlso
127
Select Case CurrentToken.
Kind
221
If CurrentToken.
Kind
<> SyntaxKind.QuestionGreaterThanToken Then
278
If CurrentToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken Then
296
Select Case CurrentToken.
Kind
324
Select Case (CurrentToken.
Kind
)
366
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.BadToken AndAlso
393
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken Then
419
If CurrentToken.
Kind
<> SyntaxKind.BadToken OrElse DirectCast(CurrentToken, BadTokenSyntax).SubKind <> SyntaxSubKind.OpenBracketToken Then
433
If CurrentToken.
Kind
= SyntaxKind.BadToken AndAlso DirectCast(CurrentToken, BadTokenSyntax).SubKind = SyntaxSubKind.OpenBracketToken Then
441
If CurrentToken.
Kind
= SyntaxKind.BadToken AndAlso DirectCast(CurrentToken, BadTokenSyntax).SubKind = SyntaxSubKind.LessThanExclamationToken Then
447
If CurrentToken.
Kind
<> SyntaxKind.BadToken OrElse DirectCast(CurrentToken, BadTokenSyntax).SubKind <> SyntaxSubKind.CloseBracketToken Then
471
Select Case CurrentToken.
Kind
509
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanToken, "ParseXmlElement call on wrong token.")
523
Select Case (CurrentToken.
Kind
)
541
If PeekNextToken(ScannerState.Element).
Kind
= SyntaxKind.GreaterThanToken Then
596
Select Case CurrentToken.
Kind
599
Dim nextTokenIsSlash As Boolean = PeekNextToken(ScannerState.Element).
Kind
= SyntaxKind.SlashToken
609
If xml.
Kind
= SyntaxKind.XmlElementStartTag Then
663
newKind = CurrentToken.
Kind
790
Select Case CurrentToken.
Kind
840
Dim currentKind = CurrentToken.
Kind
869
If CurrentToken.
Kind
<> SyntaxKind.LessThanSlashToken Then
879
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
883
If slashToken.
Kind
= SyntaxKind.SlashToken Then
910
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken Then
930
Select Case CurrentToken.
Kind
968
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken OrElse
969
(AllowNameAsExpression AndAlso CurrentToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken) OrElse
970
CurrentToken.
Kind
= SyntaxKind.EqualsToken OrElse
971
CurrentToken.
Kind
= SyntaxKind.SingleQuoteToken OrElse
972
CurrentToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
977
If CurrentToken.
Kind
= SyntaxKind.EqualsToken Then
984
If CurrentToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken Then
998
ElseIf Name.
Kind
= SyntaxKind.XmlEmbeddedExpression Then
1006
If CurrentToken.
Kind
<> SyntaxKind.SingleQuoteToken AndAlso
1007
CurrentToken.
Kind
<> SyntaxKind.DoubleQuoteToken Then
1026
If xmlElementName Is Nothing OrElse xmlElementName.
Kind
<> SyntaxKind.XmlName Then
1046
If name.
Kind
<> SyntaxKind.XmlName Then
1063
If CurrentToken.
Kind
= SyntaxKind.SingleQuoteToken Then
1066
ElseIf CurrentToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
1078
If Not (nextToken.
Kind
= SyntaxKind.XmlTextLiteralToken OrElse nextToken.
Kind
= SyntaxKind.XmlEntityLiteralToken) Then
1099
If SyntaxFacts.IsPredefinedTypeKeyword(Me.CurrentToken.
Kind
) Then
1121
Select Case Me.CurrentToken.
Kind
1147
Dim endQuote = DirectCast(InternalSyntaxFactory.MissingToken(startQuote.
Kind
), PunctuationSyntax)
1169
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken AndAlso name.
Kind
<> SyntaxKind.PredefinedType Then
1175
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
1199
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
1209
If currToken.
Kind
<> SyntaxKind.CloseParenToken AndAlso currToken.
Kind
<> SyntaxKind.CommaToken AndAlso Not firstType Then
1215
If currToken.
Kind
= SyntaxKind.CloseParenToken Then
1232
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CommaToken)
1238
While CurrentToken.
Kind
= SyntaxKind.ByValKeyword OrElse CurrentToken.
Kind
= SyntaxKind.ByRefKeyword
1261
Debug.Assert(operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
1273
Dim operatorKind As SyntaxKind = operatorToken.
Kind
1288
If CurrentToken.
Kind
= SyntaxKind.GlobalKeyword Then
1292
ElseIf CurrentToken.
Kind
= SyntaxKind.ObjectKeyword Then
1302
ElseIf CurrentToken.
Kind
= SyntaxKind.OperatorKeyword Then
1306
ElseIf CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
1318
Debug.Assert(Not SyntaxFacts.IsPredefinedTypeKeyword(CurrentToken.
Kind
))
1333
While CurrentToken.
Kind
= SyntaxKind.DotToken
1337
If CurrentToken.
Kind
= SyntaxKind.OperatorKeyword Then
1364
If name.
Kind
<> SyntaxKind.XmlName Then
1386
If CurrentToken.
Kind
= SyntaxKind.SingleQuoteToken Then
1389
ElseIf CurrentToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
1404
If identToken.
Kind
<> SyntaxKind.IdentifierToken Then
1424
If closingToken.
Kind
= SyntaxKind.SingleQuoteToken OrElse closingToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
1522
Select Case (CurrentToken.
Kind
)
1553
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
1559
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken Then
1589
Return node.
Kind
= SyntaxKind.ColonTrivia AndAlso node.ToString() = ":"
1646
Return token.
Kind
= SyntaxKind.IdentifierToken OrElse TryCast(token, KeywordSyntax) IsNot Nothing
1651
If token.
Kind
= SyntaxKind.IdentifierToken Then
1667
Return SyntaxFactory.XmlNameToken(token.Text, token.
Kind
, token.GetLeadingTrivia(), token.GetTrailingTrivia())
1704
If CurrentToken.
Kind
= SyntaxKind.EndOfXmlToken Then
1707
If CurrentToken.
Kind
= SyntaxKind.DocumentationCommentLineBreakToken Then
1748
Select Case (CurrentToken.
Kind
)
1778
newKind = CurrentToken.
Kind
1827
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanQuestionToken, "ParseXmlPI called on the wrong token.")
1854
If CurrentToken.
Kind
= SyntaxKind.XmlTextLiteralToken OrElse CurrentToken.
Kind
= SyntaxKind.DocumentationCommentLineBreakToken Then
1866
If CurrentToken.
Kind
<> SyntaxKind.XmlTextLiteralToken AndAlso CurrentToken.
Kind
<> SyntaxKind.DocumentationCommentLineBreakToken Then
1889
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.BeginCDataToken, "ParseXmlCData called on the wrong token.")
1897
Do While CurrentToken.
Kind
= SyntaxKind.XmlTextLiteralToken OrElse CurrentToken.
Kind
= SyntaxKind.DocumentationCommentLineBreakToken
1915
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanExclamationMinusMinusToken, "ParseXmlComment called on wrong token.")
1922
Do While CurrentToken.
Kind
= SyntaxKind.XmlTextLiteralToken OrElse CurrentToken.
Kind
= SyntaxKind.DocumentationCommentLineBreakToken
1948
If CurrentToken.
Kind
= SyntaxKind.SingleQuoteToken Then
1952
ElseIf CurrentToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
1967
Dim kind = CurrentToken.
Kind
1991
Dim endQuote = HandleUnexpectedToken(startQuote.
Kind
)
2006
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken, "ParseXmlEmbedded called on wrong token")
2028
If CurrentToken.
Kind
= SyntaxKind.PercentGreaterThanToken Then
2086
Return New XmlDeclarationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, lessThanQuestionToken, xmlKeyword, node.Version, node.Encoding, node.Standalone, node.QuestionGreaterThanToken)
2189
Return New XmlProcessingInstructionSyntax(node.
Kind
,
2212
Return New XmlNameAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, nameNew, node.EqualsToken, node.StartQuoteToken, node.Reference, node.EndQuoteToken)
2229
Return New XmlCrefAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, nameNew, node.EqualsToken, node.StartQuoteToken, node.Reference, node.EndQuoteToken)
2246
Return New XmlAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, nameNew, node.EqualsToken, node.Value)
2315
Return New XmlNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, prefix, localName)
2336
Return New XmlPrefixSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, name, colon)
2359
Select Case token.
Kind
2389
Select Case token.
Kind
2393
Return New XmlNameTokenSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, node.Text, leadingTrivia, trailingTrivia, node.PossibleKeywordKind)
2398
Return New KeywordSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, node.Text, leadingTrivia, trailingTrivia)
2407
Return New PunctuationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, node.Text, leadingTrivia, trailingTrivia)
2415
If trivia.
Kind
= SyntaxKind.WhitespaceTrivia OrElse trivia.
Kind
= SyntaxKind.EndOfLineTrivia Then
2485
Debug.Assert(name Is Nothing OrElse name.
Kind
= SyntaxKind.XmlName)
Preprocessor\ExpressionEvaluator.vb (8)
146
Select Case expr.
Kind
230
Select Case token.
Kind
265
Throw ExceptionUtilities.UnexpectedValue(token.
Kind
)
351
Dim kind = predefinedType.Keyword.
Kind
485
Select Case expr.Keyword.
Kind
535
Throw ExceptionUtilities.UnexpectedValue(expr.Keyword.
Kind
)
863
Select Case expr.
Kind
950
Dim BoundOpcode = expr.
Kind
Scanner\Blender.vb (2)
308
Select Case node.
Kind
431
If node.
Kind
= SyntaxKind.IfStatement Then
Scanner\Directives.vb (9)
92
Debug.Assert(statement.
Kind
<> SyntaxKind.ConstDirectiveTrivia)
175
Select Case statement.
Kind
220
Throw ExceptionUtilities.UnexpectedValue(statement.
Kind
)
343
Debug.Assert(statement.
Kind
= SyntaxKind.ConstDirectiveTrivia)
394
Debug.Assert(statement.
Kind
= SyntaxKind.IfDirectiveTrivia)
550
Select Case curToken.
Kind
552
Dim nextKind = Me.PeekToken(1, ScannerState.VB).
Kind
600
Dim nextKind = GetCurrentToken().
Kind
611
Throw ExceptionUtilities.UnexpectedValue(curToken.
Kind
)
Scanner\Scanner.vb (3)
2649
If t.
Kind
= SyntaxKind.IdentifierToken Then
2663
kind = t.
Kind
2667
If t.
Kind
= SyntaxKind.IdentifierToken Then
Scanner\ScannerXml.vb (5)
249
If IsSingleQuote(c) AndAlso LastToken.
Kind
<> SyntaxKind.EqualsToken Then
263
possibleStatement = token.
Kind
= SyntaxKind.XmlNameToken OrElse
264
LastToken.
Kind
= SyntaxKind.XmlNameToken
277
token.
Kind
= SyntaxKind.OpenParenToken
280
(token.
Kind
= SyntaxKind.IdentifierToken) OrElse token.IsKeyword
Scanner\TokenFactories.vb (1)
264
keyword.
Kind
,
Scanner\TokenStream.vb (7)
274
Debug.Assert(tk.LastTriviaIfAny().
Kind
= SyntaxKind.ColonTrivia)
276
Debug.Assert(_currentToken.InnerTokenObject.
Kind
= SyntaxKind.ColonToken)
298
Debug.Assert(lastTrivia.
Kind
= SyntaxKind.ColonTrivia)
319
_currentToken.InnerTokenObject.
Kind
= SyntaxKind.EndOfXmlToken
364
Debug.Assert(tk.
Kind
= token.InnerTokenObject.
Kind
)
366
If tk.Width = 0 AndAlso SyntaxFacts.IsTerminator(tk.
Kind
) Then
Scanner\XmlDocComments.vb (1)
102
If nodes.Count = 0 AndAlso parser.CurrentToken.
Kind
= SyntaxKind.EndOfXmlToken Then
Scanner\XmlTokenFactories.vb (3)
95
PrevToken.
Kind
= SyntaxKind.LessThanToken OrElse
96
PrevToken.
Kind
= SyntaxKind.LessThanSlashToken OrElse
97
PrevToken.
Kind
= SyntaxKind.LessThanQuestionToken) Then
Syntax\InternalSyntax\BadTokenSyntax.vb (4)
32
Return New BadTokenSyntax(
Kind
, SubKind, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia)
36
Return New BadTokenSyntax(
Kind
, SubKind, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia)
40
Return New BadTokenSyntax(
Kind
, SubKind, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia)
44
Return New BadTokenSyntax(
Kind
, SubKind, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia)
Syntax\InternalSyntax\ComplexIdentifierSyntax.vb (4)
77
Return New ComplexIdentifierSyntax(
Kind
, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia, PossibleKeywordKind, IsBracketed, IdentifierText, TypeCharacter)
81
Return New ComplexIdentifierSyntax(
Kind
, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia, PossibleKeywordKind, IsBracketed, IdentifierText, TypeCharacter)
85
Return New ComplexIdentifierSyntax(
Kind
, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia, PossibleKeywordKind, IsBracketed, IdentifierText, TypeCharacter)
89
Return New ComplexIdentifierSyntax(
Kind
, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia, PossibleKeywordKind, IsBracketed, IdentifierText, TypeCharacter)
Syntax\InternalSyntax\DocumentationCommentTriviaSyntax.vb (1)
37
If node.
Kind
<> SyntaxKind.DocumentationCommentLineBreakToken Then
Syntax\InternalSyntax\SimpleIdentifierSyntax.vb (4)
53
Return New SimpleIdentifierSyntax(
Kind
, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia)
57
Return New SimpleIdentifierSyntax(
Kind
, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia)
61
Return New SimpleIdentifierSyntax(
Kind
, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia)
65
Return New SimpleIdentifierSyntax(
Kind
, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia)
Syntax\InternalSyntax\StructuredTriviaSyntax.vb (1)
37
If
Kind
= SyntaxKind.SkippedTokensTrivia Then
Syntax\InternalSyntax\SyntaxLiterals.vb (8)
84
Return New IntegerLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia, _base, _typeSuffix, _value)
88
Return New IntegerLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia, _base, _typeSuffix, _value)
92
Return New IntegerLiteralTokenSyntax(Of T)(
Kind
, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia, _base, _typeSuffix, _value)
96
Return New IntegerLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia, _base, _typeSuffix, _value)
182
Return New FloatingLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia, _typeSuffix, _value)
186
Return New FloatingLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia, _typeSuffix, _value)
190
Return New FloatingLiteralTokenSyntax(Of T)(
Kind
, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia, _typeSuffix, _value)
194
Return New FloatingLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia, _typeSuffix, _value)
Syntax\InternalSyntax\SyntaxNode.vb (6)
28
Return Me.
Kind
.ToString()
76
Return Me.
Kind
= SyntaxKind.SkippedTokensTrivia
82
Return Me.
Kind
= SyntaxKind.DocumentationCommentTrivia
190
Return
Kind
.ToString & ":" & text
244
Return Me.
Kind
= SyntaxKind.EndOfLineTrivia OrElse Me.
Kind
= SyntaxKind.CommentTrivia
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (9)
80
(trailingTrivia.
Kind
= SyntaxKind.EndOfLineTrivia OrElse trailingTrivia.
Kind
= SyntaxKind.ColonTrivia)
87
Return token.Width = 0 AndAlso token.
Kind
<> SyntaxKind.EmptyToken
699
Select Case input.
Kind
724
If input.
Kind
= SyntaxKind.SimpleMemberAccessExpression Then
727
Select Case receiver.
Kind
739
isNameDictionaryAccess = input.
Kind
= SyntaxKind.DictionaryAccessExpression
770
Select Case target.
Kind
821
Select Case node.
Kind
Syntax\InternalSyntax\SyntaxNodePartials.vb (1)
11
Select Case
Kind
Syntax\InternalSyntax\SyntaxToken.vb (7)
145
If Text.Length = 0 AndAlso
Kind
<> SyntaxKind.EndOfFileToken AndAlso
Kind
<> SyntaxKind.EmptyToken Then
291
Select Case
Kind
328
Return
Kind
= SyntaxKind.StatementTerminatorToken OrElse
Kind
= SyntaxKind.EndOfFileToken
337
Return
Kind
= SyntaxKind.EndOfFileToken
469
Select Case MyBase.
Kind
Syntax\InternalSyntax\VisualBasicSyntaxRewriter.vb (2)
36
If visited IsNot Nothing AndAlso visited.
Kind
<> SyntaxKind.None Then
81
If visitedItem IsNot Nothing AndAlso visitedItem.
Kind
<> SyntaxKind.None Then