2831 references to Kind
Microsoft.CodeAnalysis.VisualBasic (2755)
Generated\Syntax.xml.Internal.Generated.vb (1820)
189
Return new EmptyStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _empty)
193
Return new EmptyStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _empty)
311
Return new EndBlockStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _endKeyword, _blockKeyword)
315
Return new EndBlockStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _endKeyword, _blockKeyword)
542
Return new CompilationUnitSyntax(Me.
Kind
, newErrors, GetAnnotations, _options, _imports, _attributes, _members, _endOfFileToken)
546
Return new CompilationUnitSyntax(Me.
Kind
, GetDiagnostics, annotations, _options, _imports, _attributes, _members, _endOfFileToken)
696
Return new OptionStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _optionKeyword, _nameKeyword, _valueKeyword)
700
Return new OptionStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _optionKeyword, _nameKeyword, _valueKeyword)
825
Return new ImportsStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _importsKeyword, _importsClauses)
829
Return new ImportsStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _importsKeyword, _importsClauses)
980
Return new SimpleImportsClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _alias, _name)
984
Return new SimpleImportsClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _alias, _name)
1099
Return new ImportAliasClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _equalsToken)
1103
Return new ImportAliasClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _equalsToken)
1236
Return new XmlNamespaceImportsClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _xmlNamespace, _greaterThanToken)
1240
Return new XmlNamespaceImportsClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _xmlNamespace, _greaterThanToken)
1388
Return new NamespaceBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _namespaceStatement, _members, _endNamespaceStatement)
1392
Return new NamespaceBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _namespaceStatement, _members, _endNamespaceStatement)
1508
Return new NamespaceStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _namespaceKeyword, _name)
1512
Return new NamespaceStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _namespaceKeyword, _name)
1764
Return new ModuleBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _moduleStatement, _inherits, _implements, _members, _endModuleStatement)
1768
Return new ModuleBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _moduleStatement, _inherits, _implements, _members, _endModuleStatement)
1890
Return new StructureBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement)
1894
Return new StructureBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement)
2016
Return new InterfaceBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _interfaceStatement, _inherits, _implements, _members, _endInterfaceStatement)
2020
Return new InterfaceBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _interfaceStatement, _inherits, _implements, _members, _endInterfaceStatement)
2142
Return new ClassBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _classStatement, _inherits, _implements, _members, _endClassStatement)
2146
Return new ClassBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _classStatement, _inherits, _implements, _members, _endClassStatement)
2295
Return new EnumBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _enumStatement, _members, _endEnumStatement)
2299
Return new EnumBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _enumStatement, _members, _endEnumStatement)
2447
Return new InheritsStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _inheritsKeyword, _types)
2451
Return new InheritsStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _inheritsKeyword, _types)
2572
Return new ImplementsStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _implementsKeyword, _types)
2576
Return new ImplementsStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _implementsKeyword, _types)
2833
Return new ModuleStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _moduleKeyword, _identifier, _typeParameterList)
2837
Return new ModuleStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _moduleKeyword, _identifier, _typeParameterList)
2937
Return new StructureStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _structureKeyword, _identifier, _typeParameterList)
2941
Return new StructureStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _structureKeyword, _identifier, _typeParameterList)
3041
Return new InterfaceStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier, _typeParameterList)
3045
Return new InterfaceStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier, _typeParameterList)
3145
Return new ClassStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _classKeyword, _identifier, _typeParameterList)
3149
Return new ClassStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _classKeyword, _identifier, _typeParameterList)
3367
Return new EnumStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _enumKeyword, _identifier, _underlyingType)
3371
Return new EnumStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _enumKeyword, _identifier, _underlyingType)
3541
Return new TypeParameterListSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _ofKeyword, _parameters, _closeParenToken)
3545
Return new TypeParameterListSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _ofKeyword, _parameters, _closeParenToken)
3704
Return new TypeParameterSyntax(Me.
Kind
, newErrors, GetAnnotations, _varianceKeyword, _identifier, _typeParameterConstraintClause)
3708
Return new TypeParameterSyntax(Me.
Kind
, GetDiagnostics, annotations, _varianceKeyword, _identifier, _typeParameterConstraintClause)
3853
Return new TypeParameterSingleConstraintClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _asKeyword, _constraint)
3857
Return new TypeParameterSingleConstraintClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _asKeyword, _constraint)
4028
Return new TypeParameterMultipleConstraintClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _asKeyword, _openBraceToken, _constraints, _closeBraceToken)
4032
Return new TypeParameterMultipleConstraintClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _asKeyword, _openBraceToken, _constraints, _closeBraceToken)
4152
Return new SpecialConstraintSyntax(Me.
Kind
, newErrors, GetAnnotations, _constraintKeyword)
4156
Return new SpecialConstraintSyntax(Me.
Kind
, GetDiagnostics, annotations, _constraintKeyword)
4246
Return new TypeConstraintSyntax(Me.
Kind
, newErrors, GetAnnotations, _type)
4250
Return new TypeConstraintSyntax(Me.
Kind
, GetDiagnostics, annotations, _type)
4401
Return new EnumMemberDeclarationSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _identifier, _initializer)
4405
Return new EnumMemberDeclarationSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _identifier, _initializer)
4593
Return new MethodBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _subOrFunctionStatement, _statements, _endSubOrFunctionStatement)
4597
Return new MethodBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _subOrFunctionStatement, _statements, _endSubOrFunctionStatement)
4715
Return new ConstructorBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _subNewStatement, _statements, _endSubStatement)
4719
Return new ConstructorBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _subNewStatement, _statements, _endSubStatement)
4837
Return new OperatorBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _operatorStatement, _statements, _endOperatorStatement)
4841
Return new OperatorBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _operatorStatement, _statements, _endOperatorStatement)
4962
Return new AccessorBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _accessorStatement, _statements, _endAccessorStatement)
4966
Return new AccessorBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _accessorStatement, _statements, _endAccessorStatement)
5113
Return new PropertyBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _propertyStatement, _accessors, _endPropertyStatement)
5117
Return new PropertyBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _propertyStatement, _accessors, _endPropertyStatement)
5264
Return new EventBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _eventStatement, _accessors, _endEventStatement)
5268
Return new EventBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _eventStatement, _accessors, _endEventStatement)
5555
Return new ParameterListSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _parameters, _closeParenToken)
5559
Return new ParameterListSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _parameters, _closeParenToken)
5818
Return new MethodStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause, _handlesClause, _implementsClause)
5822
Return new MethodStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause, _handlesClause, _implementsClause)
5945
Return new SubNewStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _subKeyword, _newKeyword, _parameterList)
5949
Return new SubNewStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _subKeyword, _newKeyword, _parameterList)
6276
Return new DeclareStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName, _parameterList, _asClause)
6280
Return new DeclareStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName, _parameterList, _asClause)
6493
Return new DelegateStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause)
6497
Return new DelegateStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause)
6721
Return new EventStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier, _parameterList, _asClause, _implementsClause)
6725
Return new EventStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier, _parameterList, _asClause, _implementsClause)
6883
Return new OperatorStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _operatorKeyword, _operatorToken, _parameterList, _asClause)
6887
Return new OperatorStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _operatorKeyword, _operatorToken, _parameterList, _asClause)
7113
Return new PropertyStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _propertyKeyword, _identifier, _parameterList, _asClause, _initializer, _implementsClause)
7117
Return new PropertyStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _propertyKeyword, _identifier, _parameterList, _asClause, _initializer, _implementsClause)
7218
Return new AccessorStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _accessorKeyword, _parameterList)
7222
Return new AccessorStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _accessorKeyword, _parameterList)
7344
Return new ImplementsClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _implementsKeyword, _interfaceMembers)
7348
Return new ImplementsClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _implementsKeyword, _interfaceMembers)
7470
Return new HandlesClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _handlesKeyword, _events)
7474
Return new HandlesClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _handlesKeyword, _events)
7592
Return new KeywordEventContainerSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
7596
Return new KeywordEventContainerSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
7687
Return new WithEventsEventContainerSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier)
7691
Return new WithEventsEventContainerSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier)
7831
Return new WithEventsPropertyEventContainerSyntax(Me.
Kind
, newErrors, GetAnnotations, _withEventsContainer, _dotToken, _property)
7835
Return new WithEventsPropertyEventContainerSyntax(Me.
Kind
, GetDiagnostics, annotations, _withEventsContainer, _dotToken, _property)
7976
Return new HandlesClauseItemSyntax(Me.
Kind
, newErrors, GetAnnotations, _eventContainer, _dotToken, _eventMember)
7980
Return new HandlesClauseItemSyntax(Me.
Kind
, GetDiagnostics, annotations, _eventContainer, _dotToken, _eventMember)
8151
Return new IncompleteMemberSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _missingIdentifier)
8155
Return new IncompleteMemberSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _missingIdentifier)
8324
Return new FieldDeclarationSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _declarators)
8328
Return new FieldDeclarationSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _declarators)
8495
Return new VariableDeclaratorSyntax(Me.
Kind
, newErrors, GetAnnotations, _names, _asClause, _initializer)
8499
Return new VariableDeclaratorSyntax(Me.
Kind
, GetDiagnostics, annotations, _names, _asClause, _initializer)
8689
Return new SimpleAsClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _asKeyword, _attributeLists, _type)
8693
Return new SimpleAsClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _asKeyword, _attributeLists, _type)
8789
Return new AsNewClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _asKeyword, _newExpression)
8793
Return new AsNewClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _asKeyword, _newExpression)
8989
Return new ObjectMemberInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _withKeyword, _openBraceToken, _initializers, _closeBraceToken)
8993
Return new ObjectMemberInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _withKeyword, _openBraceToken, _initializers, _closeBraceToken)
9109
Return new ObjectCollectionInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _fromKeyword, _initializer)
9113
Return new ObjectCollectionInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _fromKeyword, _initializer)
9275
Return new InferredFieldInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyKeyword, _expression)
9279
Return new InferredFieldInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyKeyword, _expression)
9445
Return new NamedFieldInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyKeyword, _dotToken, _name, _equalsToken, _expression)
9449
Return new NamedFieldInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyKeyword, _dotToken, _name, _equalsToken, _expression)
9565
Return new EqualsValueSyntax(Me.
Kind
, newErrors, GetAnnotations, _equalsToken, _value)
9569
Return new EqualsValueSyntax(Me.
Kind
, GetDiagnostics, annotations, _equalsToken, _value)
9796
Return new ParameterSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _identifier, _asClause, _default)
9800
Return new ParameterSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _identifier, _asClause, _default)
9992
Return new ModifiedIdentifierSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _nullable, _arrayBounds, _arrayRankSpecifiers)
9996
Return new ModifiedIdentifierSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _nullable, _arrayBounds, _arrayRankSpecifiers)
10145
Return new ArrayRankSpecifierSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _commaTokens, _closeParenToken)
10149
Return new ArrayRankSpecifierSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _commaTokens, _closeParenToken)
10297
Return new AttributeListSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _attributes, _greaterThanToken)
10301
Return new AttributeListSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _attributes, _greaterThanToken)
10459
Return new AttributeSyntax(Me.
Kind
, newErrors, GetAnnotations, _target, _name, _argumentList)
10463
Return new AttributeSyntax(Me.
Kind
, GetDiagnostics, annotations, _target, _name, _argumentList)
10580
Return new AttributeTargetSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeModifier, _colonToken)
10584
Return new AttributeTargetSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeModifier, _colonToken)
10684
Return new AttributesStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists)
10688
Return new AttributesStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists)
10780
Return new ExpressionStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression)
10784
Return new ExpressionStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression)
10899
Return new PrintStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _questionToken, _expression)
10903
Return new PrintStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _questionToken, _expression)
11052
Return new WhileBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _whileStatement, _statements, _endWhileStatement)
11056
Return new WhileBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _whileStatement, _statements, _endWhileStatement)
11206
Return new UsingBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _usingStatement, _statements, _endUsingStatement)
11210
Return new UsingBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _usingStatement, _statements, _endUsingStatement)
11360
Return new SyncLockBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _syncLockStatement, _statements, _endSyncLockStatement)
11364
Return new SyncLockBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _syncLockStatement, _statements, _endSyncLockStatement)
11514
Return new WithBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _withStatement, _statements, _endWithStatement)
11518
Return new WithBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _withStatement, _statements, _endWithStatement)
11647
Return new LocalDeclarationStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _modifiers, _declarators)
11651
Return new LocalDeclarationStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _modifiers, _declarators)
11767
Return new LabelStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _labelToken, _colonToken)
11771
Return new LabelStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _labelToken, _colonToken)
11887
Return new GoToStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _goToKeyword, _label)
11891
Return new GoToStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _goToKeyword, _label)
11983
Return new LabelSyntax(Me.
Kind
, newErrors, GetAnnotations, _labelToken)
11987
Return new LabelSyntax(Me.
Kind
, GetDiagnostics, annotations, _labelToken)
12078
Return new StopOrEndStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _stopOrEndKeyword)
12082
Return new StopOrEndStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _stopOrEndKeyword)
12198
Return new ExitStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _exitKeyword, _blockKeyword)
12202
Return new ExitStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _exitKeyword, _blockKeyword)
12319
Return new ContinueStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _continueKeyword, _blockKeyword)
12323
Return new ContinueStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _continueKeyword, _blockKeyword)
12447
Return new ReturnStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _returnKeyword, _expression)
12451
Return new ReturnStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _returnKeyword, _expression)
12657
Return new SingleLineIfStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifKeyword, _condition, _thenKeyword, _statements, _elseClause)
12661
Return new SingleLineIfStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifKeyword, _condition, _thenKeyword, _statements, _elseClause)
12786
Return new SingleLineElseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseKeyword, _statements)
12790
Return new SingleLineElseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseKeyword, _statements)
13008
Return new MultiLineIfBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifStatement, _statements, _elseIfBlocks, _elseBlock, _endIfStatement)
13012
Return new MultiLineIfBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifStatement, _statements, _elseIfBlocks, _elseBlock, _endIfStatement)
13160
Return new IfStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifKeyword, _condition, _thenKeyword)
13164
Return new IfStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifKeyword, _condition, _thenKeyword)
13289
Return new ElseIfBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseIfStatement, _statements)
13293
Return new ElseIfBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseIfStatement, _statements)
13441
Return new ElseIfStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseIfKeyword, _condition, _thenKeyword)
13445
Return new ElseIfStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseIfKeyword, _condition, _thenKeyword)
13569
Return new ElseBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseStatement, _statements)
13573
Return new ElseBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseStatement, _statements)
13663
Return new ElseStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseKeyword)
13667
Return new ElseStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseKeyword)
13882
Return new TryBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _tryStatement, _statements, _catchBlocks, _finallyBlock, _endTryStatement)
13886
Return new TryBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _tryStatement, _statements, _catchBlocks, _finallyBlock, _endTryStatement)
13976
Return new TryStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _tryKeyword)
13980
Return new TryStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _tryKeyword)
14105
Return new CatchBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _catchStatement, _statements)
14109
Return new CatchBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _catchStatement, _statements)
14300
Return new CatchStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _catchKeyword, _identifierName, _asClause, _whenClause)
14304
Return new CatchStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _catchKeyword, _identifierName, _asClause, _whenClause)
14419
Return new CatchFilterClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _whenKeyword, _filter)
14423
Return new CatchFilterClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _whenKeyword, _filter)
14547
Return new FinallyBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _finallyStatement, _statements)
14551
Return new FinallyBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _finallyStatement, _statements)
14641
Return new FinallyStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _finallyKeyword)
14645
Return new FinallyStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _finallyKeyword)
14760
Return new ErrorStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _errorKeyword, _errorNumber)
14764
Return new ErrorStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _errorKeyword, _errorNumber)
14961
Return new OnErrorGoToStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _onKeyword, _errorKeyword, _goToKeyword, _minus, _label)
14965
Return new OnErrorGoToStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _onKeyword, _errorKeyword, _goToKeyword, _minus, _label)
15128
Return new OnErrorResumeNextStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _onKeyword, _errorKeyword, _resumeKeyword, _nextKeyword)
15132
Return new OnErrorResumeNextStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _onKeyword, _errorKeyword, _resumeKeyword, _nextKeyword)
15259
Return new ResumeStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _resumeKeyword, _label)
15263
Return new ResumeStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _resumeKeyword, _label)
15412
Return new SelectBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _selectStatement, _caseBlocks, _endSelectStatement)
15416
Return new SelectBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _selectStatement, _caseBlocks, _endSelectStatement)
15565
Return new SelectStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _selectKeyword, _caseKeyword, _expression)
15569
Return new SelectStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _selectKeyword, _caseKeyword, _expression)
15693
Return new CaseBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _caseStatement, _statements)
15697
Return new CaseBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _caseStatement, _statements)
15821
Return new CaseStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _caseKeyword, _cases)
15825
Return new CaseStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _caseKeyword, _cases)
15942
Return new ElseCaseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _elseKeyword)
15946
Return new ElseCaseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _elseKeyword)
16036
Return new SimpleCaseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _value)
16040
Return new SimpleCaseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _value)
16179
Return new RangeCaseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _lowerBound, _toKeyword, _upperBound)
16183
Return new RangeCaseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _lowerBound, _toKeyword, _upperBound)
16332
Return new RelationalCaseClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _isKeyword, _operatorToken, _value)
16336
Return new RelationalCaseClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _isKeyword, _operatorToken, _value)
16452
Return new SyncLockStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _syncLockKeyword, _expression)
16456
Return new SyncLockStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _syncLockKeyword, _expression)
16605
Return new DoLoopBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _doStatement, _statements, _loopStatement)
16609
Return new DoLoopBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _doStatement, _statements, _loopStatement)
16734
Return new DoStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _doKeyword, _whileOrUntilClause)
16738
Return new DoStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _doKeyword, _whileOrUntilClause)
16863
Return new LoopStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _loopKeyword, _whileOrUntilClause)
16867
Return new LoopStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _loopKeyword, _whileOrUntilClause)
16984
Return new WhileOrUntilClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _whileOrUntilKeyword, _condition)
16988
Return new WhileOrUntilClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _whileOrUntilKeyword, _condition)
17104
Return new WhileStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _whileKeyword, _condition)
17108
Return new WhileStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _whileKeyword, _condition)
17305
Return new ForBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _forStatement, _statements, _nextStatement)
17309
Return new ForBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _forStatement, _statements, _nextStatement)
17406
Return new ForEachBlockSyntax(Me.
Kind
, newErrors, GetAnnotations, _forEachStatement, _statements, _nextStatement)
17410
Return new ForEachBlockSyntax(Me.
Kind
, GetDiagnostics, annotations, _forEachStatement, _statements, _nextStatement)
17698
Return new ForStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause)
17702
Return new ForStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause)
17817
Return new ForStepClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _stepKeyword, _stepValue)
17821
Return new ForStepClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _stepKeyword, _stepValue)
17970
Return new ForEachStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _forKeyword, _eachKeyword, _controlVariable, _inKeyword, _expression)
17974
Return new ForEachStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _forKeyword, _eachKeyword, _controlVariable, _inKeyword, _expression)
18101
Return new NextStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _nextKeyword, _controlVariables)
18105
Return new NextStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _nextKeyword, _controlVariables)
18266
Return new UsingStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _usingKeyword, _expression, _variables)
18270
Return new UsingStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _usingKeyword, _expression, _variables)
18394
Return new ThrowStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _throwKeyword, _expression)
18398
Return new ThrowStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _throwKeyword, _expression)
18539
Return new AssignmentStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _operatorToken, _right)
18543
Return new AssignmentStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _operatorToken, _right)
18658
Return new MidExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _mid, _argumentList)
18662
Return new MidExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _mid, _argumentList)
18778
Return new CallStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _callKeyword, _invocation)
18782
Return new CallStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _callKeyword, _invocation)
18946
Return new AddRemoveHandlerStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _addHandlerOrRemoveHandlerKeyword, _eventExpression, _commaToken, _delegateExpression)
18950
Return new AddRemoveHandlerStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _addHandlerOrRemoveHandlerKeyword, _eventExpression, _commaToken, _delegateExpression)
19098
Return new RaiseEventStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _raiseEventKeyword, _name, _argumentList)
19102
Return new RaiseEventStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _raiseEventKeyword, _name, _argumentList)
19219
Return new WithStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _withKeyword, _expression)
19223
Return new WithStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _withKeyword, _expression)
19378
Return new ReDimStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _reDimKeyword, _preserveKeyword, _clauses)
19382
Return new ReDimStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _reDimKeyword, _preserveKeyword, _clauses)
19497
Return new RedimClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _arrayBounds)
19501
Return new RedimClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _arrayBounds)
19622
Return new EraseStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _eraseKeyword, _expressions)
19626
Return new EraseStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _eraseKeyword, _expressions)
19754
Return new LiteralExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _token)
19758
Return new LiteralExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _token)
19897
Return new ParenthesizedExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _expression, _closeParenToken)
19901
Return new ParenthesizedExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _expression, _closeParenToken)
20046
Return new TupleExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _arguments, _closeParenToken)
20050
Return new TupleExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _arguments, _closeParenToken)
20195
Return new TupleTypeSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _elements, _closeParenToken)
20199
Return new TupleTypeSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _elements, _closeParenToken)
20315
Return new TypedTupleElementSyntax(Me.
Kind
, newErrors, GetAnnotations, _type)
20319
Return new TypedTupleElementSyntax(Me.
Kind
, GetDiagnostics, annotations, _type)
20444
Return new NamedTupleElementSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _asClause)
20448
Return new NamedTupleElementSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _asClause)
20565
Return new MeExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
20569
Return new MeExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
20627
Return new MyBaseExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
20631
Return new MyBaseExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
20689
Return new MyClassExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
20693
Return new MyClassExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
20856
Return new GetTypeExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _getTypeKeyword, _openParenToken, _type, _closeParenToken)
20860
Return new GetTypeExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _getTypeKeyword, _openParenToken, _type, _closeParenToken)
21023
Return new TypeOfExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _typeOfKeyword, _expression, _operatorToken, _type)
21027
Return new TypeOfExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _typeOfKeyword, _expression, _operatorToken, _type)
21199
Return new GetXmlNamespaceExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _getXmlNamespaceKeyword, _openParenToken, _name, _closeParenToken)
21203
Return new GetXmlNamespaceExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _getXmlNamespaceKeyword, _openParenToken, _name, _closeParenToken)
21352
Return new MemberAccessExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _operatorToken, _name)
21356
Return new MemberAccessExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _operatorToken, _name)
21572
Return new XmlMemberAccessExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _base, _token1, _token2, _token3, _name)
21576
Return new XmlMemberAccessExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _base, _token1, _token2, _token3, _name)
21711
Return new InvocationExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _argumentList)
21715
Return new InvocationExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _argumentList)
21968
Return new ObjectCreationExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer)
21972
Return new ObjectCreationExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer)
22067
Return new AnonymousObjectCreationExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _newKeyword, _attributeLists, _initializer)
22071
Return new AnonymousObjectCreationExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _newKeyword, _attributeLists, _initializer)
22257
Return new ArrayCreationExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _arrayBounds, _rankSpecifiers, _initializer)
22261
Return new ArrayCreationExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _arrayBounds, _rankSpecifiers, _initializer)
22410
Return new CollectionInitializerSyntax(Me.
Kind
, newErrors, GetAnnotations, _openBraceToken, _initializers, _closeBraceToken)
22414
Return new CollectionInitializerSyntax(Me.
Kind
, GetDiagnostics, annotations, _openBraceToken, _initializers, _closeBraceToken)
22649
Return new CTypeExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
22653
Return new CTypeExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
22719
Return new DirectCastExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
22723
Return new DirectCastExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
22789
Return new TryCastExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
22793
Return new TryCastExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken, _type, _closeParenToken)
22957
Return new PredefinedCastExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _closeParenToken)
22961
Return new PredefinedCastExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _closeParenToken)
23099
Return new BinaryExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _operatorToken, _right)
23103
Return new BinaryExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _operatorToken, _right)
23218
Return new UnaryExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _operatorToken, _operand)
23222
Return new UnaryExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _operatorToken, _operand)
23434
Return new BinaryConditionalExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifKeyword, _openParenToken, _firstExpression, _commaToken, _secondExpression, _closeParenToken)
23438
Return new BinaryConditionalExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifKeyword, _openParenToken, _firstExpression, _commaToken, _secondExpression, _closeParenToken)
23698
Return new TernaryConditionalExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _ifKeyword, _openParenToken, _condition, _firstCommaToken, _whenTrue, _secondCommaToken, _whenFalse, _closeParenToken)
23702
Return new TernaryConditionalExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _ifKeyword, _openParenToken, _condition, _firstCommaToken, _whenTrue, _secondCommaToken, _whenFalse, _closeParenToken)
23855
Return new SingleLineLambdaExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _subOrFunctionHeader, _body)
23859
Return new SingleLineLambdaExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _subOrFunctionHeader, _body)
23988
Return new MultiLineLambdaExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _subOrFunctionHeader, _statements, _endSubOrFunctionStatement)
23992
Return new MultiLineLambdaExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _subOrFunctionHeader, _statements, _endSubOrFunctionStatement)
24123
Return new LambdaHeaderSyntax(Me.
Kind
, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _parameterList, _asClause)
24127
Return new LambdaHeaderSyntax(Me.
Kind
, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _parameterList, _asClause)
24276
Return new ArgumentListSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _arguments, _closeParenToken)
24280
Return new ArgumentListSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _arguments, _closeParenToken)
24398
Return new OmittedArgumentSyntax(Me.
Kind
, newErrors, GetAnnotations, _empty)
24402
Return new OmittedArgumentSyntax(Me.
Kind
, GetDiagnostics, annotations, _empty)
24527
Return new SimpleArgumentSyntax(Me.
Kind
, newErrors, GetAnnotations, _nameColonEquals, _expression)
24531
Return new SimpleArgumentSyntax(Me.
Kind
, GetDiagnostics, annotations, _nameColonEquals, _expression)
24646
Return new NameColonEqualsSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _colonEqualsToken)
24650
Return new NameColonEqualsSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _colonEqualsToken)
24790
Return new RangeArgumentSyntax(Me.
Kind
, newErrors, GetAnnotations, _lowerBound, _toKeyword, _upperBound)
24794
Return new RangeArgumentSyntax(Me.
Kind
, GetDiagnostics, annotations, _lowerBound, _toKeyword, _upperBound)
24893
Return new QueryExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _clauses)
24897
Return new QueryExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _clauses)
25096
Return new CollectionRangeVariableSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _asClause, _inKeyword, _expression)
25100
Return new CollectionRangeVariableSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _asClause, _inKeyword, _expression)
25226
Return new ExpressionRangeVariableSyntax(Me.
Kind
, newErrors, GetAnnotations, _nameEquals, _expression)
25230
Return new ExpressionRangeVariableSyntax(Me.
Kind
, GetDiagnostics, annotations, _nameEquals, _expression)
25359
Return new AggregationRangeVariableSyntax(Me.
Kind
, newErrors, GetAnnotations, _nameEquals, _aggregation)
25363
Return new AggregationRangeVariableSyntax(Me.
Kind
, GetDiagnostics, annotations, _nameEquals, _aggregation)
25511
Return new VariableNameEqualsSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _asClause, _equalsToken)
25515
Return new VariableNameEqualsSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _asClause, _equalsToken)
25733
Return new FunctionAggregationSyntax(Me.
Kind
, newErrors, GetAnnotations, _functionName, _openParenToken, _argument, _closeParenToken)
25737
Return new FunctionAggregationSyntax(Me.
Kind
, GetDiagnostics, annotations, _functionName, _openParenToken, _argument, _closeParenToken)
25829
Return new GroupAggregationSyntax(Me.
Kind
, newErrors, GetAnnotations, _groupKeyword)
25833
Return new GroupAggregationSyntax(Me.
Kind
, GetDiagnostics, annotations, _groupKeyword)
25956
Return new FromClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _fromKeyword, _variables)
25960
Return new FromClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _fromKeyword, _variables)
26081
Return new LetClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _letKeyword, _variables)
26085
Return new LetClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _letKeyword, _variables)
26293
Return new AggregateClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _aggregateKeyword, _variables, _additionalQueryOperators, _intoKeyword, _aggregationVariables)
26297
Return new AggregateClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _aggregateKeyword, _variables, _additionalQueryOperators, _intoKeyword, _aggregationVariables)
26387
Return new DistinctClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _distinctKeyword)
26391
Return new DistinctClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _distinctKeyword)
26506
Return new WhereClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _whereKeyword, _condition)
26510
Return new WhereClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _whereKeyword, _condition)
26650
Return new PartitionWhileClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _skipOrTakeKeyword, _whileKeyword, _condition)
26654
Return new PartitionWhileClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _skipOrTakeKeyword, _whileKeyword, _condition)
26769
Return new PartitionClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _skipOrTakeKeyword, _count)
26773
Return new PartitionClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _skipOrTakeKeyword, _count)
27003
Return new GroupByClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _groupKeyword, _items, _byKeyword, _keys, _intoKeyword, _aggregationVariables)
27007
Return new GroupByClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _groupKeyword, _items, _byKeyword, _keys, _intoKeyword, _aggregationVariables)
27314
Return new JoinConditionSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _equalsKeyword, _right)
27318
Return new JoinConditionSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _equalsKeyword, _right)
27385
Return new SimpleJoinClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _joinKeyword, _joinedVariables, _additionalJoins, _onKeyword, _joinConditions)
27389
Return new SimpleJoinClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _joinKeyword, _joinedVariables, _additionalJoins, _onKeyword, _joinConditions)
27544
Return new GroupJoinClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _groupKeyword, _joinKeyword, _joinedVariables, _additionalJoins, _onKeyword, _joinConditions, _intoKeyword, _aggregationVariables)
27548
Return new GroupJoinClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _groupKeyword, _joinKeyword, _joinedVariables, _additionalJoins, _onKeyword, _joinConditions, _intoKeyword, _aggregationVariables)
27693
Return new OrderByClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _orderKeyword, _byKeyword, _orderings)
27697
Return new OrderByClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _orderKeyword, _byKeyword, _orderings)
27823
Return new OrderingSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _ascendingOrDescendingKeyword)
27827
Return new OrderingSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _ascendingOrDescendingKeyword)
27949
Return new SelectClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _selectKeyword, _variables)
27953
Return new SelectClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _selectKeyword, _variables)
28149
Return new XmlDocumentSyntax(Me.
Kind
, newErrors, GetAnnotations, _declaration, _precedingMisc, _root, _followingMisc)
28153
Return new XmlDocumentSyntax(Me.
Kind
, GetDiagnostics, annotations, _declaration, _precedingMisc, _root, _followingMisc)
28364
Return new XmlDeclarationSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanQuestionToken, _xmlKeyword, _version, _encoding, _standalone, _questionGreaterThanToken)
28368
Return new XmlDeclarationSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanQuestionToken, _xmlKeyword, _version, _encoding, _standalone, _questionGreaterThanToken)
28499
Return new XmlDeclarationOptionSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _equals, _value)
28503
Return new XmlDeclarationOptionSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _equals, _value)
28642
Return new XmlElementSyntax(Me.
Kind
, newErrors, GetAnnotations, _startTag, _content, _endTag)
28646
Return new XmlElementSyntax(Me.
Kind
, GetDiagnostics, annotations, _startTag, _content, _endTag)
28743
Return new XmlTextSyntax(Me.
Kind
, newErrors, GetAnnotations, _textTokens)
28747
Return new XmlTextSyntax(Me.
Kind
, GetDiagnostics, annotations, _textTokens)
28907
Return new XmlElementStartTagSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _name, _attributes, _greaterThanToken)
28911
Return new XmlElementStartTagSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _name, _attributes, _greaterThanToken)
29050
Return new XmlElementEndTagSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanSlashToken, _name, _greaterThanToken)
29054
Return new XmlElementEndTagSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanSlashToken, _name, _greaterThanToken)
29214
Return new XmlEmptyElementSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _name, _attributes, _slashGreaterThanToken)
29218
Return new XmlEmptyElementSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _name, _attributes, _slashGreaterThanToken)
29348
Return new XmlAttributeSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _equalsToken, _value)
29352
Return new XmlAttributeSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _equalsToken, _value)
29518
Return new XmlStringSyntax(Me.
Kind
, newErrors, GetAnnotations, _startQuoteToken, _textTokens, _endQuoteToken)
29522
Return new XmlStringSyntax(Me.
Kind
, GetDiagnostics, annotations, _startQuoteToken, _textTokens, _endQuoteToken)
29609
Return new XmlPrefixNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _name)
29613
Return new XmlPrefixNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _name)
29733
Return new XmlNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _prefix, _localName)
29737
Return new XmlNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _prefix, _localName)
29869
Return new XmlBracketedNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanToken, _name, _greaterThanToken)
29873
Return new XmlBracketedNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanToken, _name, _greaterThanToken)
29982
Return new XmlPrefixSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _colonToken)
29986
Return new XmlPrefixSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _colonToken)
30123
Return new XmlCommentSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanExclamationMinusMinusToken, _textTokens, _minusMinusGreaterThanToken)
30127
Return new XmlCommentSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanExclamationMinusMinusToken, _textTokens, _minusMinusGreaterThanToken)
30285
Return new XmlProcessingInstructionSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanQuestionToken, _name, _textTokens, _questionGreaterThanToken)
30289
Return new XmlProcessingInstructionSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanQuestionToken, _name, _textTokens, _questionGreaterThanToken)
30425
Return new XmlCDataSectionSyntax(Me.
Kind
, newErrors, GetAnnotations, _beginCDataToken, _textTokens, _endCDataToken)
30429
Return new XmlCDataSectionSyntax(Me.
Kind
, GetDiagnostics, annotations, _beginCDataToken, _textTokens, _endCDataToken)
30560
Return new XmlEmbeddedExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _lessThanPercentEqualsToken, _expression, _percentGreaterThanToken)
30564
Return new XmlEmbeddedExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _lessThanPercentEqualsToken, _expression, _percentGreaterThanToken)
30714
Return new ArrayTypeSyntax(Me.
Kind
, newErrors, GetAnnotations, _elementType, _rankSpecifiers)
30718
Return new ArrayTypeSyntax(Me.
Kind
, GetDiagnostics, annotations, _elementType, _rankSpecifiers)
30834
Return new NullableTypeSyntax(Me.
Kind
, newErrors, GetAnnotations, _elementType, _questionMarkToken)
30838
Return new NullableTypeSyntax(Me.
Kind
, GetDiagnostics, annotations, _elementType, _questionMarkToken)
30929
Return new PredefinedTypeSyntax(Me.
Kind
, newErrors, GetAnnotations, _keyword)
30933
Return new PredefinedTypeSyntax(Me.
Kind
, GetDiagnostics, annotations, _keyword)
31077
Return new IdentifierNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier)
31081
Return new IdentifierNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier)
31175
Return new GenericNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _identifier, _typeArgumentList)
31179
Return new GenericNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _identifier, _typeArgumentList)
31320
Return new QualifiedNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _dotToken, _right)
31324
Return new QualifiedNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _dotToken, _right)
31414
Return new GlobalNameSyntax(Me.
Kind
, newErrors, GetAnnotations, _globalKeyword)
31418
Return new GlobalNameSyntax(Me.
Kind
, GetDiagnostics, annotations, _globalKeyword)
31587
Return new TypeArgumentListSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _ofKeyword, _arguments, _closeParenToken)
31591
Return new TypeArgumentListSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _ofKeyword, _arguments, _closeParenToken)
31740
Return new CrefReferenceSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _signature, _asClause)
31744
Return new CrefReferenceSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _signature, _asClause)
31881
Return new CrefSignatureSyntax(Me.
Kind
, newErrors, GetAnnotations, _openParenToken, _argumentTypes, _closeParenToken)
31885
Return new CrefSignatureSyntax(Me.
Kind
, GetDiagnostics, annotations, _openParenToken, _argumentTypes, _closeParenToken)
32009
Return new CrefSignaturePartSyntax(Me.
Kind
, newErrors, GetAnnotations, _modifier, _type)
32013
Return new CrefSignaturePartSyntax(Me.
Kind
, GetDiagnostics, annotations, _modifier, _type)
32119
Return new CrefOperatorReferenceSyntax(Me.
Kind
, newErrors, GetAnnotations, _operatorKeyword, _operatorToken)
32123
Return new CrefOperatorReferenceSyntax(Me.
Kind
, GetDiagnostics, annotations, _operatorKeyword, _operatorToken)
32250
Return new QualifiedCrefOperatorReferenceSyntax(Me.
Kind
, newErrors, GetAnnotations, _left, _dotToken, _right)
32254
Return new QualifiedCrefOperatorReferenceSyntax(Me.
Kind
, GetDiagnostics, annotations, _left, _dotToken, _right)
32369
Return new YieldStatementSyntax(Me.
Kind
, newErrors, GetAnnotations, _yieldKeyword, _expression)
32373
Return new YieldStatementSyntax(Me.
Kind
, GetDiagnostics, annotations, _yieldKeyword, _expression)
32488
Return new AwaitExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _awaitKeyword, _expression)
32492
Return new AwaitExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _awaitKeyword, _expression)
32544
Return new KeywordSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia)
32548
Return new KeywordSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia)
32552
Return new KeywordSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia)
32556
Return new KeywordSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia)
32593
Return new PunctuationSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia)
32597
Return new PunctuationSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia)
32601
Return new PunctuationSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia)
32605
Return new PunctuationSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia)
32657
Return new XmlNameTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _possibleKeywordKind)
32661
Return new XmlNameTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _possibleKeywordKind)
32665
Return new XmlNameTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _possibleKeywordKind)
32669
Return new XmlNameTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _possibleKeywordKind)
32726
Return new XmlTextTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
32730
Return new XmlTextTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
32734
Return new XmlTextTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
32738
Return new XmlTextTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
32793
Return new InterpolatedStringTextTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
32797
Return new InterpolatedStringTextTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
32801
Return new InterpolatedStringTextTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
32805
Return new InterpolatedStringTextTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
32876
Return new DecimalLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _typeSuffix, _value)
32880
Return new DecimalLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _typeSuffix, _value)
32884
Return new DecimalLiteralTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _typeSuffix, _value)
32888
Return new DecimalLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _typeSuffix, _value)
32943
Return new DateLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
32947
Return new DateLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
32951
Return new DateLiteralTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
32955
Return new DateLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
33011
Return new StringLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
33015
Return new StringLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
33019
Return new StringLiteralTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
33023
Return new StringLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
33078
Return new CharacterLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, trivia, GetTrailingTrivia, _value)
33082
Return new CharacterLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, GetAnnotations, text, GetLeadingTrivia, trivia, _value)
33086
Return new CharacterLiteralTokenSyntax(Me.
Kind
, newErrors, GetAnnotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
33090
Return new CharacterLiteralTokenSyntax(Me.
Kind
, GetDiagnostics, annotations, text, GetLeadingTrivia, GetTrailingTrivia, _value)
33195
Return new SkippedTokensTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _tokens)
33199
Return new SkippedTokensTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _tokens)
33296
Return new DocumentationCommentTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _content)
33300
Return new DocumentationCommentTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _content)
33474
Return new XmlCrefAttributeSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _equalsToken, _startQuoteToken, _reference, _endQuoteToken)
33478
Return new XmlCrefAttributeSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _equalsToken, _startQuoteToken, _reference, _endQuoteToken)
33652
Return new XmlNameAttributeSyntax(Me.
Kind
, newErrors, GetAnnotations, _name, _equalsToken, _startQuoteToken, _reference, _endQuoteToken)
33656
Return new XmlNameAttributeSyntax(Me.
Kind
, GetDiagnostics, annotations, _name, _equalsToken, _startQuoteToken, _reference, _endQuoteToken)
33805
Return new ConditionalAccessExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _expression, _questionMarkToken, _whenNotNull)
33809
Return new ConditionalAccessExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _expression, _questionMarkToken, _whenNotNull)
33972
Return new NameOfExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _nameOfKeyword, _openParenToken, _argument, _closeParenToken)
33976
Return new NameOfExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _nameOfKeyword, _openParenToken, _argument, _closeParenToken)
34121
Return new InterpolatedStringExpressionSyntax(Me.
Kind
, newErrors, GetAnnotations, _dollarSignDoubleQuoteToken, _contents, _doubleQuoteToken)
34125
Return new InterpolatedStringExpressionSyntax(Me.
Kind
, GetDiagnostics, annotations, _dollarSignDoubleQuoteToken, _contents, _doubleQuoteToken)
34241
Return new InterpolatedStringTextSyntax(Me.
Kind
, newErrors, GetAnnotations, _textToken)
34245
Return new InterpolatedStringTextSyntax(Me.
Kind
, GetDiagnostics, annotations, _textToken)
34452
Return new InterpolationSyntax(Me.
Kind
, newErrors, GetAnnotations, _openBraceToken, _expression, _alignmentClause, _formatClause, _closeBraceToken)
34456
Return new InterpolationSyntax(Me.
Kind
, GetDiagnostics, annotations, _openBraceToken, _expression, _alignmentClause, _formatClause, _closeBraceToken)
34572
Return new InterpolationAlignmentClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _commaToken, _value)
34576
Return new InterpolationAlignmentClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _commaToken, _value)
34692
Return new InterpolationFormatClauseSyntax(Me.
Kind
, newErrors, GetAnnotations, _colonToken, _formatStringToken)
34696
Return new InterpolationFormatClauseSyntax(Me.
Kind
, GetDiagnostics, annotations, _colonToken, _formatStringToken)
34778
Return new SyntaxTrivia(Me.
Kind
, newErrors, GetAnnotations, Me.Text)
34782
Return new SyntaxTrivia(Me.
Kind
, GetDiagnostics, annotations, Me.Text)
34944
Return new ConstDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _constKeyword, _name, _equalsToken, _value)
34948
Return new ConstDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _constKeyword, _name, _equalsToken, _value)
35120
Return new IfDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _elseKeyword, _ifOrElseIfKeyword, _condition, _thenKeyword)
35124
Return new IfDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _elseKeyword, _ifOrElseIfKeyword, _condition, _thenKeyword)
35214
Return new ElseDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _elseKeyword)
35218
Return new ElseDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _elseKeyword)
35329
Return new EndIfDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _endKeyword, _ifKeyword)
35333
Return new EndIfDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _endKeyword, _ifKeyword)
35450
Return new RegionDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _regionKeyword, _name)
35454
Return new RegionDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _regionKeyword, _name)
35571
Return new EndRegionDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _endKeyword, _regionKeyword)
35575
Return new EndRegionDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _endKeyword, _regionKeyword)
35771
Return new ExternalSourceDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _externalSourceKeyword, _openParenToken, _externalSource, _commaToken, _lineStart, _closeParenToken)
35775
Return new ExternalSourceDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _externalSourceKeyword, _openParenToken, _externalSource, _commaToken, _lineStart, _closeParenToken)
35886
Return new EndExternalSourceDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _endKeyword, _externalSourceKeyword)
35890
Return new EndExternalSourceDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _endKeyword, _externalSourceKeyword)
36127
Return new ExternalChecksumDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _externalChecksumKeyword, _openParenToken, _externalSource, _firstCommaToken, _guid, _secondCommaToken, _checksum, _closeParenToken)
36131
Return new ExternalChecksumDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _externalChecksumKeyword, _openParenToken, _externalSource, _firstCommaToken, _guid, _secondCommaToken, _checksum, _closeParenToken)
36269
Return new EnableWarningDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _enableKeyword, _warningKeyword, _errorCodes)
36273
Return new EnableWarningDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _enableKeyword, _warningKeyword, _errorCodes)
36411
Return new DisableWarningDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _disableKeyword, _warningKeyword, _errorCodes)
36415
Return new DisableWarningDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _disableKeyword, _warningKeyword, _errorCodes)
36526
Return new ReferenceDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken, _referenceKeyword, _file)
36530
Return new ReferenceDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken, _referenceKeyword, _file)
36591
Return new BadDirectiveTriviaSyntax(Me.
Kind
, newErrors, GetAnnotations, _hashToken)
36595
Return new BadDirectiveTriviaSyntax(Me.
Kind
, GetDiagnostics, annotations, _hashToken)
37748
Return New EmptyStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEmpty)
37763
Return New EndBlockStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEndKeyword, newBlockKeyword)
37784
Return New CompilationUnitSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOptions.Node, newImports.Node, newAttributes.Node, newMembers.Node, newEndOfFileToken)
37801
Return New OptionStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOptionKeyword, newNameKeyword, newValueKeyword)
37816
Return New ImportsStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newImportsKeyword, newImportsClauses.Node)
37831
Return New SimpleImportsClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAlias, newName)
37846
Return New ImportAliasClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newEqualsToken)
37863
Return New XmlNamespaceImportsClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newXmlNamespace, newGreaterThanToken)
37880
Return New NamespaceBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNamespaceStatement, newMembers.Node, newEndNamespaceStatement)
37895
Return New NamespaceStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNamespaceKeyword, newName)
37916
Return New ModuleBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newModuleStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndModuleStatement)
37937
Return New StructureBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStructureStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndStructureStatement)
37958
Return New InterfaceBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newInterfaceStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndInterfaceStatement)
37979
Return New ClassBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newClassStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndClassStatement)
37996
Return New EnumBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEnumStatement, newMembers.Node, newEndEnumStatement)
38011
Return New InheritsStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newInheritsKeyword, newTypes.Node)
38026
Return New ImplementsStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newImplementsKeyword, newTypes.Node)
38047
Return New ModuleStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newModuleKeyword, newIdentifier, newTypeParameterList)
38068
Return New StructureStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newStructureKeyword, newIdentifier, newTypeParameterList)
38089
Return New InterfaceStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newInterfaceKeyword, newIdentifier, newTypeParameterList)
38110
Return New ClassStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newClassKeyword, newIdentifier, newTypeParameterList)
38131
Return New EnumStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newEnumKeyword, newIdentifier, newUnderlyingType)
38150
Return New TypeParameterListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newOfKeyword, newParameters.Node, newCloseParenToken)
38167
Return New TypeParameterSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newVarianceKeyword, newIdentifier, newTypeParameterConstraintClause)
38182
Return New TypeParameterSingleConstraintClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAsKeyword, newConstraint)
38201
Return New TypeParameterMultipleConstraintClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAsKeyword, newOpenBraceToken, newConstraints.Node, newCloseBraceToken)
38214
Return New SpecialConstraintSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newConstraintKeyword)
38227
Return New TypeConstraintSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newType)
38244
Return New EnumMemberDeclarationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newIdentifier, newInitializer)
38261
Return New MethodBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSubOrFunctionStatement, newStatements.Node, newEndSubOrFunctionStatement)
38278
Return New ConstructorBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSubNewStatement, newStatements.Node, newEndSubStatement)
38295
Return New OperatorBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOperatorStatement, newStatements.Node, newEndOperatorStatement)
38312
Return New AccessorBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAccessorStatement, newStatements.Node, newEndAccessorStatement)
38329
Return New PropertyBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newPropertyStatement, newAccessors.Node, newEndPropertyStatement)
38346
Return New EventBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEventStatement, newAccessors.Node, newEndEventStatement)
38363
Return New ParameterListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newParameters.Node, newCloseParenToken)
38392
Return New MethodStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newSubOrFunctionKeyword, newIdentifier, newTypeParameterList, newParameterList, newAsClause, newHandlesClause, newImplementsClause)
38413
Return New SubNewStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newSubKeyword, newNewKeyword, newParameterList)
38448
Return New DeclareStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newDeclareKeyword, newCharsetKeyword, newSubOrFunctionKeyword, newIdentifier, newLibKeyword, newLibraryName, newAliasKeyword, newAliasName, newParameterList, newAsClause)
38475
Return New DelegateStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newDelegateKeyword, newSubOrFunctionKeyword, newIdentifier, newTypeParameterList, newParameterList, newAsClause)
38502
Return New EventStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newCustomKeyword, newEventKeyword, newIdentifier, newParameterList, newAsClause, newImplementsClause)
38525
Return New OperatorStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newOperatorKeyword, newOperatorToken, newParameterList, newAsClause)
38552
Return New PropertyStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newPropertyKeyword, newIdentifier, newParameterList, newAsClause, newInitializer, newImplementsClause)
38571
Return New AccessorStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newAccessorKeyword, newParameterList)
38586
Return New ImplementsClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newImplementsKeyword, newInterfaceMembers.Node)
38601
Return New HandlesClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHandlesKeyword, newEvents.Node)
38614
Return New KeywordEventContainerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
38627
Return New WithEventsEventContainerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier)
38644
Return New WithEventsPropertyEventContainerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWithEventsContainer, newDotToken, newProperty)
38661
Return New HandlesClauseItemSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEventContainer, newDotToken, newEventMember)
38678
Return New IncompleteMemberSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newMissingIdentifier)
38695
Return New FieldDeclarationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newDeclarators.Node)
38712
Return New VariableDeclaratorSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNames.Node, newAsClause, newInitializer)
38729
Return New SimpleAsClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAsKeyword, newAttributeLists.Node, newType)
38744
Return New AsNewClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAsKeyword, newNewExpression)
38763
Return New ObjectMemberInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWithKeyword, newOpenBraceToken, newInitializers.Node, newCloseBraceToken)
38778
Return New ObjectCollectionInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFromKeyword, newInitializer)
38793
Return New InferredFieldInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyKeyword, newExpression)
38814
Return New NamedFieldInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyKeyword, newDotToken, newName, newEqualsToken, newExpression)
38829
Return New EqualsValueSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEqualsToken, newValue)
38850
Return New ParameterSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newIdentifier, newAsClause, newDefault)
38869
Return New ModifiedIdentifierSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newNullable, newArrayBounds, newArrayRankSpecifiers.Node)
38886
Return New ArrayRankSpecifierSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newCommaTokens.Node, newCloseParenToken)
38903
Return New AttributeListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newAttributes.Node, newGreaterThanToken)
38920
Return New AttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTarget, newName, newArgumentList)
38935
Return New AttributeTargetSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeModifier, newColonToken)
38948
Return New AttributesStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node)
38961
Return New ExpressionStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression)
38976
Return New PrintStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newQuestionToken, newExpression)
38993
Return New WhileBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhileStatement, newStatements.Node, newEndWhileStatement)
39010
Return New UsingBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newUsingStatement, newStatements.Node, newEndUsingStatement)
39027
Return New SyncLockBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSyncLockStatement, newStatements.Node, newEndSyncLockStatement)
39044
Return New WithBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWithStatement, newStatements.Node, newEndWithStatement)
39059
Return New LocalDeclarationStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newModifiers.Node, newDeclarators.Node)
39074
Return New LabelStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLabelToken, newColonToken)
39089
Return New GoToStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGoToKeyword, newLabel)
39102
Return New LabelSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLabelToken)
39115
Return New StopOrEndStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStopOrEndKeyword)
39130
Return New ExitStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExitKeyword, newBlockKeyword)
39145
Return New ContinueStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newContinueKeyword, newBlockKeyword)
39160
Return New ReturnStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newReturnKeyword, newExpression)
39181
Return New SingleLineIfStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfKeyword, newCondition, newThenKeyword, newStatements.Node, newElseClause)
39196
Return New SingleLineElseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseKeyword, newStatements.Node)
39217
Return New MultiLineIfBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfStatement, newStatements.Node, newElseIfBlocks.Node, newElseBlock, newEndIfStatement)
39234
Return New IfStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfKeyword, newCondition, newThenKeyword)
39249
Return New ElseIfBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseIfStatement, newStatements.Node)
39266
Return New ElseIfStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseIfKeyword, newCondition, newThenKeyword)
39281
Return New ElseBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseStatement, newStatements.Node)
39294
Return New ElseStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseKeyword)
39315
Return New TryBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTryStatement, newStatements.Node, newCatchBlocks.Node, newFinallyBlock, newEndTryStatement)
39328
Return New TryStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTryKeyword)
39343
Return New CatchBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCatchStatement, newStatements.Node)
39362
Return New CatchStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCatchKeyword, newIdentifierName, newAsClause, newWhenClause)
39377
Return New CatchFilterClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhenKeyword, newFilter)
39392
Return New FinallyBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFinallyStatement, newStatements.Node)
39405
Return New FinallyStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFinallyKeyword)
39420
Return New ErrorStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newErrorKeyword, newErrorNumber)
39441
Return New OnErrorGoToStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOnKeyword, newErrorKeyword, newGoToKeyword, newMinus, newLabel)
39460
Return New OnErrorResumeNextStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOnKeyword, newErrorKeyword, newResumeKeyword, newNextKeyword)
39475
Return New ResumeStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newResumeKeyword, newLabel)
39492
Return New SelectBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSelectStatement, newCaseBlocks.Node, newEndSelectStatement)
39509
Return New SelectStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSelectKeyword, newCaseKeyword, newExpression)
39524
Return New CaseBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCaseStatement, newStatements.Node)
39539
Return New CaseStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCaseKeyword, newCases.Node)
39552
Return New ElseCaseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElseKeyword)
39565
Return New SimpleCaseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newValue)
39582
Return New RangeCaseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLowerBound, newToKeyword, newUpperBound)
39599
Return New RelationalCaseClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIsKeyword, newOperatorToken, newValue)
39614
Return New SyncLockStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSyncLockKeyword, newExpression)
39631
Return New DoLoopBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDoStatement, newStatements.Node, newLoopStatement)
39646
Return New DoStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDoKeyword, newWhileOrUntilClause)
39661
Return New LoopStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLoopKeyword, newWhileOrUntilClause)
39676
Return New WhileOrUntilClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhileOrUntilKeyword, newCondition)
39691
Return New WhileStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhileKeyword, newCondition)
39708
Return New ForBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newForStatement, newStatements.Node, newNextStatement)
39725
Return New ForEachBlockSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newForEachStatement, newStatements.Node, newNextStatement)
39750
Return New ForStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newForKeyword, newControlVariable, newEqualsToken, newFromValue, newToKeyword, newToValue, newStepClause)
39765
Return New ForStepClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStepKeyword, newStepValue)
39786
Return New ForEachStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newForKeyword, newEachKeyword, newControlVariable, newInKeyword, newExpression)
39801
Return New NextStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNextKeyword, newControlVariables.Node)
39818
Return New UsingStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newUsingKeyword, newExpression, newVariables.Node)
39833
Return New ThrowStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newThrowKeyword, newExpression)
39850
Return New AssignmentStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newOperatorToken, newRight)
39865
Return New MidExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newMid, newArgumentList)
39880
Return New CallStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCallKeyword, newInvocation)
39899
Return New AddRemoveHandlerStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAddHandlerOrRemoveHandlerKeyword, newEventExpression, newCommaToken, newDelegateExpression)
39916
Return New RaiseEventStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newRaiseEventKeyword, newName, newArgumentList)
39931
Return New WithStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWithKeyword, newExpression)
39948
Return New ReDimStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newReDimKeyword, newPreserveKeyword, newClauses.Node)
39963
Return New RedimClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newArrayBounds)
39978
Return New EraseStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEraseKeyword, newExpressions.Node)
39991
Return New LiteralExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newToken)
40008
Return New ParenthesizedExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newExpression, newCloseParenToken)
40025
Return New TupleExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newArguments.Node, newCloseParenToken)
40042
Return New TupleTypeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newElements.Node, newCloseParenToken)
40055
Return New TypedTupleElementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newType)
40070
Return New NamedTupleElementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newAsClause)
40083
Return New MeExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
40096
Return New MyBaseExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
40109
Return New MyClassExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
40128
Return New GetTypeExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGetTypeKeyword, newOpenParenToken, newType, newCloseParenToken)
40147
Return New TypeOfExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTypeOfKeyword, newExpression, newOperatorToken, newType)
40166
Return New GetXmlNamespaceExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGetXmlNamespaceKeyword, newOpenParenToken, newName, newCloseParenToken)
40183
Return New MemberAccessExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newOperatorToken, newName)
40204
Return New XmlMemberAccessExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newBase, newToken1, newToken2, newToken3, newName)
40219
Return New InvocationExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newArgumentList)
40240
Return New ObjectCreationExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNewKeyword, newAttributeLists.Node, newType, newArgumentList, newInitializer)
40257
Return New AnonymousObjectCreationExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNewKeyword, newAttributeLists.Node, newInitializer)
40280
Return New ArrayCreationExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNewKeyword, newAttributeLists.Node, newType, newArrayBounds, newRankSpecifiers.Node, newInitializer)
40297
Return New CollectionInitializerSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenBraceToken, newInitializers.Node, newCloseBraceToken)
40320
Return New CTypeExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword, newOpenParenToken, newExpression, newCommaToken, newType, newCloseParenToken)
40343
Return New DirectCastExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword, newOpenParenToken, newExpression, newCommaToken, newType, newCloseParenToken)
40366
Return New TryCastExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword, newOpenParenToken, newExpression, newCommaToken, newType, newCloseParenToken)
40385
Return New PredefinedCastExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword, newOpenParenToken, newExpression, newCloseParenToken)
40402
Return New BinaryExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newOperatorToken, newRight)
40417
Return New UnaryExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOperatorToken, newOperand)
40440
Return New BinaryConditionalExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfKeyword, newOpenParenToken, newFirstExpression, newCommaToken, newSecondExpression, newCloseParenToken)
40467
Return New TernaryConditionalExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIfKeyword, newOpenParenToken, newCondition, newFirstCommaToken, newWhenTrue, newSecondCommaToken, newWhenFalse, newCloseParenToken)
40482
Return New SingleLineLambdaExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSubOrFunctionHeader, newBody)
40499
Return New MultiLineLambdaExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSubOrFunctionHeader, newStatements.Node, newEndSubOrFunctionStatement)
40520
Return New LambdaHeaderSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newSubOrFunctionKeyword, newParameterList, newAsClause)
40537
Return New ArgumentListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newArguments.Node, newCloseParenToken)
40550
Return New OmittedArgumentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newEmpty)
40565
Return New SimpleArgumentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNameColonEquals, newExpression)
40580
Return New NameColonEqualsSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newColonEqualsToken)
40597
Return New RangeArgumentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLowerBound, newToKeyword, newUpperBound)
40610
Return New QueryExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newClauses.Node)
40629
Return New CollectionRangeVariableSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newAsClause, newInKeyword, newExpression)
40644
Return New ExpressionRangeVariableSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNameEquals, newExpression)
40659
Return New AggregationRangeVariableSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNameEquals, newAggregation)
40676
Return New VariableNameEqualsSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newAsClause, newEqualsToken)
40695
Return New FunctionAggregationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFunctionName, newOpenParenToken, newArgument, newCloseParenToken)
40708
Return New GroupAggregationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGroupKeyword)
40723
Return New FromClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newFromKeyword, newVariables.Node)
40738
Return New LetClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLetKeyword, newVariables.Node)
40759
Return New AggregateClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAggregateKeyword, newVariables.Node, newAdditionalQueryOperators.Node, newIntoKeyword, newAggregationVariables.Node)
40772
Return New DistinctClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDistinctKeyword)
40787
Return New WhereClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newWhereKeyword, newCondition)
40804
Return New PartitionWhileClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSkipOrTakeKeyword, newWhileKeyword, newCondition)
40819
Return New PartitionClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSkipOrTakeKeyword, newCount)
40842
Return New GroupByClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGroupKeyword, newItems.Node, newByKeyword, newKeys.Node, newIntoKeyword, newAggregationVariables.Node)
40859
Return New JoinConditionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newEqualsKeyword, newRight)
40880
Return New SimpleJoinClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newJoinKeyword, newJoinedVariables.Node, newAdditionalJoins.Node, newOnKeyword, newJoinConditions.Node)
40907
Return New GroupJoinClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGroupKeyword, newJoinKeyword, newJoinedVariables.Node, newAdditionalJoins.Node, newOnKeyword, newJoinConditions.Node, newIntoKeyword, newAggregationVariables.Node)
40924
Return New OrderByClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOrderKeyword, newByKeyword, newOrderings.Node)
40939
Return New OrderingSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newAscendingOrDescendingKeyword)
40954
Return New SelectClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newSelectKeyword, newVariables.Node)
40973
Return New XmlDocumentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDeclaration, newPrecedingMisc.Node, newRoot, newFollowingMisc.Node)
40996
Return New XmlDeclarationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanQuestionToken, newXmlKeyword, newVersion, newEncoding, newStandalone, newQuestionGreaterThanToken)
41013
Return New XmlDeclarationOptionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newEquals, newValue)
41030
Return New XmlElementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStartTag, newContent.Node, newEndTag)
41043
Return New XmlTextSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTextTokens.Node)
41062
Return New XmlElementStartTagSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newName, newAttributes.Node, newGreaterThanToken)
41079
Return New XmlElementEndTagSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanSlashToken, newName, newGreaterThanToken)
41098
Return New XmlEmptyElementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newName, newAttributes.Node, newSlashGreaterThanToken)
41115
Return New XmlAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newEqualsToken, newValue)
41132
Return New XmlStringSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newStartQuoteToken, newTextTokens.Node, newEndQuoteToken)
41145
Return New XmlPrefixNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName)
41160
Return New XmlNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newPrefix, newLocalName)
41177
Return New XmlBracketedNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newName, newGreaterThanToken)
41192
Return New XmlPrefixSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newColonToken)
41209
Return New XmlCommentSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanExclamationMinusMinusToken, newTextTokens.Node, newMinusMinusGreaterThanToken)
41228
Return New XmlProcessingInstructionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanQuestionToken, newName, newTextTokens.Node, newQuestionGreaterThanToken)
41245
Return New XmlCDataSectionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newBeginCDataToken, newTextTokens.Node, newEndCDataToken)
41262
Return New XmlEmbeddedExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLessThanPercentEqualsToken, newExpression, newPercentGreaterThanToken)
41277
Return New ArrayTypeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElementType, newRankSpecifiers.Node)
41292
Return New NullableTypeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newElementType, newQuestionMarkToken)
41305
Return New PredefinedTypeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newKeyword)
41318
Return New IdentifierNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier)
41333
Return New GenericNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newIdentifier, newTypeArgumentList)
41350
Return New QualifiedNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newDotToken, newRight)
41363
Return New GlobalNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newGlobalKeyword)
41382
Return New TypeArgumentListSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newOfKeyword, newArguments.Node, newCloseParenToken)
41399
Return New CrefReferenceSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newSignature, newAsClause)
41416
Return New CrefSignatureSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newArgumentTypes.Node, newCloseParenToken)
41431
Return New CrefSignaturePartSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newModifier, newType)
41446
Return New CrefOperatorReferenceSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOperatorKeyword, newOperatorToken)
41463
Return New QualifiedCrefOperatorReferenceSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newLeft, newDotToken, newRight)
41478
Return New YieldStatementSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newYieldKeyword, newExpression)
41493
Return New AwaitExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newAwaitKeyword, newExpression)
41506
Return New SkippedTokensTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTokens.Node)
41519
Return New DocumentationCommentTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newContent.Node)
41540
Return New XmlCrefAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newEqualsToken, newStartQuoteToken, newReference, newEndQuoteToken)
41561
Return New XmlNameAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newName, newEqualsToken, newStartQuoteToken, newReference, newEndQuoteToken)
41578
Return New ConditionalAccessExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newExpression, newQuestionMarkToken, newWhenNotNull)
41597
Return New NameOfExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newNameOfKeyword, newOpenParenToken, newArgument, newCloseParenToken)
41614
Return New InterpolatedStringExpressionSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newDollarSignDoubleQuoteToken, newContents.Node, newDoubleQuoteToken)
41627
Return New InterpolatedStringTextSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newTextToken)
41648
Return New InterpolationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newOpenBraceToken, newExpression, newAlignmentClause, newFormatClause, newCloseBraceToken)
41663
Return New InterpolationAlignmentClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newCommaToken, newValue)
41678
Return New InterpolationFormatClauseSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newColonToken, newFormatStringToken)
41699
Return New ConstDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newConstKeyword, newName, newEqualsToken, newValue)
41720
Return New IfDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newElseKeyword, newIfOrElseIfKeyword, newCondition, newThenKeyword)
41735
Return New ElseDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newElseKeyword)
41752
Return New EndIfDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEndKeyword, newIfKeyword)
41769
Return New RegionDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newRegionKeyword, newName)
41786
Return New EndRegionDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEndKeyword, newRegionKeyword)
41811
Return New ExternalSourceDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newExternalSourceKeyword, newOpenParenToken, newExternalSource, newCommaToken, newLineStart, newCloseParenToken)
41828
Return New EndExternalSourceDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEndKeyword, newExternalSourceKeyword)
41857
Return New ExternalChecksumDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newExternalChecksumKeyword, newOpenParenToken, newExternalSource, newFirstCommaToken, newGuid, newSecondCommaToken, newChecksum, newCloseParenToken)
41876
Return New EnableWarningDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEnableKeyword, newWarningKeyword, newErrorCodes.Node)
41895
Return New DisableWarningDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newDisableKeyword, newWarningKeyword, newErrorCodes.Node)
41912
Return New ReferenceDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken, newReferenceKeyword, newFile)
41925
Return New BadDirectiveTriviaSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, newHashToken)
41948
Debug.Assert(empty IsNot Nothing AndAlso empty.
Kind
= SyntaxKind.EmptyToken)
41978
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
41979
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.IfKeyword)
42009
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42010
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.UsingKeyword)
42040
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42041
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WithKeyword)
42071
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42072
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SelectKeyword)
42102
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42103
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.StructureKeyword)
42133
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42134
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.EnumKeyword)
42164
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42165
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.InterfaceKeyword)
42195
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42196
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ClassKeyword)
42226
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42227
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ModuleKeyword)
42257
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42258
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.NamespaceKeyword)
42288
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42289
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SubKeyword)
42319
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42320
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.FunctionKeyword)
42350
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42351
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.GetKeyword)
42381
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42382
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SetKeyword)
42412
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42413
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.PropertyKeyword)
42443
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42444
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.OperatorKeyword)
42474
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42475
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.EventKeyword)
42505
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42506
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
42536
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42537
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
42567
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42568
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
42598
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42599
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
42629
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42630
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.TryKeyword)
42660
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42661
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SyncLockKeyword)
42702
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
42703
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsEndBlockStatementBlockKeyword(blockKeyword.
Kind
))
42743
Debug.Assert(endOfFileToken IsNot Nothing AndAlso endOfFileToken.
Kind
= SyntaxKind.EndOfFileToken)
42763
Debug.Assert(optionKeyword IsNot Nothing AndAlso optionKeyword.
Kind
= SyntaxKind.OptionKeyword)
42764
Debug.Assert(nameKeyword IsNot Nothing AndAlso SyntaxFacts.IsOptionStatementNameKeyword(nameKeyword.
Kind
))
42792
Debug.Assert(importsKeyword IsNot Nothing AndAlso importsKeyword.
Kind
= SyntaxKind.ImportsKeyword)
42847
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
42848
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
42872
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
42874
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
42933
Debug.Assert(namespaceKeyword IsNot Nothing AndAlso namespaceKeyword.
Kind
= SyntaxKind.NamespaceKeyword)
43097
Debug.Assert(inheritsKeyword IsNot Nothing AndAlso inheritsKeyword.
Kind
= SyntaxKind.InheritsKeyword)
43124
Debug.Assert(implementsKeyword IsNot Nothing AndAlso implementsKeyword.
Kind
= SyntaxKind.ImplementsKeyword)
43164
Debug.Assert(moduleKeyword IsNot Nothing AndAlso moduleKeyword.
Kind
= SyntaxKind.ModuleKeyword)
43165
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
43193
Debug.Assert(structureKeyword IsNot Nothing AndAlso structureKeyword.
Kind
= SyntaxKind.StructureKeyword)
43194
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
43222
Debug.Assert(interfaceKeyword IsNot Nothing AndAlso interfaceKeyword.
Kind
= SyntaxKind.InterfaceKeyword)
43223
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
43251
Debug.Assert(classKeyword IsNot Nothing AndAlso classKeyword.
Kind
= SyntaxKind.ClassKeyword)
43252
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
43280
Debug.Assert(enumKeyword IsNot Nothing AndAlso enumKeyword.
Kind
= SyntaxKind.EnumKeyword)
43281
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
43303
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
43304
Debug.Assert(ofKeyword IsNot Nothing AndAlso ofKeyword.
Kind
= SyntaxKind.OfKeyword)
43305
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
43325
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
43355
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
43391
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
43392
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
43393
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
43408
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
43435
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
43462
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
43495
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
43543
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44022
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
44023
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
44082
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
44083
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44130
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
44131
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44183
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsMethodStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
44184
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44215
Debug.Assert(subKeyword IsNot Nothing AndAlso subKeyword.
Kind
= SyntaxKind.SubKeyword)
44216
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
44268
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
44269
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
44270
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44271
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
44324
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
44325
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
44326
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44327
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
44385
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
44386
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsDeclareStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
44387
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44388
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
44429
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
44430
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
44431
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44471
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
44472
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
44473
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44519
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
44520
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsDelegateStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
44521
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44563
Debug.Assert(eventKeyword IsNot Nothing AndAlso eventKeyword.
Kind
= SyntaxKind.EventKeyword)
44564
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44600
Debug.Assert(operatorKeyword IsNot Nothing AndAlso operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
44601
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsOperatorStatementOperatorToken(operatorToken.
Kind
))
44645
Debug.Assert(propertyKeyword IsNot Nothing AndAlso propertyKeyword.
Kind
= SyntaxKind.PropertyKeyword)
44646
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44676
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.GetKeyword)
44706
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.SetKeyword)
44736
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
44766
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
44796
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
44833
Debug.Assert(accessorKeyword IsNot Nothing AndAlso SyntaxFacts.IsAccessorStatementAccessorKeyword(accessorKeyword.
Kind
))
44849
Debug.Assert(implementsKeyword IsNot Nothing AndAlso implementsKeyword.
Kind
= SyntaxKind.ImplementsKeyword)
44877
Debug.Assert(handlesKeyword IsNot Nothing AndAlso handlesKeyword.
Kind
= SyntaxKind.HandlesKeyword)
44903
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsKeywordEventContainerKeyword(keyword.
Kind
))
44928
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
44960
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
44994
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
45130
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
45161
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
45195
Debug.Assert(withKeyword IsNot Nothing AndAlso withKeyword.
Kind
= SyntaxKind.WithKeyword)
45196
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
45197
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
45213
Debug.Assert(fromKeyword IsNot Nothing AndAlso fromKeyword.
Kind
= SyntaxKind.FromKeyword)
45279
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
45281
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
45298
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
45362
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
45381
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
45382
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
45412
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
45413
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
45473
Debug.Assert(attributeModifier IsNot Nothing AndAlso SyntaxFacts.IsAttributeTargetAttributeModifier(attributeModifier.
Kind
))
45474
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
45551
Debug.Assert(questionToken IsNot Nothing AndAlso questionToken.
Kind
= SyntaxKind.QuestionToken)
45739
Debug.Assert(labelToken IsNot Nothing AndAlso SyntaxFacts.IsLabelStatementLabelToken(labelToken.
Kind
))
45740
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
45768
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
45795
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.IdentifierToken)
45821
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.IntegerLiteralToken)
45847
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.NextKeyword)
45878
Debug.Assert(labelToken IsNot Nothing AndAlso SyntaxFacts.IsLabelLabelToken(labelToken.
Kind
))
45903
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
45928
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
45958
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
45986
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
45987
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.DoKeyword)
46015
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46016
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ForKeyword)
46044
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46045
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SubKeyword)
46073
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46074
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.FunctionKeyword)
46102
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46103
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.OperatorKeyword)
46131
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46132
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.PropertyKeyword)
46160
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46161
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.TryKeyword)
46189
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46190
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SelectKeyword)
46218
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46219
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
46255
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
46256
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsExitStatementBlockKeyword(blockKeyword.
Kind
))
46285
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
46286
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
46315
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
46316
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.DoKeyword)
46345
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
46346
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ForKeyword)
46381
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
46382
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsContinueStatementBlockKeyword(blockKeyword.
Kind
))
46409
Debug.Assert(returnKeyword IsNot Nothing AndAlso returnKeyword.
Kind
= SyntaxKind.ReturnKeyword)
46446
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
46448
Debug.Assert(thenKeyword IsNot Nothing AndAlso thenKeyword.
Kind
= SyntaxKind.ThenKeyword)
46464
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
46523
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
46582
Debug.Assert(elseIfKeyword IsNot Nothing AndAlso elseIfKeyword.
Kind
= SyntaxKind.ElseIfKeyword)
46634
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
46684
Debug.Assert(tryKeyword IsNot Nothing AndAlso tryKeyword.
Kind
= SyntaxKind.TryKeyword)
46746
Debug.Assert(catchKeyword IsNot Nothing AndAlso catchKeyword.
Kind
= SyntaxKind.CatchKeyword)
46761
Debug.Assert(whenKeyword IsNot Nothing AndAlso whenKeyword.
Kind
= SyntaxKind.WhenKeyword)
46813
Debug.Assert(finallyKeyword IsNot Nothing AndAlso finallyKeyword.
Kind
= SyntaxKind.FinallyKeyword)
46840
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
46878
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
46879
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
46880
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
46906
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
46907
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
46908
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
46934
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
46935
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
46936
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
46968
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
46969
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
46970
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
46992
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
46993
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
46994
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
46995
Debug.Assert(nextKeyword IsNot Nothing AndAlso nextKeyword.
Kind
= SyntaxKind.NextKeyword)
47013
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
47043
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
47073
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
47136
Debug.Assert(selectKeyword IsNot Nothing AndAlso selectKeyword.
Kind
= SyntaxKind.SelectKeyword)
47221
Debug.Assert(caseKeyword IsNot Nothing AndAlso caseKeyword.
Kind
= SyntaxKind.CaseKeyword)
47251
Debug.Assert(caseKeyword IsNot Nothing AndAlso caseKeyword.
Kind
= SyntaxKind.CaseKeyword)
47275
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
47330
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
47362
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
47394
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
47426
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanToken)
47458
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanEqualsToken)
47490
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanEqualsToken)
47522
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanToken)
47561
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsRelationalCaseClauseOperatorToken(operatorToken.
Kind
))
47590
Debug.Assert(syncLockKeyword IsNot Nothing AndAlso syncLockKeyword.
Kind
= SyntaxKind.SyncLockKeyword)
47817
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
47845
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
47873
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
47906
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
47934
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
47962
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
47990
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
48024
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
48053
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso whileOrUntilKeyword.
Kind
= SyntaxKind.WhileKeyword)
48083
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso whileOrUntilKeyword.
Kind
= SyntaxKind.UntilKeyword)
48118
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso SyntaxFacts.IsWhileOrUntilClauseWhileOrUntilKeyword(whileOrUntilKeyword.
Kind
))
48147
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
48266
Debug.Assert(forKeyword IsNot Nothing AndAlso forKeyword.
Kind
= SyntaxKind.ForKeyword)
48268
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
48270
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
48286
Debug.Assert(stepKeyword IsNot Nothing AndAlso stepKeyword.
Kind
= SyntaxKind.StepKeyword)
48332
Debug.Assert(forKeyword IsNot Nothing AndAlso forKeyword.
Kind
= SyntaxKind.ForKeyword)
48333
Debug.Assert(eachKeyword IsNot Nothing AndAlso eachKeyword.
Kind
= SyntaxKind.EachKeyword)
48335
Debug.Assert(inKeyword IsNot Nothing AndAlso inKeyword.
Kind
= SyntaxKind.InKeyword)
48354
Debug.Assert(nextKeyword IsNot Nothing AndAlso nextKeyword.
Kind
= SyntaxKind.NextKeyword)
48388
Debug.Assert(usingKeyword IsNot Nothing AndAlso usingKeyword.
Kind
= SyntaxKind.UsingKeyword)
48415
Debug.Assert(throwKeyword IsNot Nothing AndAlso throwKeyword.
Kind
= SyntaxKind.ThrowKeyword)
48448
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
48482
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
48516
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusEqualsToken)
48550
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusEqualsToken)
48584
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AsteriskEqualsToken)
48618
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.SlashEqualsToken)
48652
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.BackslashEqualsToken)
48686
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.CaretEqualsToken)
48720
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanLessThanEqualsToken)
48754
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanGreaterThanEqualsToken)
48788
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AmpersandEqualsToken)
48832
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsAssignmentStatementOperatorToken(operatorToken.
Kind
))
48860
Debug.Assert(mid IsNot Nothing AndAlso mid.
Kind
= SyntaxKind.IdentifierToken)
48889
Debug.Assert(callKeyword IsNot Nothing AndAlso callKeyword.
Kind
= SyntaxKind.CallKeyword)
48924
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso addHandlerOrRemoveHandlerKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
48926
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
48949
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso addHandlerOrRemoveHandlerKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
48951
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
48980
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso SyntaxFacts.IsAddRemoveHandlerStatementAddHandlerOrRemoveHandlerKeyword(addHandlerOrRemoveHandlerKeyword.
Kind
))
48982
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
49001
Debug.Assert(raiseEventKeyword IsNot Nothing AndAlso raiseEventKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
49031
Debug.Assert(withKeyword IsNot Nothing AndAlso withKeyword.
Kind
= SyntaxKind.WithKeyword)
49063
Debug.Assert(reDimKeyword IsNot Nothing AndAlso reDimKeyword.
Kind
= SyntaxKind.ReDimKeyword)
49094
Debug.Assert(reDimKeyword IsNot Nothing AndAlso reDimKeyword.
Kind
= SyntaxKind.ReDimKeyword)
49149
Debug.Assert(eraseKeyword IsNot Nothing AndAlso eraseKeyword.
Kind
= SyntaxKind.EraseKeyword)
49185
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
49221
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
49257
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
49293
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
49329
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
49365
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
49401
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
49444
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
49474
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
49476
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
49506
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
49507
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
49537
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
49538
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
49590
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
49614
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MeKeyword)
49638
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MyBaseKeyword)
49662
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MyClassKeyword)
49695
Debug.Assert(getTypeKeyword IsNot Nothing AndAlso getTypeKeyword.
Kind
= SyntaxKind.GetTypeKeyword)
49696
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
49698
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
49719
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
49721
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsKeyword)
49743
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
49745
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsNotKeyword)
49772
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
49774
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsTypeOfExpressionOperatorToken(operatorToken.
Kind
))
49796
Debug.Assert(getXmlNamespaceKeyword IsNot Nothing AndAlso getXmlNamespaceKeyword.
Kind
= SyntaxKind.GetXmlNamespaceKeyword)
49797
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
49798
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
49817
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.DotToken)
49849
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.ExclamationToken)
49887
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsMemberAccessExpressionOperatorToken(operatorToken.
Kind
))
49926
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
49953
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
49980
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
50013
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
50069
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
50089
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
50131
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
50152
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
50153
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
50189
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.CTypeKeyword)
50190
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
50192
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
50194
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
50218
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.DirectCastKeyword)
50219
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
50221
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
50223
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
50247
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.TryCastKeyword)
50248
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
50250
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
50252
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
50274
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsPredefinedCastExpressionKeyword(keyword.
Kind
))
50275
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
50277
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
50295
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusToken)
50326
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusToken)
50357
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AsteriskToken)
50388
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.SlashToken)
50419
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.BackslashToken)
50450
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.CaretToken)
50481
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanLessThanToken)
50512
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanGreaterThanToken)
50543
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AmpersandToken)
50574
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.ModKeyword)
50605
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
50636
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
50667
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanToken)
50698
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanEqualsToken)
50729
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanEqualsToken)
50760
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanToken)
50791
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsKeyword)
50822
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsNotKeyword)
50853
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LikeKeyword)
50884
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.OrKeyword)
50915
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.XorKeyword)
50946
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AndKeyword)
50977
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.OrElseKeyword)
51008
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AndAlsoKeyword)
51051
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsBinaryExpressionOperatorToken(operatorToken.
Kind
))
51079
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusToken)
51107
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusToken)
51135
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.NotKeyword)
51163
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AddressOfKeyword)
51197
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsUnaryExpressionOperatorToken(operatorToken.
Kind
))
51238
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
51239
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
51241
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
51243
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
51277
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
51278
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
51280
Debug.Assert(firstCommaToken IsNot Nothing AndAlso firstCommaToken.
Kind
= SyntaxKind.CommaToken)
51282
Debug.Assert(secondCommaToken IsNot Nothing AndAlso secondCommaToken.
Kind
= SyntaxKind.CommaToken)
51284
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
51521
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
51551
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
51586
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsLambdaHeaderSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
51605
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
51606
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
51631
Debug.Assert(empty IsNot Nothing AndAlso empty.
Kind
= SyntaxKind.EmptyToken)
51687
Debug.Assert(colonEqualsToken IsNot Nothing AndAlso colonEqualsToken.
Kind
= SyntaxKind.ColonEqualsToken)
51719
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
51781
Debug.Assert(inKeyword IsNot Nothing AndAlso inKeyword.
Kind
= SyntaxKind.InKeyword)
51862
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
51896
Debug.Assert(functionName IsNot Nothing AndAlso functionName.
Kind
= SyntaxKind.IdentifierToken)
51910
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
51939
Debug.Assert(fromKeyword IsNot Nothing AndAlso fromKeyword.
Kind
= SyntaxKind.FromKeyword)
51966
Debug.Assert(letKeyword IsNot Nothing AndAlso letKeyword.
Kind
= SyntaxKind.LetKeyword)
52002
Debug.Assert(aggregateKeyword IsNot Nothing AndAlso aggregateKeyword.
Kind
= SyntaxKind.AggregateKeyword)
52003
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
52015
Debug.Assert(distinctKeyword IsNot Nothing AndAlso distinctKeyword.
Kind
= SyntaxKind.DistinctKeyword)
52042
Debug.Assert(whereKeyword IsNot Nothing AndAlso whereKeyword.
Kind
= SyntaxKind.WhereKeyword)
52074
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.SkipKeyword)
52075
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
52107
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.TakeKeyword)
52108
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
52145
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso SyntaxFacts.IsPartitionWhileClauseSkipOrTakeKeyword(skipOrTakeKeyword.
Kind
))
52146
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
52174
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.SkipKeyword)
52202
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.TakeKeyword)
52235
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso SyntaxFacts.IsPartitionClauseSkipOrTakeKeyword(skipOrTakeKeyword.
Kind
))
52273
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
52274
Debug.Assert(byKeyword IsNot Nothing AndAlso byKeyword.
Kind
= SyntaxKind.ByKeyword)
52275
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
52294
Debug.Assert(equalsKeyword IsNot Nothing AndAlso equalsKeyword.
Kind
= SyntaxKind.EqualsKeyword)
52332
Debug.Assert(joinKeyword IsNot Nothing AndAlso joinKeyword.
Kind
= SyntaxKind.JoinKeyword)
52333
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
52367
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
52368
Debug.Assert(joinKeyword IsNot Nothing AndAlso joinKeyword.
Kind
= SyntaxKind.JoinKeyword)
52369
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
52370
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
52388
Debug.Assert(orderKeyword IsNot Nothing AndAlso orderKeyword.
Kind
= SyntaxKind.OrderKeyword)
52389
Debug.Assert(byKeyword IsNot Nothing AndAlso byKeyword.
Kind
= SyntaxKind.ByKeyword)
52509
Debug.Assert(selectKeyword IsNot Nothing AndAlso selectKeyword.
Kind
= SyntaxKind.SelectKeyword)
52540
Debug.Assert(lessThanQuestionToken IsNot Nothing AndAlso lessThanQuestionToken.
Kind
= SyntaxKind.LessThanQuestionToken)
52541
Debug.Assert(xmlKeyword IsNot Nothing AndAlso xmlKeyword.
Kind
= SyntaxKind.XmlKeyword)
52543
Debug.Assert(questionGreaterThanToken IsNot Nothing AndAlso questionGreaterThanToken.
Kind
= SyntaxKind.QuestionGreaterThanToken)
52553
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
52554
Debug.Assert(equals IsNot Nothing AndAlso equals.
Kind
= SyntaxKind.EqualsToken)
52622
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
52624
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
52633
Debug.Assert(lessThanSlashToken IsNot Nothing AndAlso lessThanSlashToken.
Kind
= SyntaxKind.LessThanSlashToken)
52634
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
52655
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
52657
Debug.Assert(slashGreaterThanToken IsNot Nothing AndAlso slashGreaterThanToken.
Kind
= SyntaxKind.SlashGreaterThanToken)
52667
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
52690
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlStringStartQuoteToken(startQuoteToken.
Kind
))
52691
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlStringEndQuoteToken(endQuoteToken.
Kind
))
52712
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
52735
Debug.Assert(localName IsNot Nothing AndAlso localName.
Kind
= SyntaxKind.XmlNameToken)
52758
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
52760
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
52781
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
52782
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
52804
Debug.Assert(lessThanExclamationMinusMinusToken IsNot Nothing AndAlso lessThanExclamationMinusMinusToken.
Kind
= SyntaxKind.LessThanExclamationMinusMinusToken)
52805
Debug.Assert(minusMinusGreaterThanToken IsNot Nothing AndAlso minusMinusGreaterThanToken.
Kind
= SyntaxKind.MinusMinusGreaterThanToken)
52827
Debug.Assert(lessThanQuestionToken IsNot Nothing AndAlso lessThanQuestionToken.
Kind
= SyntaxKind.LessThanQuestionToken)
52828
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
52829
Debug.Assert(questionGreaterThanToken IsNot Nothing AndAlso questionGreaterThanToken.
Kind
= SyntaxKind.QuestionGreaterThanToken)
52838
Debug.Assert(beginCDataToken IsNot Nothing AndAlso beginCDataToken.
Kind
= SyntaxKind.BeginCDataToken)
52839
Debug.Assert(endCDataToken IsNot Nothing AndAlso endCDataToken.
Kind
= SyntaxKind.EndCDataToken)
52861
Debug.Assert(lessThanPercentEqualsToken IsNot Nothing AndAlso lessThanPercentEqualsToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken)
52863
Debug.Assert(percentGreaterThanToken IsNot Nothing AndAlso percentGreaterThanToken.
Kind
= SyntaxKind.PercentGreaterThanToken)
52920
Debug.Assert(questionMarkToken IsNot Nothing AndAlso questionMarkToken.
Kind
= SyntaxKind.QuestionToken)
52945
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsPredefinedTypeKeyword(keyword.
Kind
))
52970
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
52998
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
53032
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
53057
Debug.Assert(globalKeyword IsNot Nothing AndAlso globalKeyword.
Kind
= SyntaxKind.GlobalKeyword)
53090
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53091
Debug.Assert(ofKeyword IsNot Nothing AndAlso ofKeyword.
Kind
= SyntaxKind.OfKeyword)
53092
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53124
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53125
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53160
Debug.Assert(operatorKeyword IsNot Nothing AndAlso operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
53161
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsCrefOperatorReferenceOperatorToken(operatorToken.
Kind
))
53180
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
53208
Debug.Assert(yieldKeyword IsNot Nothing AndAlso yieldKeyword.
Kind
= SyntaxKind.YieldKeyword)
53236
Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.
Kind
= SyntaxKind.AwaitKeyword)
53416
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
53417
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlCrefAttributeStartQuoteToken(startQuoteToken.
Kind
))
53419
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlCrefAttributeEndQuoteToken(endQuoteToken.
Kind
))
53431
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
53432
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlNameAttributeStartQuoteToken(startQuoteToken.
Kind
))
53434
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlNameAttributeEndQuoteToken(endQuoteToken.
Kind
))
53453
Debug.Assert(questionMarkToken IsNot Nothing AndAlso questionMarkToken.
Kind
= SyntaxKind.QuestionToken)
53487
Debug.Assert(nameOfKeyword IsNot Nothing AndAlso nameOfKeyword.
Kind
= SyntaxKind.NameOfKeyword)
53488
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53490
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53508
Debug.Assert(dollarSignDoubleQuoteToken IsNot Nothing AndAlso dollarSignDoubleQuoteToken.
Kind
= SyntaxKind.DollarSignDoubleQuoteToken)
53509
Debug.Assert(doubleQuoteToken IsNot Nothing AndAlso doubleQuoteToken.
Kind
= SyntaxKind.DoubleQuoteToken)
53533
Debug.Assert(textToken IsNot Nothing AndAlso textToken.
Kind
= SyntaxKind.InterpolatedStringTextToken)
53571
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
53573
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
53589
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
53618
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
53619
Debug.Assert(formatStringToken IsNot Nothing AndAlso formatStringToken.
Kind
= SyntaxKind.InterpolatedStringTextToken)
53789
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53790
Debug.Assert(constKeyword IsNot Nothing AndAlso constKeyword.
Kind
= SyntaxKind.ConstKeyword)
53791
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.IdentifierToken)
53792
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
53806
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53807
Debug.Assert(ifOrElseIfKeyword IsNot Nothing AndAlso SyntaxFacts.IsIfDirectiveTriviaIfOrElseIfKeyword(ifOrElseIfKeyword.
Kind
))
53821
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53822
Debug.Assert(ifOrElseIfKeyword IsNot Nothing AndAlso SyntaxFacts.IsIfDirectiveTriviaIfOrElseIfKeyword(ifOrElseIfKeyword.
Kind
))
53835
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53836
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
53848
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53849
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
53850
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
53868
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53869
Debug.Assert(regionKeyword IsNot Nothing AndAlso regionKeyword.
Kind
= SyntaxKind.RegionKeyword)
53870
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.StringLiteralToken)
53888
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53889
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
53890
Debug.Assert(regionKeyword IsNot Nothing AndAlso regionKeyword.
Kind
= SyntaxKind.RegionKeyword)
53903
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53904
Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.
Kind
= SyntaxKind.ExternalSourceKeyword)
53905
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53906
Debug.Assert(externalSource IsNot Nothing AndAlso externalSource.
Kind
= SyntaxKind.StringLiteralToken)
53907
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
53908
Debug.Assert(lineStart IsNot Nothing AndAlso lineStart.
Kind
= SyntaxKind.IntegerLiteralToken)
53909
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53921
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53922
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
53923
Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.
Kind
= SyntaxKind.ExternalSourceKeyword)
53935
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53936
Debug.Assert(externalChecksumKeyword IsNot Nothing AndAlso externalChecksumKeyword.
Kind
= SyntaxKind.ExternalChecksumKeyword)
53937
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
53938
Debug.Assert(externalSource IsNot Nothing AndAlso externalSource.
Kind
= SyntaxKind.StringLiteralToken)
53939
Debug.Assert(firstCommaToken IsNot Nothing AndAlso firstCommaToken.
Kind
= SyntaxKind.CommaToken)
53940
Debug.Assert(guid IsNot Nothing AndAlso guid.
Kind
= SyntaxKind.StringLiteralToken)
53941
Debug.Assert(secondCommaToken IsNot Nothing AndAlso secondCommaToken.
Kind
= SyntaxKind.CommaToken)
53942
Debug.Assert(checksum IsNot Nothing AndAlso checksum.
Kind
= SyntaxKind.StringLiteralToken)
53943
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
53955
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53956
Debug.Assert(enableKeyword IsNot Nothing AndAlso enableKeyword.
Kind
= SyntaxKind.EnableKeyword)
53957
Debug.Assert(warningKeyword IsNot Nothing AndAlso warningKeyword.
Kind
= SyntaxKind.WarningKeyword)
53969
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53970
Debug.Assert(disableKeyword IsNot Nothing AndAlso disableKeyword.
Kind
= SyntaxKind.DisableKeyword)
53971
Debug.Assert(warningKeyword IsNot Nothing AndAlso warningKeyword.
Kind
= SyntaxKind.WarningKeyword)
53983
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
53984
Debug.Assert(referenceKeyword IsNot Nothing AndAlso referenceKeyword.
Kind
= SyntaxKind.ReferenceKeyword)
53985
Debug.Assert(file IsNot Nothing AndAlso file.
Kind
= SyntaxKind.StringLiteralToken)
54000
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
54026
Debug.Assert(empty IsNot Nothing AndAlso empty.
Kind
= SyntaxKind.EmptyToken)
54056
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54057
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.IfKeyword)
54087
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54088
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.UsingKeyword)
54118
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54119
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WithKeyword)
54149
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54150
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SelectKeyword)
54180
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54181
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.StructureKeyword)
54211
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54212
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.EnumKeyword)
54242
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54243
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.InterfaceKeyword)
54273
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54274
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ClassKeyword)
54304
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54305
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ModuleKeyword)
54335
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54336
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.NamespaceKeyword)
54366
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54367
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SubKeyword)
54397
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54398
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.FunctionKeyword)
54428
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54429
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.GetKeyword)
54459
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54460
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SetKeyword)
54490
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54491
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.PropertyKeyword)
54521
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54522
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.OperatorKeyword)
54552
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54553
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.EventKeyword)
54583
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54584
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
54614
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54615
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
54645
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54646
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
54676
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54677
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
54707
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54708
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.TryKeyword)
54738
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54739
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SyncLockKeyword)
54780
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
54781
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsEndBlockStatementBlockKeyword(blockKeyword.
Kind
))
54821
Debug.Assert(endOfFileToken IsNot Nothing AndAlso endOfFileToken.
Kind
= SyntaxKind.EndOfFileToken)
54841
Debug.Assert(optionKeyword IsNot Nothing AndAlso optionKeyword.
Kind
= SyntaxKind.OptionKeyword)
54842
Debug.Assert(nameKeyword IsNot Nothing AndAlso SyntaxFacts.IsOptionStatementNameKeyword(nameKeyword.
Kind
))
54870
Debug.Assert(importsKeyword IsNot Nothing AndAlso importsKeyword.
Kind
= SyntaxKind.ImportsKeyword)
54925
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
54926
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
54950
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
54952
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
55011
Debug.Assert(namespaceKeyword IsNot Nothing AndAlso namespaceKeyword.
Kind
= SyntaxKind.NamespaceKeyword)
55175
Debug.Assert(inheritsKeyword IsNot Nothing AndAlso inheritsKeyword.
Kind
= SyntaxKind.InheritsKeyword)
55202
Debug.Assert(implementsKeyword IsNot Nothing AndAlso implementsKeyword.
Kind
= SyntaxKind.ImplementsKeyword)
55242
Debug.Assert(moduleKeyword IsNot Nothing AndAlso moduleKeyword.
Kind
= SyntaxKind.ModuleKeyword)
55243
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
55271
Debug.Assert(structureKeyword IsNot Nothing AndAlso structureKeyword.
Kind
= SyntaxKind.StructureKeyword)
55272
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
55300
Debug.Assert(interfaceKeyword IsNot Nothing AndAlso interfaceKeyword.
Kind
= SyntaxKind.InterfaceKeyword)
55301
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
55329
Debug.Assert(classKeyword IsNot Nothing AndAlso classKeyword.
Kind
= SyntaxKind.ClassKeyword)
55330
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
55358
Debug.Assert(enumKeyword IsNot Nothing AndAlso enumKeyword.
Kind
= SyntaxKind.EnumKeyword)
55359
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
55381
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
55382
Debug.Assert(ofKeyword IsNot Nothing AndAlso ofKeyword.
Kind
= SyntaxKind.OfKeyword)
55383
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
55403
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
55433
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
55469
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
55470
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
55471
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
55486
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
55513
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
55540
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
55573
Debug.Assert(constraintKeyword IsNot Nothing AndAlso SyntaxFacts.IsSpecialConstraintConstraintKeyword(constraintKeyword.
Kind
))
55621
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56100
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
56101
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
56160
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
56161
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56208
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
56209
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56261
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsMethodStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
56262
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56293
Debug.Assert(subKeyword IsNot Nothing AndAlso subKeyword.
Kind
= SyntaxKind.SubKeyword)
56294
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
56346
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
56347
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
56348
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56349
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
56402
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
56403
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
56404
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56405
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
56463
Debug.Assert(declareKeyword IsNot Nothing AndAlso declareKeyword.
Kind
= SyntaxKind.DeclareKeyword)
56464
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsDeclareStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
56465
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56466
Debug.Assert(libKeyword IsNot Nothing AndAlso libKeyword.
Kind
= SyntaxKind.LibKeyword)
56507
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
56508
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
56509
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56549
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
56550
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
56551
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56597
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.
Kind
= SyntaxKind.DelegateKeyword)
56598
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsDelegateStatementSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
56599
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56641
Debug.Assert(eventKeyword IsNot Nothing AndAlso eventKeyword.
Kind
= SyntaxKind.EventKeyword)
56642
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56678
Debug.Assert(operatorKeyword IsNot Nothing AndAlso operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
56679
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsOperatorStatementOperatorToken(operatorToken.
Kind
))
56723
Debug.Assert(propertyKeyword IsNot Nothing AndAlso propertyKeyword.
Kind
= SyntaxKind.PropertyKeyword)
56724
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
56754
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.GetKeyword)
56784
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.SetKeyword)
56814
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
56844
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
56874
Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
56911
Debug.Assert(accessorKeyword IsNot Nothing AndAlso SyntaxFacts.IsAccessorStatementAccessorKeyword(accessorKeyword.
Kind
))
56927
Debug.Assert(implementsKeyword IsNot Nothing AndAlso implementsKeyword.
Kind
= SyntaxKind.ImplementsKeyword)
56955
Debug.Assert(handlesKeyword IsNot Nothing AndAlso handlesKeyword.
Kind
= SyntaxKind.HandlesKeyword)
56981
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsKeywordEventContainerKeyword(keyword.
Kind
))
57006
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
57038
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
57072
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
57208
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
57239
Debug.Assert(asKeyword IsNot Nothing AndAlso asKeyword.
Kind
= SyntaxKind.AsKeyword)
57273
Debug.Assert(withKeyword IsNot Nothing AndAlso withKeyword.
Kind
= SyntaxKind.WithKeyword)
57274
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
57275
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
57291
Debug.Assert(fromKeyword IsNot Nothing AndAlso fromKeyword.
Kind
= SyntaxKind.FromKeyword)
57357
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
57359
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
57376
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
57440
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
57459
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
57460
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
57490
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
57491
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
57551
Debug.Assert(attributeModifier IsNot Nothing AndAlso SyntaxFacts.IsAttributeTargetAttributeModifier(attributeModifier.
Kind
))
57552
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
57629
Debug.Assert(questionToken IsNot Nothing AndAlso questionToken.
Kind
= SyntaxKind.QuestionToken)
57817
Debug.Assert(labelToken IsNot Nothing AndAlso SyntaxFacts.IsLabelStatementLabelToken(labelToken.
Kind
))
57818
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
57846
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
57873
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.IdentifierToken)
57899
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.IntegerLiteralToken)
57925
Debug.Assert(labelToken IsNot Nothing AndAlso labelToken.
Kind
= SyntaxKind.NextKeyword)
57956
Debug.Assert(labelToken IsNot Nothing AndAlso SyntaxFacts.IsLabelLabelToken(labelToken.
Kind
))
57981
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
58006
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
58036
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.IsStopOrEndStatementStopOrEndKeyword(stopOrEndKeyword.
Kind
))
58064
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58065
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.DoKeyword)
58093
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58094
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ForKeyword)
58122
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58123
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SubKeyword)
58151
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58152
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.FunctionKeyword)
58180
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58181
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.OperatorKeyword)
58209
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58210
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.PropertyKeyword)
58238
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58239
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.TryKeyword)
58267
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58268
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.SelectKeyword)
58296
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58297
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
58333
Debug.Assert(exitKeyword IsNot Nothing AndAlso exitKeyword.
Kind
= SyntaxKind.ExitKeyword)
58334
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsExitStatementBlockKeyword(blockKeyword.
Kind
))
58363
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
58364
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.WhileKeyword)
58393
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
58394
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.DoKeyword)
58423
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
58424
Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.
Kind
= SyntaxKind.ForKeyword)
58459
Debug.Assert(continueKeyword IsNot Nothing AndAlso continueKeyword.
Kind
= SyntaxKind.ContinueKeyword)
58460
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.IsContinueStatementBlockKeyword(blockKeyword.
Kind
))
58487
Debug.Assert(returnKeyword IsNot Nothing AndAlso returnKeyword.
Kind
= SyntaxKind.ReturnKeyword)
58524
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
58526
Debug.Assert(thenKeyword IsNot Nothing AndAlso thenKeyword.
Kind
= SyntaxKind.ThenKeyword)
58542
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
58601
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
58660
Debug.Assert(elseIfKeyword IsNot Nothing AndAlso elseIfKeyword.
Kind
= SyntaxKind.ElseIfKeyword)
58712
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
58762
Debug.Assert(tryKeyword IsNot Nothing AndAlso tryKeyword.
Kind
= SyntaxKind.TryKeyword)
58824
Debug.Assert(catchKeyword IsNot Nothing AndAlso catchKeyword.
Kind
= SyntaxKind.CatchKeyword)
58839
Debug.Assert(whenKeyword IsNot Nothing AndAlso whenKeyword.
Kind
= SyntaxKind.WhenKeyword)
58891
Debug.Assert(finallyKeyword IsNot Nothing AndAlso finallyKeyword.
Kind
= SyntaxKind.FinallyKeyword)
58918
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
58956
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
58957
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
58958
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
58984
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
58985
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
58986
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
59012
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
59013
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
59014
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
59046
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
59047
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
59048
Debug.Assert(goToKeyword IsNot Nothing AndAlso goToKeyword.
Kind
= SyntaxKind.GoToKeyword)
59070
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
59071
Debug.Assert(errorKeyword IsNot Nothing AndAlso errorKeyword.
Kind
= SyntaxKind.ErrorKeyword)
59072
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
59073
Debug.Assert(nextKeyword IsNot Nothing AndAlso nextKeyword.
Kind
= SyntaxKind.NextKeyword)
59091
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
59121
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
59151
Debug.Assert(resumeKeyword IsNot Nothing AndAlso resumeKeyword.
Kind
= SyntaxKind.ResumeKeyword)
59214
Debug.Assert(selectKeyword IsNot Nothing AndAlso selectKeyword.
Kind
= SyntaxKind.SelectKeyword)
59299
Debug.Assert(caseKeyword IsNot Nothing AndAlso caseKeyword.
Kind
= SyntaxKind.CaseKeyword)
59329
Debug.Assert(caseKeyword IsNot Nothing AndAlso caseKeyword.
Kind
= SyntaxKind.CaseKeyword)
59353
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
59408
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
59440
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
59472
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
59504
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanToken)
59536
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanEqualsToken)
59568
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanEqualsToken)
59600
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanToken)
59639
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsRelationalCaseClauseOperatorToken(operatorToken.
Kind
))
59668
Debug.Assert(syncLockKeyword IsNot Nothing AndAlso syncLockKeyword.
Kind
= SyntaxKind.SyncLockKeyword)
59895
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
59923
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
59951
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
59984
Debug.Assert(doKeyword IsNot Nothing AndAlso doKeyword.
Kind
= SyntaxKind.DoKeyword)
60012
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
60040
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
60068
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
60102
Debug.Assert(loopKeyword IsNot Nothing AndAlso loopKeyword.
Kind
= SyntaxKind.LoopKeyword)
60131
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso whileOrUntilKeyword.
Kind
= SyntaxKind.WhileKeyword)
60161
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso whileOrUntilKeyword.
Kind
= SyntaxKind.UntilKeyword)
60196
Debug.Assert(whileOrUntilKeyword IsNot Nothing AndAlso SyntaxFacts.IsWhileOrUntilClauseWhileOrUntilKeyword(whileOrUntilKeyword.
Kind
))
60225
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
60344
Debug.Assert(forKeyword IsNot Nothing AndAlso forKeyword.
Kind
= SyntaxKind.ForKeyword)
60346
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
60348
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
60364
Debug.Assert(stepKeyword IsNot Nothing AndAlso stepKeyword.
Kind
= SyntaxKind.StepKeyword)
60410
Debug.Assert(forKeyword IsNot Nothing AndAlso forKeyword.
Kind
= SyntaxKind.ForKeyword)
60411
Debug.Assert(eachKeyword IsNot Nothing AndAlso eachKeyword.
Kind
= SyntaxKind.EachKeyword)
60413
Debug.Assert(inKeyword IsNot Nothing AndAlso inKeyword.
Kind
= SyntaxKind.InKeyword)
60432
Debug.Assert(nextKeyword IsNot Nothing AndAlso nextKeyword.
Kind
= SyntaxKind.NextKeyword)
60466
Debug.Assert(usingKeyword IsNot Nothing AndAlso usingKeyword.
Kind
= SyntaxKind.UsingKeyword)
60493
Debug.Assert(throwKeyword IsNot Nothing AndAlso throwKeyword.
Kind
= SyntaxKind.ThrowKeyword)
60526
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
60560
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
60594
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusEqualsToken)
60628
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusEqualsToken)
60662
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AsteriskEqualsToken)
60696
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.SlashEqualsToken)
60730
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.BackslashEqualsToken)
60764
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.CaretEqualsToken)
60798
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanLessThanEqualsToken)
60832
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanGreaterThanEqualsToken)
60866
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AmpersandEqualsToken)
60910
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsAssignmentStatementOperatorToken(operatorToken.
Kind
))
60938
Debug.Assert(mid IsNot Nothing AndAlso mid.
Kind
= SyntaxKind.IdentifierToken)
60967
Debug.Assert(callKeyword IsNot Nothing AndAlso callKeyword.
Kind
= SyntaxKind.CallKeyword)
61002
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso addHandlerOrRemoveHandlerKeyword.
Kind
= SyntaxKind.AddHandlerKeyword)
61004
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
61027
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso addHandlerOrRemoveHandlerKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword)
61029
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
61058
Debug.Assert(addHandlerOrRemoveHandlerKeyword IsNot Nothing AndAlso SyntaxFacts.IsAddRemoveHandlerStatementAddHandlerOrRemoveHandlerKeyword(addHandlerOrRemoveHandlerKeyword.
Kind
))
61060
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
61079
Debug.Assert(raiseEventKeyword IsNot Nothing AndAlso raiseEventKeyword.
Kind
= SyntaxKind.RaiseEventKeyword)
61109
Debug.Assert(withKeyword IsNot Nothing AndAlso withKeyword.
Kind
= SyntaxKind.WithKeyword)
61141
Debug.Assert(reDimKeyword IsNot Nothing AndAlso reDimKeyword.
Kind
= SyntaxKind.ReDimKeyword)
61172
Debug.Assert(reDimKeyword IsNot Nothing AndAlso reDimKeyword.
Kind
= SyntaxKind.ReDimKeyword)
61227
Debug.Assert(eraseKeyword IsNot Nothing AndAlso eraseKeyword.
Kind
= SyntaxKind.EraseKeyword)
61263
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
61299
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
61335
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
61371
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
61407
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
61443
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
61479
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
61522
Debug.Assert(token IsNot Nothing AndAlso SyntaxFacts.IsLiteralExpressionToken(token.
Kind
))
61552
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
61554
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
61584
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
61585
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
61615
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
61616
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
61668
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
61692
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MeKeyword)
61716
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MyBaseKeyword)
61740
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.MyClassKeyword)
61773
Debug.Assert(getTypeKeyword IsNot Nothing AndAlso getTypeKeyword.
Kind
= SyntaxKind.GetTypeKeyword)
61774
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
61776
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
61797
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
61799
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsKeyword)
61821
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
61823
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsNotKeyword)
61850
Debug.Assert(typeOfKeyword IsNot Nothing AndAlso typeOfKeyword.
Kind
= SyntaxKind.TypeOfKeyword)
61852
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsTypeOfExpressionOperatorToken(operatorToken.
Kind
))
61874
Debug.Assert(getXmlNamespaceKeyword IsNot Nothing AndAlso getXmlNamespaceKeyword.
Kind
= SyntaxKind.GetXmlNamespaceKeyword)
61875
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
61876
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
61895
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.DotToken)
61927
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.ExclamationToken)
61965
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsMemberAccessExpressionOperatorToken(operatorToken.
Kind
))
62004
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
62031
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
62058
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
62091
Debug.Assert(token1 IsNot Nothing AndAlso token1.
Kind
= SyntaxKind.DotToken)
62147
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
62167
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
62209
Debug.Assert(newKeyword IsNot Nothing AndAlso newKeyword.
Kind
= SyntaxKind.NewKeyword)
62230
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
62231
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
62267
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.CTypeKeyword)
62268
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
62270
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
62272
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
62296
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.DirectCastKeyword)
62297
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
62299
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
62301
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
62325
Debug.Assert(keyword IsNot Nothing AndAlso keyword.
Kind
= SyntaxKind.TryCastKeyword)
62326
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
62328
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
62330
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
62352
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsPredefinedCastExpressionKeyword(keyword.
Kind
))
62353
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
62355
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
62373
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusToken)
62404
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusToken)
62435
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AsteriskToken)
62466
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.SlashToken)
62497
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.BackslashToken)
62528
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.CaretToken)
62559
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanLessThanToken)
62590
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanGreaterThanToken)
62621
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AmpersandToken)
62652
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.ModKeyword)
62683
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.EqualsToken)
62714
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
62745
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanToken)
62776
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LessThanEqualsToken)
62807
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanEqualsToken)
62838
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.GreaterThanToken)
62869
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsKeyword)
62900
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.IsNotKeyword)
62931
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.LikeKeyword)
62962
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.OrKeyword)
62993
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.XorKeyword)
63024
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AndKeyword)
63055
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.OrElseKeyword)
63086
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AndAlsoKeyword)
63129
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsBinaryExpressionOperatorToken(operatorToken.
Kind
))
63157
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.PlusToken)
63185
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.MinusToken)
63213
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.NotKeyword)
63241
Debug.Assert(operatorToken IsNot Nothing AndAlso operatorToken.
Kind
= SyntaxKind.AddressOfKeyword)
63275
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsUnaryExpressionOperatorToken(operatorToken.
Kind
))
63316
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
63317
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
63319
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
63321
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
63355
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
63356
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
63358
Debug.Assert(firstCommaToken IsNot Nothing AndAlso firstCommaToken.
Kind
= SyntaxKind.CommaToken)
63360
Debug.Assert(secondCommaToken IsNot Nothing AndAlso secondCommaToken.
Kind
= SyntaxKind.CommaToken)
63362
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
63599
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.SubKeyword)
63629
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso subOrFunctionKeyword.
Kind
= SyntaxKind.FunctionKeyword)
63664
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.IsLambdaHeaderSubOrFunctionKeyword(subOrFunctionKeyword.
Kind
))
63683
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
63684
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
63709
Debug.Assert(empty IsNot Nothing AndAlso empty.
Kind
= SyntaxKind.EmptyToken)
63765
Debug.Assert(colonEqualsToken IsNot Nothing AndAlso colonEqualsToken.
Kind
= SyntaxKind.ColonEqualsToken)
63797
Debug.Assert(toKeyword IsNot Nothing AndAlso toKeyword.
Kind
= SyntaxKind.ToKeyword)
63859
Debug.Assert(inKeyword IsNot Nothing AndAlso inKeyword.
Kind
= SyntaxKind.InKeyword)
63940
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
63974
Debug.Assert(functionName IsNot Nothing AndAlso functionName.
Kind
= SyntaxKind.IdentifierToken)
63988
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
64017
Debug.Assert(fromKeyword IsNot Nothing AndAlso fromKeyword.
Kind
= SyntaxKind.FromKeyword)
64044
Debug.Assert(letKeyword IsNot Nothing AndAlso letKeyword.
Kind
= SyntaxKind.LetKeyword)
64080
Debug.Assert(aggregateKeyword IsNot Nothing AndAlso aggregateKeyword.
Kind
= SyntaxKind.AggregateKeyword)
64081
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
64093
Debug.Assert(distinctKeyword IsNot Nothing AndAlso distinctKeyword.
Kind
= SyntaxKind.DistinctKeyword)
64120
Debug.Assert(whereKeyword IsNot Nothing AndAlso whereKeyword.
Kind
= SyntaxKind.WhereKeyword)
64152
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.SkipKeyword)
64153
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
64185
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.TakeKeyword)
64186
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
64223
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso SyntaxFacts.IsPartitionWhileClauseSkipOrTakeKeyword(skipOrTakeKeyword.
Kind
))
64224
Debug.Assert(whileKeyword IsNot Nothing AndAlso whileKeyword.
Kind
= SyntaxKind.WhileKeyword)
64252
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.SkipKeyword)
64280
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso skipOrTakeKeyword.
Kind
= SyntaxKind.TakeKeyword)
64313
Debug.Assert(skipOrTakeKeyword IsNot Nothing AndAlso SyntaxFacts.IsPartitionClauseSkipOrTakeKeyword(skipOrTakeKeyword.
Kind
))
64351
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
64352
Debug.Assert(byKeyword IsNot Nothing AndAlso byKeyword.
Kind
= SyntaxKind.ByKeyword)
64353
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
64372
Debug.Assert(equalsKeyword IsNot Nothing AndAlso equalsKeyword.
Kind
= SyntaxKind.EqualsKeyword)
64410
Debug.Assert(joinKeyword IsNot Nothing AndAlso joinKeyword.
Kind
= SyntaxKind.JoinKeyword)
64411
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
64445
Debug.Assert(groupKeyword IsNot Nothing AndAlso groupKeyword.
Kind
= SyntaxKind.GroupKeyword)
64446
Debug.Assert(joinKeyword IsNot Nothing AndAlso joinKeyword.
Kind
= SyntaxKind.JoinKeyword)
64447
Debug.Assert(onKeyword IsNot Nothing AndAlso onKeyword.
Kind
= SyntaxKind.OnKeyword)
64448
Debug.Assert(intoKeyword IsNot Nothing AndAlso intoKeyword.
Kind
= SyntaxKind.IntoKeyword)
64466
Debug.Assert(orderKeyword IsNot Nothing AndAlso orderKeyword.
Kind
= SyntaxKind.OrderKeyword)
64467
Debug.Assert(byKeyword IsNot Nothing AndAlso byKeyword.
Kind
= SyntaxKind.ByKeyword)
64587
Debug.Assert(selectKeyword IsNot Nothing AndAlso selectKeyword.
Kind
= SyntaxKind.SelectKeyword)
64618
Debug.Assert(lessThanQuestionToken IsNot Nothing AndAlso lessThanQuestionToken.
Kind
= SyntaxKind.LessThanQuestionToken)
64619
Debug.Assert(xmlKeyword IsNot Nothing AndAlso xmlKeyword.
Kind
= SyntaxKind.XmlKeyword)
64621
Debug.Assert(questionGreaterThanToken IsNot Nothing AndAlso questionGreaterThanToken.
Kind
= SyntaxKind.QuestionGreaterThanToken)
64631
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
64632
Debug.Assert(equals IsNot Nothing AndAlso equals.
Kind
= SyntaxKind.EqualsToken)
64700
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
64702
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
64711
Debug.Assert(lessThanSlashToken IsNot Nothing AndAlso lessThanSlashToken.
Kind
= SyntaxKind.LessThanSlashToken)
64712
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
64733
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
64735
Debug.Assert(slashGreaterThanToken IsNot Nothing AndAlso slashGreaterThanToken.
Kind
= SyntaxKind.SlashGreaterThanToken)
64745
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
64768
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlStringStartQuoteToken(startQuoteToken.
Kind
))
64769
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlStringEndQuoteToken(endQuoteToken.
Kind
))
64790
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
64813
Debug.Assert(localName IsNot Nothing AndAlso localName.
Kind
= SyntaxKind.XmlNameToken)
64836
Debug.Assert(lessThanToken IsNot Nothing AndAlso lessThanToken.
Kind
= SyntaxKind.LessThanToken)
64838
Debug.Assert(greaterThanToken IsNot Nothing AndAlso greaterThanToken.
Kind
= SyntaxKind.GreaterThanToken)
64859
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
64860
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
64882
Debug.Assert(lessThanExclamationMinusMinusToken IsNot Nothing AndAlso lessThanExclamationMinusMinusToken.
Kind
= SyntaxKind.LessThanExclamationMinusMinusToken)
64883
Debug.Assert(minusMinusGreaterThanToken IsNot Nothing AndAlso minusMinusGreaterThanToken.
Kind
= SyntaxKind.MinusMinusGreaterThanToken)
64905
Debug.Assert(lessThanQuestionToken IsNot Nothing AndAlso lessThanQuestionToken.
Kind
= SyntaxKind.LessThanQuestionToken)
64906
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.XmlNameToken)
64907
Debug.Assert(questionGreaterThanToken IsNot Nothing AndAlso questionGreaterThanToken.
Kind
= SyntaxKind.QuestionGreaterThanToken)
64916
Debug.Assert(beginCDataToken IsNot Nothing AndAlso beginCDataToken.
Kind
= SyntaxKind.BeginCDataToken)
64917
Debug.Assert(endCDataToken IsNot Nothing AndAlso endCDataToken.
Kind
= SyntaxKind.EndCDataToken)
64939
Debug.Assert(lessThanPercentEqualsToken IsNot Nothing AndAlso lessThanPercentEqualsToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken)
64941
Debug.Assert(percentGreaterThanToken IsNot Nothing AndAlso percentGreaterThanToken.
Kind
= SyntaxKind.PercentGreaterThanToken)
64998
Debug.Assert(questionMarkToken IsNot Nothing AndAlso questionMarkToken.
Kind
= SyntaxKind.QuestionToken)
65023
Debug.Assert(keyword IsNot Nothing AndAlso SyntaxFacts.IsPredefinedTypeKeyword(keyword.
Kind
))
65048
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
65076
Debug.Assert(identifier IsNot Nothing AndAlso identifier.
Kind
= SyntaxKind.IdentifierToken)
65110
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
65135
Debug.Assert(globalKeyword IsNot Nothing AndAlso globalKeyword.
Kind
= SyntaxKind.GlobalKeyword)
65168
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
65169
Debug.Assert(ofKeyword IsNot Nothing AndAlso ofKeyword.
Kind
= SyntaxKind.OfKeyword)
65170
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
65202
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
65203
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
65238
Debug.Assert(operatorKeyword IsNot Nothing AndAlso operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
65239
Debug.Assert(operatorToken IsNot Nothing AndAlso SyntaxFacts.IsCrefOperatorReferenceOperatorToken(operatorToken.
Kind
))
65258
Debug.Assert(dotToken IsNot Nothing AndAlso dotToken.
Kind
= SyntaxKind.DotToken)
65286
Debug.Assert(yieldKeyword IsNot Nothing AndAlso yieldKeyword.
Kind
= SyntaxKind.YieldKeyword)
65314
Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.
Kind
= SyntaxKind.AwaitKeyword)
65494
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
65495
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlCrefAttributeStartQuoteToken(startQuoteToken.
Kind
))
65497
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlCrefAttributeEndQuoteToken(endQuoteToken.
Kind
))
65509
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
65510
Debug.Assert(startQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlNameAttributeStartQuoteToken(startQuoteToken.
Kind
))
65512
Debug.Assert(endQuoteToken IsNot Nothing AndAlso SyntaxFacts.IsXmlNameAttributeEndQuoteToken(endQuoteToken.
Kind
))
65531
Debug.Assert(questionMarkToken IsNot Nothing AndAlso questionMarkToken.
Kind
= SyntaxKind.QuestionToken)
65565
Debug.Assert(nameOfKeyword IsNot Nothing AndAlso nameOfKeyword.
Kind
= SyntaxKind.NameOfKeyword)
65566
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
65568
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
65586
Debug.Assert(dollarSignDoubleQuoteToken IsNot Nothing AndAlso dollarSignDoubleQuoteToken.
Kind
= SyntaxKind.DollarSignDoubleQuoteToken)
65587
Debug.Assert(doubleQuoteToken IsNot Nothing AndAlso doubleQuoteToken.
Kind
= SyntaxKind.DoubleQuoteToken)
65611
Debug.Assert(textToken IsNot Nothing AndAlso textToken.
Kind
= SyntaxKind.InterpolatedStringTextToken)
65649
Debug.Assert(openBraceToken IsNot Nothing AndAlso openBraceToken.
Kind
= SyntaxKind.OpenBraceToken)
65651
Debug.Assert(closeBraceToken IsNot Nothing AndAlso closeBraceToken.
Kind
= SyntaxKind.CloseBraceToken)
65667
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
65696
Debug.Assert(colonToken IsNot Nothing AndAlso colonToken.
Kind
= SyntaxKind.ColonToken)
65697
Debug.Assert(formatStringToken IsNot Nothing AndAlso formatStringToken.
Kind
= SyntaxKind.InterpolatedStringTextToken)
65867
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
65868
Debug.Assert(constKeyword IsNot Nothing AndAlso constKeyword.
Kind
= SyntaxKind.ConstKeyword)
65869
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.IdentifierToken)
65870
Debug.Assert(equalsToken IsNot Nothing AndAlso equalsToken.
Kind
= SyntaxKind.EqualsToken)
65884
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
65885
Debug.Assert(ifOrElseIfKeyword IsNot Nothing AndAlso SyntaxFacts.IsIfDirectiveTriviaIfOrElseIfKeyword(ifOrElseIfKeyword.
Kind
))
65899
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
65900
Debug.Assert(ifOrElseIfKeyword IsNot Nothing AndAlso SyntaxFacts.IsIfDirectiveTriviaIfOrElseIfKeyword(ifOrElseIfKeyword.
Kind
))
65913
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
65914
Debug.Assert(elseKeyword IsNot Nothing AndAlso elseKeyword.
Kind
= SyntaxKind.ElseKeyword)
65926
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
65927
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
65928
Debug.Assert(ifKeyword IsNot Nothing AndAlso ifKeyword.
Kind
= SyntaxKind.IfKeyword)
65946
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
65947
Debug.Assert(regionKeyword IsNot Nothing AndAlso regionKeyword.
Kind
= SyntaxKind.RegionKeyword)
65948
Debug.Assert(name IsNot Nothing AndAlso name.
Kind
= SyntaxKind.StringLiteralToken)
65966
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
65967
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
65968
Debug.Assert(regionKeyword IsNot Nothing AndAlso regionKeyword.
Kind
= SyntaxKind.RegionKeyword)
65981
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
65982
Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.
Kind
= SyntaxKind.ExternalSourceKeyword)
65983
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
65984
Debug.Assert(externalSource IsNot Nothing AndAlso externalSource.
Kind
= SyntaxKind.StringLiteralToken)
65985
Debug.Assert(commaToken IsNot Nothing AndAlso commaToken.
Kind
= SyntaxKind.CommaToken)
65986
Debug.Assert(lineStart IsNot Nothing AndAlso lineStart.
Kind
= SyntaxKind.IntegerLiteralToken)
65987
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
65999
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
66000
Debug.Assert(endKeyword IsNot Nothing AndAlso endKeyword.
Kind
= SyntaxKind.EndKeyword)
66001
Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.
Kind
= SyntaxKind.ExternalSourceKeyword)
66013
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
66014
Debug.Assert(externalChecksumKeyword IsNot Nothing AndAlso externalChecksumKeyword.
Kind
= SyntaxKind.ExternalChecksumKeyword)
66015
Debug.Assert(openParenToken IsNot Nothing AndAlso openParenToken.
Kind
= SyntaxKind.OpenParenToken)
66016
Debug.Assert(externalSource IsNot Nothing AndAlso externalSource.
Kind
= SyntaxKind.StringLiteralToken)
66017
Debug.Assert(firstCommaToken IsNot Nothing AndAlso firstCommaToken.
Kind
= SyntaxKind.CommaToken)
66018
Debug.Assert(guid IsNot Nothing AndAlso guid.
Kind
= SyntaxKind.StringLiteralToken)
66019
Debug.Assert(secondCommaToken IsNot Nothing AndAlso secondCommaToken.
Kind
= SyntaxKind.CommaToken)
66020
Debug.Assert(checksum IsNot Nothing AndAlso checksum.
Kind
= SyntaxKind.StringLiteralToken)
66021
Debug.Assert(closeParenToken IsNot Nothing AndAlso closeParenToken.
Kind
= SyntaxKind.CloseParenToken)
66033
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
66034
Debug.Assert(enableKeyword IsNot Nothing AndAlso enableKeyword.
Kind
= SyntaxKind.EnableKeyword)
66035
Debug.Assert(warningKeyword IsNot Nothing AndAlso warningKeyword.
Kind
= SyntaxKind.WarningKeyword)
66047
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
66048
Debug.Assert(disableKeyword IsNot Nothing AndAlso disableKeyword.
Kind
= SyntaxKind.DisableKeyword)
66049
Debug.Assert(warningKeyword IsNot Nothing AndAlso warningKeyword.
Kind
= SyntaxKind.WarningKeyword)
66061
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
66062
Debug.Assert(referenceKeyword IsNot Nothing AndAlso referenceKeyword.
Kind
= SyntaxKind.ReferenceKeyword)
66063
Debug.Assert(file IsNot Nothing AndAlso file.
Kind
= SyntaxKind.StringLiteralToken)
66078
Debug.Assert(hashToken IsNot Nothing AndAlso hashToken.
Kind
= SyntaxKind.HashToken)
Parser\BlockContexts\BlockContext.vb (6)
233
statement.
Kind
= SyntaxKind.EmptyStatement AndAlso
360
Dim kind As SyntaxKind = node.
Kind
429
Select Case node.
Kind
438
If ifStmt.ThenKeyword IsNot Nothing AndAlso Not SyntaxFacts.IsTerminator(Parser.CurrentToken.
Kind
) Then
509
Add(Parser.ReportSyntaxError(node, If(node.
Kind
= SyntaxKind.CatchStatement, ERRID.ERR_CatchNoMatchingTry, ERRID.ERR_FinallyNoMatchingTry)))
541
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 (8)
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)
438
Debug.Assert(_declarationBlocksBeingVisited.Count > 1 OrElse containingBlock.
Kind
= SyntaxKind.CompilationUnit)
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
549
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IfKeyword)
554
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
639
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GetTypeKeyword, "should be at GetType.")
670
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.NameOfKeyword, "should be at NameOf.")
690
Select Case argument.
Kind
731
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GetXmlNamespaceKeyword, "should be at GetXmlNamespace.")
736
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
743
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken Then
770
Debug.Assert(SyntaxFacts.IsPredefinedCastExpressionKeyword(CurrentToken.
Kind
), "ParseCastExpression called with the wrong token.")
791
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.NewKeyword, "must be at a New expression.")
796
If CurrentToken.
Kind
= SyntaxKind.WithKeyword Then
812
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
832
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.OpenParenToken Then
838
ElseIf CurrentToken.
Kind
= SyntaxKind.OpenBraceToken Then
879
If PeekToken(1).
Kind
= SyntaxKind.OpenBraceToken OrElse PeekToken(1).
Kind
= SyntaxKind.StatementTerminatorToken Then
885
If (CurrentToken.
Kind
= SyntaxKind.WithKeyword) Then
895
If CurrentToken.
Kind
= SyntaxKind.WithKeyword Then
899
If (CurrentToken.
Kind
= SyntaxKind.WithKeyword) Then
906
PeekToken(1).
Kind
= SyntaxKind.OpenBraceToken Then
924
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.TypeOfKeyword, "must be at TypeOf.")
940
If current.
Kind
= SyntaxKind.IsKeyword OrElse
941
current.
Kind
= SyntaxKind.IsNotKeyword Then
945
If operatorToken.
Kind
= SyntaxKind.IsNotKeyword Then
958
Dim kind As SyntaxKind = If(operatorToken.
Kind
= SyntaxKind.IsNotKeyword,
998
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DotToken OrElse
999
CurrentToken.
Kind
= SyntaxKind.ExclamationToken,
1007
If DotOrBangToken.
Kind
= SyntaxKind.ExclamationToken Then
1013
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso
1014
PrevToken.
Kind
= SyntaxKind.DotToken,
1024
prevPrevToken.
Kind
= SyntaxKind.StatementTerminatorToken) Then
1046
Select Case (CurrentToken.
Kind
)
1061
If PeekNextToken(ScannerState.VB).
Kind
= SyntaxKind.LessThanToken Then
1090
If PeekToken(1).
Kind
= SyntaxKind.DotToken Then
1100
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
1122
If CurrentToken.
Kind
= SyntaxKind.AtToken Then
1223
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
1232
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1233
PeekToken(1).
Kind
= SyntaxKind.ColonEqualsToken) Then
1247
If (CurrentToken.
Kind
= SyntaxKind.CommaToken) Then
1264
While CurrentToken.
Kind
= SyntaxKind.CommaToken
1271
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1272
PeekToken(1).
Kind
= SyntaxKind.ColonEqualsToken) Then
1311
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "should be at tkLParen.")
1317
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
1398
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.IsKeyword()) AndAlso
1399
PeekToken(1).
Kind
= SyntaxKind.ColonEqualsToken Then
1419
ElseIf CurrentToken.
Kind
= SyntaxKind.CommaToken Then
1427
ElseIf CurrentToken.
Kind
= SyntaxKind.CloseParenToken Then
1444
ElseIf CurrentToken.
Kind
= SyntaxKind.CloseParenToken OrElse MustEndStatement(CurrentToken) Then
1455
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
1499
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.IsKeyword()) AndAlso
1500
PeekToken(1).
Kind
= SyntaxKind.ColonEqualsToken Then
1516
If CurrentToken.
Kind
<> SyntaxKind.CommaToken Then
1517
If CurrentToken.
Kind
= SyntaxKind.CloseParenToken OrElse MustEndStatement(CurrentToken) Then
1527
If CurrentToken.
Kind
<> SyntaxKind.CommaToken Then
1536
Debug.Assert(comma.
Kind
= SyntaxKind.CommaToken)
1556
If RedimOrNewParent AndAlso CurrentToken.
Kind
= SyntaxKind.ToKeyword Then
1586
Dim keywordKind As SyntaxKind = keyword.
Kind
1647
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken)
1659
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.FunctionKeyword OrElse
1660
CurrentToken.
Kind
= SyntaxKind.SubKeyword,
1674
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1678
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1701
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
1705
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
1722
If methodKeyword.
Kind
<> SyntaxKind.FunctionKeyword AndAlso asClause IsNot Nothing Then
1727
isMultiLine = isMultiLine OrElse CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken
1733
Return SyntaxFactory.LambdaHeader(If(methodKeyword.
Kind
= SyntaxKind.FunctionKeyword, SyntaxKind.FunctionLambdaHeader, SyntaxKind.SubLambdaHeader),
1754
If header.
Kind
= SyntaxKind.FunctionLambdaHeader AndAlso Not isMultiLine Then
1783
If isMultiLine OrElse CurrentToken.
Kind
= SyntaxKind.ColonToken Then
1799
Dim isDeclaration = IsDeclarationStatement(statement.
Kind
)
1895
Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.
Kind
= SyntaxKind.AwaitKeyword)
Parser\ParseInterpolatedString.vb (24)
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
284
ElseIf triviaList(0).
Kind
= SyntaxKind.ColonTrivia
290
If triviaList(i).
Kind
= SyntaxKind.ColonTrivia 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 (250)
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
653
Select Case CurrentToken.
Kind
756
Debug.Assert(False, "Unexpected terminator: " & CurrentToken.
Kind
.ToString())
841
Dim possibleDeclarationStart = PeekToken(1).
Kind
908
Select Case CurrentToken.
Kind
943
If PeekToken(1).
Kind
= SyntaxKind.IfKeyword Then
1030
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.LessThanToken Then
1042
Select Case CurrentToken.
Kind
1059
If contextualKind = SyntaxKind.CustomKeyword AndAlso PeekToken(1).
Kind
= SyntaxKind.EventKeyword Then
1099
If PeekToken(1).
Kind
= SyntaxKind.OpenParenToken Then
1103
ElseIf contextualKind = SyntaxKind.CustomKeyword AndAlso PeekToken(1).
Kind
= SyntaxKind.EventKeyword Then ' BeginsEvent
1110
If SyntaxFacts.IsSpecifier(nextToken.
Kind
) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.
Kind
) Then
1178
Debug.Assert(False, "Unexpected terminator: " & CurrentToken.
Kind
.ToString())
1184
If (IsValidStatementTerminator(PeekToken(1)) OrElse PeekToken(1).
Kind
= SyntaxKind.OpenParenToken) AndAlso
1220
If CanStartConsequenceExpression(Me.PeekToken(1).
Kind
, qualified:=False) Then
1244
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EmptyToken)
1268
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.LessThanToken Then
1287
Select Case (CurrentToken.
Kind
)
1298
If keyword.
Kind
= SyntaxKind.CustomKeyword Then
1301
ElseIf keyword.
Kind
= SyntaxKind.TypeKeyword Then
1303
If nextToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1437
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EnumKeyword, "ParseEnumStatement called on the wrong token.")
1446
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1456
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
1562
Select Case (typeKeyword.
Kind
)
1577
Throw ExceptionUtilities.UnexpectedValue(typeKeyword.
Kind
)
1586
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1638
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.NamespaceKeyword, "ParseNamespaceStatement called on the wrong token.")
1676
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EndKeyword, "ParseEndStatement called on wrong token.")
1713
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EndKeyword, "ParseGroupEndStatement called on wrong token.")
1719
Dim endKind = GetEndStatementKindFromKeyword(nextToken.
Kind
)
1738
Select Case PeekToken(i).
Kind
1747
Return GetEndStatementKindFromKeyword(PeekToken(i + 1).
Kind
)
1846
Select Case token.
Kind
1938
Select Case (t.
Kind
)
1985
If possibleKeyword.
Kind
= SyntaxKind.CustomKeyword Then
1988
If nextToken.
Kind
= SyntaxKind.EventKeyword Then
1992
If SyntaxFacts.IsSpecifier(nextToken.
Kind
) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.
Kind
) Then
1997
ElseIf possibleKeyword.
Kind
= SyntaxKind.AsyncKeyword OrElse
1998
possibleKeyword.
Kind
= SyntaxKind.IteratorKeyword Then
2001
If SyntaxFacts.IsSpecifier(nextToken.
Kind
) OrElse
2002
SyntaxFacts.CanStartSpecifierDeclaration(nextToken.
Kind
) Then
2005
t = CheckFeatureAvailability(If(possibleKeyword.
Kind
= SyntaxKind.AsyncKeyword, Feature.AsyncExpressions, Feature.Iterators), t)
2189
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
2196
If CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
2200
If isProperty AndAlso CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
2204
If CurrentToken.
Kind
= SyntaxKind.WithKeyword Then
2213
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
2245
If isProperty AndAlso CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
2288
If CurrentToken.
Kind
= SyntaxKind.WithKeyword Then
2312
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso TryIdentifierAsContextualKeyword(CurrentToken, possibleKeyword) Then
2315
If possibleKeyword.
Kind
= SyntaxKind.FromKeyword Then
2367
If CurrentToken.
Kind
<> SyntaxKind.CloseBraceToken Then
2406
If CurrentToken.
Kind
<> SyntaxKind.CloseBraceToken Then
2431
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.WithKeyword, "ParseObjectInitializerList called with wrong token")
2445
If PeekPastStatementTerminator().
Kind
= SyntaxKind.OpenBraceToken Then
2463
If CurrentToken.
Kind
<> SyntaxKind.CloseBraceToken AndAlso
2464
CurrentToken.
Kind
<> SyntaxKind.StatementTerminatorToken AndAlso
2465
CurrentToken.
Kind
<> SyntaxKind.ColonToken Then
2528
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso PeekToken(1).
Kind
= SyntaxKind.OpenBraceToken Then
2559
If CurrentToken.
Kind
= SyntaxKind.DotToken Then
2565
If SyntaxKind.QuestionToken = CurrentToken.
Kind
Then
2573
If CurrentToken.
Kind
= SyntaxKind.EqualsToken Then
2598
Select Case expression.
Kind
2607
If expression.
Kind
= SyntaxKind.EqualsExpression Then
2609
If binaryExpr.Left.
Kind
= SyntaxKind.IdentifierName Then
2689
customModifierError = SyntaxFacts.IsSpecifier(nextToken.
Kind
) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.
Kind
)
2697
If SyntaxFacts.IsSpecifier(identifierStart.
Kind
) Then
2730
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
2755
If SyntaxFacts.IsPredefinedTypeOrVariant(Token.
Kind
) Then
2759
Select Case (Token.
Kind
)
2800
If SyntaxFacts.IsPredefinedTypeKeyword(Start.
Kind
) Then
2803
Select Case (Start.
Kind
)
2836
If Start.
Kind
= SyntaxKind.NewKeyword AndAlso PeekToken(1).
Kind
= SyntaxKind.IdentifierToken Then
2840
ElseIf Start.
Kind
= SyntaxKind.OpenBraceToken AndAlso prev IsNot Nothing AndAlso prev.
Kind
= SyntaxKind.NewKeyword Then
2870
If SyntaxKind.QuestionToken = CurrentToken.
Kind
Then
2907
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
2909
PeekNextToken().
Kind
= SyntaxKind.AsKeyword) Then
2944
ElseIf CurrentToken.
Kind
= SyntaxKind.CloseParenToken OrElse MustEndStatement(CurrentToken) Then
2955
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
2993
Select Case typeName.
Kind
3036
If _evaluatingConditionCompilationExpression AndAlso Not SyntaxFacts.IsPredefinedTypeOrVariant(start.
Kind
) Then
3055
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
3099
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "Generic arguments parsing lost!!!")
3115
If CurrentToken.
Kind
= SyntaxKind.CommaToken OrElse CurrentToken.
Kind
= SyntaxKind.CloseParenToken Then
3171
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "should be a (.")
3181
Debug.Assert(Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.OpenParenToken)
3184
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
3188
ElseIf CurrentToken.
Kind
<> SyntaxKind.CloseParenToken Then
3210
Loop While CurrentToken.
Kind
= SyntaxKind.OpenParenToken
3228
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "should be a (.")
3243
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
3246
If CurrentToken.
Kind
= SyntaxKind.CommaToken Then
3250
ElseIf CurrentToken.
Kind
<> SyntaxKind.CloseParenToken Then
3283
Loop While CurrentToken.
Kind
= SyntaxKind.OpenParenToken
3301
If arg.
Kind
<> SyntaxKind.OmittedArgument Then
3324
While CurrentToken.
Kind
= kind
3351
ElseIf CurrentToken.
Kind
= SyntaxKind.ToKeyword Then
3392
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GetKeyword OrElse CurrentToken.
Kind
= SyntaxKind.SetKeyword OrElse
3393
CurrentToken.
Kind
= SyntaxKind.AddHandlerKeyword OrElse CurrentToken.
Kind
= SyntaxKind.RemoveHandlerKeyword OrElse CurrentToken.
Kind
= SyntaxKind.RaiseEventKeyword)
3413
If methodKeyword.
Kind
<> SyntaxKind.GetKeyword AndAlso
3414
CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
3424
(methodKeyword.
Kind
= SyntaxKind.AddHandlerKeyword OrElse
3425
methodKeyword.
Kind
= SyntaxKind.RemoveHandlerKeyword OrElse
3426
methodKeyword.
Kind
= SyntaxKind.RaiseEventKeyword) Then
3450
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword, "Implements list parsing lost.")
3501
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.HandlesKeyword, "Handles list parsing lost.")
3512
If CurrentToken.
Kind
= SyntaxKind.MyBaseKeyword OrElse
3513
CurrentToken.
Kind
= SyntaxKind.MyClassKeyword OrElse
3514
CurrentToken.
Kind
= SyntaxKind.MeKeyword Then
3519
ElseIf CurrentToken.
Kind
= SyntaxKind.GlobalKeyword Then
3559
If CurrentToken.
Kind
<> SyntaxKind.CommaToken Then
3603
Debug.Assert(subKeyword.
Kind
= SyntaxKind.SubKeyword, "must be at a Sub.")
3629
If CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
3715
If CurrentToken.
Kind
= SyntaxKind.HandlesKeyword Then
3722
ElseIf CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
3733
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
3768
Debug.Assert(functionKeyword.
Kind
= SyntaxKind.FunctionKeyword, "Function parsing lost.")
3825
If CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
3854
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
3858
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
3873
If CurrentToken.
Kind
= SyntaxKind.HandlesKeyword Then
3881
ElseIf CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
3917
Debug.Assert(operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword, "Operator parsing lost.")
3943
Dim operatorKind = operatorToken.
Kind
3976
If CurrentToken.
Kind
<> SyntaxKind.OpenParenToken Then
3982
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
4010
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
4014
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
4037
If CurrentToken.
Kind
= SyntaxKind.HandlesKeyword Then
4042
ElseIf CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
4095
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.PropertyKeyword, "ParsePropertyDefinition called on the wrong token.")
4103
If CurrentToken.
Kind
= SyntaxKind.GetKeyword OrElse
4104
CurrentToken.
Kind
= SyntaxKind.SetKeyword OrElse
4105
CurrentToken.
Kind
= SyntaxKind.LetKeyword Then
4113
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken Then
4135
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
4160
If CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
4171
If CurrentToken.
Kind
<> SyntaxKind.EndOfFileToken Then
4173
If peek.
Kind
<> SyntaxKind.GetKeyword AndAlso peek.
Kind
<> SyntaxKind.SetKeyword Then
4201
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DelegateKeyword, "ParseDelegateStatement called on the wrong token.")
4216
Select Case (CurrentToken.
Kind
)
4274
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
4297
If CurrentToken.
Kind
= SyntaxKind.InKeyword Then
4312
If CurrentToken.
Kind
= SyntaxKind.CloseParenToken OrElse CurrentToken.
Kind
= SyntaxKind.CommaToken OrElse CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
4330
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
4414
If CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
4422
ElseIf CurrentToken.
Kind
= SyntaxKind.ClassKeyword Then
4428
ElseIf CurrentToken.
Kind
= SyntaxKind.StructureKeyword Then
4473
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken, "Parameter list parsing confused.")
4478
If CurrentToken.
Kind
<> SyntaxKind.CloseParenToken Then
4485
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.LessThanToken Then
4502
If CurrentToken.
Kind
<> SyntaxKind.CloseParenToken AndAlso Not MustEndStatement(CurrentToken) Then
4506
If PeekToken(1).
Kind
= SyntaxKind.CloseParenToken Then
4568
Select Case (CurrentToken.
Kind
)
4696
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ImportsKeyword, "called on wrong token")
4734
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
4743
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken AndAlso
4777
If (CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
4778
PeekToken(1).
Kind
= SyntaxKind.EqualsToken) OrElse
4779
CurrentToken.
Kind
= SyntaxKind.EqualsToken Then
4814
If importsClause.ContainsDiagnostics AndAlso CurrentToken.
Kind
<> SyntaxKind.CommaToken Then
4852
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.InheritsKeyword OrElse CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword,
4882
Select Case (keyword.
Kind
)
4890
Throw ExceptionUtilities.UnexpectedValue(keyword.
Kind
)
4914
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OptionKeyword, "must be at Option.")
4921
Select Case (optionType.
Kind
)
4929
If optionValue.
Kind
= SyntaxKind.TextKeyword Then
4932
ElseIf optionValue.
Kind
= SyntaxKind.BinaryKeyword Then
4953
If CurrentToken.
Kind
= SyntaxKind.OnKeyword Then
4958
optionValue.
Kind
= SyntaxKind.OffKeyword Then
4964
If optionType.
Kind
= SyntaxKind.StrictKeyword Then
4965
If optionValue IsNot Nothing AndAlso optionValue.
Kind
= SyntaxKind.CustomKeyword Then
4971
ElseIf optionType.
Kind
= SyntaxKind.ExplicitKeyword Then
5019
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DeclareKeyword, "ParseProcDeclareStatement called on wrong token. Must be at a Declare.")
5036
Select Case contextualKeyword.
Kind
5047
If CurrentToken.
Kind
= SyntaxKind.SubKeyword Then
5052
ElseIf CurrentToken.
Kind
= SyntaxKind.FunctionKeyword Then
5073
If CurrentToken.
Kind
<> SyntaxKind.LibKeyword Then
5120
If methodKeyword.
Kind
= SyntaxKind.FunctionKeyword AndAlso
5121
CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5128
If Me.CurrentToken.
Kind
= Global.Microsoft.CodeAnalysis.VisualBasic.SyntaxKind.LessThanToken Then
5200
If CurrentToken.
Kind
= SyntaxKind.AliasKeyword Then
5224
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.CustomKeyword, "ParseCustomEventDefinition called on the wrong token.")
5240
If nextToken.
Kind
<> SyntaxKind.EventKeyword Then
5258
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5275
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
5286
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5301
If CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
5331
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EventKeyword, "ParseEventDefinition called on the wrong token.")
5348
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5366
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
5372
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
5388
If CurrentToken.
Kind
= SyntaxKind.ImplementsKeyword Then
5401
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanGreaterThanToken)
5452
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanToken, "ParseAttributeSpecifier called on the wrong token.")
5486
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
5497
Debug.Assert(current.
Kind
= SyntaxKind.ColonToken)
5528
ElseIf CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
5562
Loop While CurrentToken.
Kind
= SyntaxKind.LessThanToken
5572
If token.
Kind
= SyntaxKind.ModuleKeyword Then
5587
Return SyntaxFacts.GetBinaryExpression(t.
Kind
)
5595
Select Case (t.
Kind
)
5655
Select Case (t.
Kind
)
5707
Dim kind = triviaList(triviaIndex).
Kind
5740
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso
5748
If stmt.
Kind
<> SyntaxKind.BadDirectiveTrivia Then
5771
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ColonToken)
5778
Debug.Assert(SyntaxFacts.IsTerminator(CurrentToken.
Kind
) OrElse CurrentToken.
Kind
= SyntaxKind.EmptyToken)
5780
Select Case CurrentToken.
Kind
5806
Debug.Assert(SyntaxFacts.IsTerminator(CurrentToken.
Kind
))
5828
Select Case nextToken.
Kind
5851
If CurrentToken.
Kind
= kind Then
5899
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken AndAlso
5921
If CurrentToken.
Kind
= kind Then
5924
If CurrentToken.
Kind
= SyntaxKind.StatementTerminatorToken Then
5945
If CurrentToken.
Kind
= kind Then
6050
If _scanner.TryTokenAsContextualKeyword(t, keyword) AndAlso keyword.
Kind
= kind Then
6070
If token.
Kind
= SyntaxKind.IdentifierToken Then
6078
Return kinds.Contains(token.
Kind
)
6082
If Me.CurrentToken.
Kind
= SyntaxKind.EndOfFileToken Then Return node
6084
While (Me.CurrentToken.
Kind
<> SyntaxKind.EndOfFileToken)
Parser\ParserExtensions.vb (1)
39
found = kinds.Contains(this(i).
Kind
)
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 (110)
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
243
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CaseKeyword, "ParseCaseStatement called on wrong token.")
251
If CurrentToken.
Kind
= SyntaxKind.ElseKeyword Then
261
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)
270
If SyntaxFacts.IsRelationalOperator(CurrentToken.
Kind
) Then
282
caseClause = SyntaxFactory.RelationalCaseClause(RelationalOperatorKindToCaseKind(relationalOperator.
Kind
), optionalIsKeyword, relationalOperator, CaseExpr)
373
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.SelectKeyword, "ParseSelectStatement called on wrong token.")
409
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IfKeyword, "ParseIfConstruct called on wrong token.")
431
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ElseKeyword, "ParseIfConstruct called on wrong token.")
443
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ElseIfKeyword OrElse (CurrentToken.
Kind
= SyntaxKind.ElseKeyword AndAlso PeekToken(1).
Kind
= SyntaxKind.IfKeyword),
448
If CurrentToken.
Kind
= SyntaxKind.ElseIfKeyword Then
453
ElseIf CurrentToken.
Kind
= SyntaxKind.ElseKeyword Then
488
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EndIfKeyword OrElse
489
CurrentToken.
Kind
= SyntaxKind.GosubKeyword OrElse
490
CurrentToken.
Kind
= SyntaxKind.WendKeyword, "ParseAnachronisticEndIfStatement called on wrong token")
501
Select Case keyword.
Kind
527
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.DoKeyword, "ParseDoStatement called on wrong token")
541
ElseIf optionalWhileOrUntilClause.
Kind
= SyntaxKind.WhileClause Then
554
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LoopKeyword, "ParseDoStatement called on wrong token")
567
ElseIf optionalWhileOrUntilClause.
Kind
= SyntaxKind.WhileClause Then
580
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ForKeyword, "ParseForStatement called on wrong token")
709
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.NextKeyword, "ParseNextStatement called on wrong token")
783
Select Case (CurrentToken.
Kind
)
787
Select Case PeekToken(1).
Kind
796
lookAhead.
Kind
= SyntaxKind.AsKeyword AndAlso
797
PeekToken(i - 1).
Kind
= SyntaxKind.CloseParenToken Then
844
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
873
If label.
Kind
= SyntaxKind.IdentifierToken Then
883
ElseIf label.
Kind
= SyntaxKind.IntegerLiteralToken Then
919
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GoToKeyword, "Alleged GOTO isn't.")
938
Debug.Assert(labelName.
Kind
= SyntaxKind.IntegerLiteralToken OrElse labelName.
Kind
= SyntaxKind.IdentifierToken)
939
Return If(labelName.
Kind
= SyntaxKind.IntegerLiteralToken, SyntaxFactory.NumericLabel(labelName), SyntaxFactory.IdentifierLabel(labelName))
948
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OnKeyword, "ON statement must start with ON.")
955
If CurrentToken.
Kind
= SyntaxKind.ErrorKeyword Then
964
If CurrentToken.
Kind
= SyntaxKind.ResumeKeyword Then
968
ElseIf CurrentToken.
Kind
= SyntaxKind.GoToKeyword Then
993
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ResumeKeyword, "ParseOnErrorResumeNext called on wrong token.")
1008
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.GoToKeyword, "ParseOnErrorGoto called on wrong token.")
1018
If nextToken.
Kind
= SyntaxKind.IntegerLiteralToken AndAlso
1027
ElseIf nextToken.
Kind
= SyntaxKind.MinusToken AndAlso
1028
PeekToken(2).
Kind
= SyntaxKind.IntegerLiteralToken AndAlso
1055
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ResumeKeyword, "ParseResumeStatement called on wrong token.")
1065
If CurrentToken.
Kind
= SyntaxKind.NextKeyword Then
1095
If SyntaxFacts.IsAssignmentStatementOperatorToken(CurrentToken.
Kind
) Then
1117
If target.
Kind
= SyntaxKind.ConditionalAccessExpression Then
1125
ElseIf target.
Kind
<> SyntaxKind.InvocationExpression Then ' VS320205
1127
CurrentToken.
Kind
<> SyntaxKind.BadToken AndAlso
1128
target.
Kind
<> SyntaxKind.PredefinedCastExpression Then
1160
Select Case operatorToken.
Kind
1193
Throw ExceptionUtilities.UnexpectedValue(operatorToken.
Kind
)
1203
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CallKeyword, "ParseCallStatement called on wrong token.")
1221
If expr.
Kind
= SyntaxKind.ConditionalAccessExpression Then
1229
ElseIf expr.
Kind
<> SyntaxKind.InvocationExpression Then
1242
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.RaiseEventKeyword, "RaiseEvent statement must start with RaiseEvent.")
1255
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken Then
1270
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ReDimKeyword, "ParseRedimStatement must start with Redim.")
1277
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1278
TryIdentifierAsContextualKeyword(CurrentToken, possibleKeyword) AndAlso possibleKeyword.
Kind
= SyntaxKind.PreserveKeyword Then
1295
If possibleInvocation.
Kind
= SyntaxKind.InvocationExpression Then
1328
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
1342
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.AddHandlerKeyword OrElse CurrentToken.
Kind
= SyntaxKind.RemoveHandlerKeyword, "Handler statement parsing confused.")
1345
Dim kind = If(keyword.
Kind
= SyntaxKind.AddHandlerKeyword, SyntaxKind.AddHandlerStatement, SyntaxKind.RemoveHandlerStatement)
1380
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.WhileKeyword OrElse
1381
CurrentToken.
Kind
= SyntaxKind.WithKeyword OrElse
1382
CurrentToken.
Kind
= SyntaxKind.SyncLockKeyword, "ParseExpressionBlockStatement called on wrong token.")
1396
Select Case keyword.
Kind
1414
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LetKeyword OrElse CurrentToken.
Kind
= SyntaxKind.SetKeyword, "Assignment statement parsing is lost.")
1417
If CurrentToken.
Kind
= SyntaxKind.SetKeyword AndAlso
1418
(IsValidStatementTerminator(PeekToken(1)) OrElse PeekToken(1).
Kind
= SyntaxKind.OpenParenToken) AndAlso
1438
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.TryKeyword, "ParseTry called on wrong token")
1453
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CatchKeyword, "ParseCatch called on wrong token.")
1462
If CurrentToken.
Kind
= SyntaxKind.IdentifierToken Then
1464
If id.
Kind
<> SyntaxKind.None Then
1502
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.FinallyKeyword, "ParseFinally called on wrong token.")
1513
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ThrowKeyword, "ParseThrowStatement called on wrong token.")
1531
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ErrorKeyword)
1554
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.EraseKeyword, "Erase statement parsing lost.")
1569
Return IsFirstStatementOnLine(CurrentToken) AndAlso PeekToken(1).
Kind
= SyntaxKind.ColonToken
1573
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken OrElse CurrentToken.
Kind
= SyntaxKind.IntegerLiteralToken)
1577
If labelName.
Kind
= SyntaxKind.IntegerLiteralToken AndAlso CurrentToken.
Kind
<> SyntaxKind.ColonToken Then
1585
If trivia(i).
Kind
= SyntaxKind.ColonTrivia Then
1610
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.MidKeyword)
1618
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
1674
If CurrentToken.
Kind
= SyntaxKind.WhileKeyword Then
1692
If keyword.
Kind
= SyntaxKind.WhileKeyword Then
1703
If precedingKeyword.
Kind
= SyntaxKind.DoKeyword Then
1724
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.ReturnKeyword, "ParseReturnStatement called on wrong token.")
1775
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.StopKeyword OrElse CurrentToken.
Kind
= SyntaxKind.EndKeyword, "ParseStopOrEndStatement called on wrong token.")
1780
Dim stmtKind As SyntaxKind = If(stopOrEndKeyword.
Kind
= SyntaxKind.StopKeyword, SyntaxKind.StopStatement, SyntaxKind.EndStatement)
1788
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.UsingKeyword, "ParseUsingStatement called on wrong token")
1799
If nextToken.
Kind
= SyntaxKind.AsKeyword OrElse
1800
nextToken.
Kind
= SyntaxKind.EqualsToken OrElse
1801
nextToken.
Kind
= SyntaxKind.CommaToken OrElse
1802
nextToken.
Kind
= SyntaxKind.QuestionToken Then
1820
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.IdentifierToken AndAlso
1826
Debug.Assert(expression.
Kind
= SyntaxKind.AwaitExpression)
1845
Debug.Assert(yieldKeyword IsNot Nothing AndAlso yieldKeyword.
Kind
= SyntaxKind.YieldKeyword)
1867
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 (128)
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
595
Select Case CurrentToken.
Kind
598
Dim nextTokenIsSlash As Boolean = PeekNextToken(ScannerState.Element).
Kind
= SyntaxKind.SlashToken
608
If xml.
Kind
= SyntaxKind.XmlElementStartTag Then
662
newKind = CurrentToken.
Kind
756
If nameExpr.
Kind
= SyntaxKind.XmlName Then
789
Select Case CurrentToken.
Kind
839
Dim currentKind = CurrentToken.
Kind
868
If CurrentToken.
Kind
<> SyntaxKind.LessThanSlashToken Then
878
If CurrentToken.
Kind
= SyntaxKind.LessThanToken Then
882
If slashToken.
Kind
= SyntaxKind.SlashToken Then
909
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken Then
929
Select Case CurrentToken.
Kind
967
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken OrElse
968
(AllowNameAsExpression AndAlso CurrentToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken) OrElse
969
CurrentToken.
Kind
= SyntaxKind.EqualsToken OrElse
970
CurrentToken.
Kind
= SyntaxKind.SingleQuoteToken OrElse
971
CurrentToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
976
If CurrentToken.
Kind
= SyntaxKind.EqualsToken Then
983
If CurrentToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken Then
997
ElseIf Name.
Kind
= SyntaxKind.XmlEmbeddedExpression Then
1005
If CurrentToken.
Kind
<> SyntaxKind.SingleQuoteToken AndAlso
1006
CurrentToken.
Kind
<> SyntaxKind.DoubleQuoteToken Then
1025
If xmlElementName Is Nothing OrElse xmlElementName.
Kind
<> SyntaxKind.XmlName Then
1045
If name.
Kind
<> SyntaxKind.XmlName Then
1062
If CurrentToken.
Kind
= SyntaxKind.SingleQuoteToken Then
1065
ElseIf CurrentToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
1077
If Not (nextToken.
Kind
= SyntaxKind.XmlTextLiteralToken OrElse nextToken.
Kind
= SyntaxKind.XmlEntityLiteralToken) Then
1098
If SyntaxFacts.IsPredefinedTypeKeyword(Me.CurrentToken.
Kind
) Then
1120
Select Case Me.CurrentToken.
Kind
1146
Dim endQuote = DirectCast(InternalSyntaxFactory.MissingToken(startQuote.
Kind
), PunctuationSyntax)
1168
If CurrentToken.
Kind
= SyntaxKind.OpenParenToken AndAlso name.
Kind
<> SyntaxKind.PredefinedType Then
1174
If CurrentToken.
Kind
= SyntaxKind.AsKeyword Then
1198
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.OpenParenToken)
1208
If currToken.
Kind
<> SyntaxKind.CloseParenToken AndAlso currToken.
Kind
<> SyntaxKind.CommaToken AndAlso Not firstType Then
1214
If currToken.
Kind
= SyntaxKind.CloseParenToken Then
1231
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.CommaToken)
1237
While CurrentToken.
Kind
= SyntaxKind.ByValKeyword OrElse CurrentToken.
Kind
= SyntaxKind.ByRefKeyword
1260
Debug.Assert(operatorKeyword.
Kind
= SyntaxKind.OperatorKeyword)
1272
Dim operatorKind As SyntaxKind = operatorToken.
Kind
1287
If CurrentToken.
Kind
= SyntaxKind.GlobalKeyword Then
1291
ElseIf CurrentToken.
Kind
= SyntaxKind.ObjectKeyword Then
1301
ElseIf CurrentToken.
Kind
= SyntaxKind.OperatorKeyword Then
1305
ElseIf CurrentToken.
Kind
= SyntaxKind.NewKeyword Then
1317
Debug.Assert(Not SyntaxFacts.IsPredefinedTypeKeyword(CurrentToken.
Kind
))
1332
While CurrentToken.
Kind
= SyntaxKind.DotToken
1336
If CurrentToken.
Kind
= SyntaxKind.OperatorKeyword Then
1363
If name.
Kind
<> SyntaxKind.XmlName Then
1385
If CurrentToken.
Kind
= SyntaxKind.SingleQuoteToken Then
1388
ElseIf CurrentToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
1403
If identToken.
Kind
<> SyntaxKind.IdentifierToken Then
1423
If closingToken.
Kind
= SyntaxKind.SingleQuoteToken OrElse closingToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
1521
Select Case (CurrentToken.
Kind
)
1552
If CurrentToken.
Kind
= SyntaxKind.ColonToken Then
1558
If CurrentToken.
Kind
= SyntaxKind.XmlNameToken Then
1588
Return node.
Kind
= SyntaxKind.ColonTrivia AndAlso node.ToString() = ":"
1613
Debug.Assert(trailingTrivia.Last.
Kind
= SyntaxKind.ColonTrivia)
1645
Return token.
Kind
= SyntaxKind.IdentifierToken OrElse TryCast(token, KeywordSyntax) IsNot Nothing
1650
If token.
Kind
= SyntaxKind.IdentifierToken Then
1666
Return SyntaxFactory.XmlNameToken(token.Text, token.
Kind
, token.GetLeadingTrivia(), token.GetTrailingTrivia())
1703
If CurrentToken.
Kind
= SyntaxKind.EndOfXmlToken Then
1706
If CurrentToken.
Kind
= SyntaxKind.DocumentationCommentLineBreakToken Then
1747
Select Case (CurrentToken.
Kind
)
1777
newKind = CurrentToken.
Kind
1826
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanQuestionToken, "ParseXmlPI called on the wrong token.")
1853
If CurrentToken.
Kind
= SyntaxKind.XmlTextLiteralToken OrElse CurrentToken.
Kind
= SyntaxKind.DocumentationCommentLineBreakToken Then
1865
If CurrentToken.
Kind
<> SyntaxKind.XmlTextLiteralToken AndAlso CurrentToken.
Kind
<> SyntaxKind.DocumentationCommentLineBreakToken Then
1888
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.BeginCDataToken, "ParseXmlCData called on the wrong token.")
1896
Do While CurrentToken.
Kind
= SyntaxKind.XmlTextLiteralToken OrElse CurrentToken.
Kind
= SyntaxKind.DocumentationCommentLineBreakToken
1914
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanExclamationMinusMinusToken, "ParseXmlComment called on wrong token.")
1921
Do While CurrentToken.
Kind
= SyntaxKind.XmlTextLiteralToken OrElse CurrentToken.
Kind
= SyntaxKind.DocumentationCommentLineBreakToken
1947
If CurrentToken.
Kind
= SyntaxKind.SingleQuoteToken Then
1951
ElseIf CurrentToken.
Kind
= SyntaxKind.DoubleQuoteToken Then
1966
Dim kind = CurrentToken.
Kind
1990
Dim endQuote = HandleUnexpectedToken(startQuote.
Kind
)
2005
Debug.Assert(CurrentToken.
Kind
= SyntaxKind.LessThanPercentEqualsToken, "ParseXmlEmbedded called on wrong token")
2027
If CurrentToken.
Kind
= SyntaxKind.PercentGreaterThanToken Then
2085
Return New XmlDeclarationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, lessThanQuestionToken, xmlKeyword, node.Version, node.Encoding, node.Standalone, node.QuestionGreaterThanToken)
2188
Return New XmlProcessingInstructionSyntax(node.
Kind
,
2211
Return New XmlNameAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, nameNew, node.EqualsToken, node.StartQuoteToken, node.Reference, node.EndQuoteToken)
2228
Return New XmlCrefAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, nameNew, node.EqualsToken, node.StartQuoteToken, node.Reference, node.EndQuoteToken)
2245
Return New XmlAttributeSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, nameNew, node.EqualsToken, node.Value)
2314
Return New XmlNameSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, prefix, localName)
2335
Return New XmlPrefixSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, name, colon)
2358
Select Case token.
Kind
2388
Select Case token.
Kind
2392
Return New XmlNameTokenSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, node.Text, leadingTrivia, trailingTrivia, node.PossibleKeywordKind)
2397
Return New KeywordSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, node.Text, leadingTrivia, trailingTrivia)
2406
Return New PunctuationSyntax(node.
Kind
, node.GetDiagnostics, node.GetAnnotations, node.Text, leadingTrivia, trailingTrivia)
2414
If trivia.
Kind
= SyntaxKind.WhitespaceTrivia OrElse trivia.
Kind
= SyntaxKind.EndOfLineTrivia Then
2484
Debug.Assert(name Is Nothing OrElse name.
Kind
= SyntaxKind.XmlName)
2497
If nameExpr.
Kind
= SyntaxKind.XmlName Then
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 (2)
35
Function(key, value) (key.spelling Is value.Text) AndAlso (key.kind = value.
Kind
)
264
keyword.
Kind
,
Scanner\TokenStream.vb (8)
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
410
If _tokens(i).InnerTokenObject.
Kind
= SyntaxKind.StatementTerminatorToken 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)
48
Return New BadTokenSyntax(
Kind
, SubKind, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia)
52
Return New BadTokenSyntax(
Kind
, SubKind, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia)
56
Return New BadTokenSyntax(
Kind
, SubKind, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia)
60
Return New BadTokenSyntax(
Kind
, SubKind, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia)
Syntax\InternalSyntax\ComplexIdentifierSyntax.vb (4)
97
Return New ComplexIdentifierSyntax(
Kind
, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia, PossibleKeywordKind, IsBracketed, IdentifierText, TypeCharacter)
101
Return New ComplexIdentifierSyntax(
Kind
, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia, PossibleKeywordKind, IsBracketed, IdentifierText, TypeCharacter)
105
Return New ComplexIdentifierSyntax(
Kind
, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia, PossibleKeywordKind, IsBracketed, IdentifierText, TypeCharacter)
109
Return New ComplexIdentifierSyntax(
Kind
, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia, PossibleKeywordKind, IsBracketed, IdentifierText, TypeCharacter)
Syntax\InternalSyntax\DocumentationCommentTriviaSyntax.vb (2)
37
If node.
Kind
<> SyntaxKind.DocumentationCommentLineBreakToken Then
47
If t.
Kind
<> SyntaxKind.DocumentationCommentExteriorTrivia Then
Syntax\InternalSyntax\SimpleIdentifierSyntax.vb (4)
70
Return New SimpleIdentifierSyntax(
Kind
, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia)
74
Return New SimpleIdentifierSyntax(
Kind
, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia)
78
Return New SimpleIdentifierSyntax(
Kind
, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia)
82
Return New SimpleIdentifierSyntax(
Kind
, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia)
Syntax\InternalSyntax\StructuredTriviaSyntax.vb (1)
42
If
Kind
= SyntaxKind.SkippedTokensTrivia Then
Syntax\InternalSyntax\SyntaxLiterals.vb (8)
98
Return New IntegerLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia, _base, _typeSuffix, _value)
102
Return New IntegerLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia, _base, _typeSuffix, _value)
106
Return New IntegerLiteralTokenSyntax(Of T)(
Kind
, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia, _base, _typeSuffix, _value)
110
Return New IntegerLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia, _base, _typeSuffix, _value)
222
Return New FloatingLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia, _typeSuffix, _value)
226
Return New FloatingLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia, _typeSuffix, _value)
230
Return New FloatingLiteralTokenSyntax(Of T)(
Kind
, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia, _typeSuffix, _value)
234
Return New FloatingLiteralTokenSyntax(Of T)(
Kind
, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia, _typeSuffix, _value)
Syntax\InternalSyntax\SyntaxNode.vb (6)
28
Return Me.
Kind
.ToString()
82
Return Me.
Kind
= SyntaxKind.SkippedTokensTrivia
88
Return Me.
Kind
= SyntaxKind.DocumentationCommentTrivia
210
Return
Kind
.ToString & ":" & text
264
Return Me.
Kind
= SyntaxKind.EndOfLineTrivia OrElse Me.
Kind
= SyntaxKind.CommentTrivia
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (15)
80
(trailingTrivia.
Kind
= SyntaxKind.EndOfLineTrivia OrElse trailingTrivia.
Kind
= SyntaxKind.ColonTrivia)
87
Return token.Width = 0 AndAlso token.
Kind
<> SyntaxKind.EmptyToken
336
Debug.Assert(t1.
Kind
= t2.
Kind
)
347
If trivia(i).
Kind
= SyntaxKind.SkippedTokensTrivia Then
365
Select Case trivia(i).
Kind
371
Select Case trivia(i - 1).
Kind
401
Throw ExceptionUtilities.UnexpectedValue(trivia(i).
Kind
)
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)
194
If Text.Length = 0 AndAlso
Kind
<> SyntaxKind.EndOfFileToken AndAlso
Kind
<> SyntaxKind.EmptyToken Then
353
Select Case
Kind
390
Return
Kind
= SyntaxKind.StatementTerminatorToken OrElse
Kind
= SyntaxKind.EndOfFileToken
399
Return
Kind
= SyntaxKind.EndOfFileToken
531
Select Case MyBase.
Kind
Syntax\InternalSyntax\SyntaxTrivia.vb (1)
56
Select Case Me.
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
Syntax\SyntaxEquivalence.vb (1)
196
If Not beforeModifiers.Any(afterModifiers(i).
Kind
) Then
Syntax\SyntaxNodeFactories.vb (2)
164
state = If(curTk.
Kind
= SyntaxKind.StatementTerminatorToken,
168
Loop While curTk.
Kind
<> SyntaxKind.EndOfFileToken
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (76)
IncrementalParser\IncrementalParser.vb (2)
2571
Assert.Equal(tokenA.
Kind
, tokenB.
Kind
)
Scanner\ScanConditionalTests.vb (11)
25
Assert.Equal(SyntaxKind.HashToken, tk.
Kind
)
52
Assert.Equal(SyntaxKind.HashToken, tk.
Kind
)
65
Assert.Equal(SyntaxKind.EndOfFileToken, tk.
Kind
)
84
Assert.Equal(SyntaxKind.HashToken, tk.
Kind
)
93
Assert.Equal(SyntaxKind.HashToken, tk.
Kind
)
101
Assert.Equal(SyntaxKind.EndOfFileToken, tk.
Kind
)
124
Assert.Equal(SyntaxKind.HashToken, tk.
Kind
)
133
Assert.Equal(SyntaxKind.HashToken, tk.
Kind
)
142
Assert.Equal(SyntaxKind.HashToken, tk.
Kind
)
151
Assert.Equal(SyntaxKind.HashToken, tk.
Kind
)
160
Assert.Equal(SyntaxKind.EndOfFileToken, tk.
Kind
)
Scanner\XmlScannerTests.vb (56)
21
Assert.Equal(SyntaxKind.LessThanExclamationMinusMinusToken, tkBeginComment.
Kind
)
28
Assert.Equal(SyntaxKind.LessThanExclamationMinusMinusToken, tkBeginComment.
Kind
)
32
Assert.Equal(SyntaxKind.XmlTextLiteralToken, tkComment.
Kind
)
36
Assert.Equal(SyntaxKind.MinusMinusGreaterThanToken, tkEndComment.
Kind
)
48
Assert.Equal(SyntaxKind.BeginCDataToken, tkBeginComment.
Kind
)
56
Assert.Equal(SyntaxKind.BeginCDataToken, tkBeginComment.
Kind
)
60
Assert.Equal(SyntaxKind.XmlTextLiteralToken, tkComment.
Kind
)
64
Assert.Equal(SyntaxKind.EndCDataToken, tkEndComment.
Kind
)
77
Assert.Equal(SyntaxKind.LessThanToken, tk.
Kind
)
82
Assert.Equal(SyntaxKind.XmlNameToken, tkMarkup0.
Kind
)
86
Assert.Equal(SyntaxKind.ColonToken, tkElement0.
Kind
)
91
Assert.Equal(SyntaxKind.XmlNameToken, tkName0.
Kind
)
95
Assert.Equal(SyntaxKind.XmlNameToken, tkName1.
Kind
)
101
Assert.Equal(SyntaxKind.EqualsToken, tkElement1.
Kind
)
105
Assert.Equal(SyntaxKind.SingleQuoteToken, tkAttrValue0.
Kind
)
109
Assert.Equal(SyntaxKind.XmlTextLiteralToken, tkStrVal0.
Kind
)
113
Assert.Equal(SyntaxKind.SingleQuoteToken, tkStrVal1.
Kind
)
119
Assert.Equal(SyntaxKind.XmlNameToken, tkElement2.
Kind
)
123
Assert.Equal(SyntaxKind.EqualsToken, tkElement3.
Kind
)
129
Assert.Equal(SyntaxKind.DoubleQuoteToken, tkAttrValue1.
Kind
)
133
Assert.Equal(SyntaxKind.XmlTextLiteralToken, tkStrVal2.
Kind
)
137
Assert.Equal(SyntaxKind.XmlEntityLiteralToken, tkStrVal3.
Kind
)
142
Assert.Equal(SyntaxKind.XmlTextLiteralToken, tkStrVal3a.
Kind
)
146
Assert.Equal(SyntaxKind.XmlEntityLiteralToken, tkStrVal4.
Kind
)
151
Assert.Equal(SyntaxKind.XmlTextLiteralToken, tkStrVal5.
Kind
)
155
Assert.Equal(SyntaxKind.DoubleQuoteToken, tkStrVal6.
Kind
)
160
Assert.Equal(SyntaxKind.GreaterThanToken, tkElement4.
Kind
)
164
Assert.Equal(SyntaxKind.XmlTextLiteralToken, tkContent0.
Kind
)
168
Assert.Equal(SyntaxKind.XmlEntityLiteralToken, tkContent1.
Kind
)
173
Assert.Equal(SyntaxKind.XmlTextLiteralToken, tkContent2.
Kind
)
177
Assert.Equal(SyntaxKind.LessThanSlashToken, tkContent3.
Kind
)
183
Assert.Equal(SyntaxKind.XmlNameToken, tkMarkup2.
Kind
)
187
Assert.Equal(SyntaxKind.GreaterThanToken, tkMarkup3.
Kind
)
200
Assert.Equal(SyntaxKind.LessThanToken, tk.
Kind
)
205
Assert.Equal(SyntaxKind.XmlNameToken, tkMarkup0.
Kind
)
209
Assert.Equal(SyntaxKind.SlashGreaterThanToken, tkElement0.
Kind
)
221
Assert.Equal(SyntaxKind.LessThanToken, tk.
Kind
)
226
Assert.Equal(SyntaxKind.XmlNameToken, tkMarkup0.
Kind
)
230
Assert.Equal(SyntaxKind.GreaterThanToken, tkElement0.
Kind
)
234
Assert.Equal(SyntaxKind.XmlTextLiteralToken, content0.
Kind
)
238
Assert.Equal(SyntaxKind.LessThanToken, content1.
Kind
)
243
Assert.Equal(SyntaxKind.XmlNameToken, tkMarkup1.
Kind
)
247
Assert.Equal(SyntaxKind.SlashGreaterThanToken, tkElement1.
Kind
)
251
Assert.Equal(SyntaxKind.LessThanToken, content2.
Kind
)
256
Assert.Equal(SyntaxKind.XmlNameToken, tkMarkup2.
Kind
)
260
Assert.Equal(SyntaxKind.SlashGreaterThanToken, tkElement2.
Kind
)
264
Assert.Equal(SyntaxKind.XmlTextLiteralToken, content3.
Kind
)
268
Assert.Equal(SyntaxKind.XmlEntityLiteralToken, content4.
Kind
)
273
Assert.Equal(SyntaxKind.XmlTextLiteralToken, content5.
Kind
)
278
Assert.Equal(SyntaxKind.LessThanSlashToken, content6.
Kind
)
293
Assert.Equal(SyntaxKind.SingleQuoteToken, tk.
Kind
)
300
Assert.Equal(SyntaxKind.SingleQuoteToken, tk.
Kind
)
309
Assert.Equal(SyntaxKind.DoubleQuoteToken, tk.
Kind
)
316
Assert.Equal(SyntaxKind.DoubleQuoteToken, tk.
Kind
)
327
Assert.Equal(SyntaxKind.XmlEntityLiteralToken, tk.
Kind
)
334
Assert.Equal(SyntaxKind.XmlEntityLiteralToken, tk.
Kind
)
Syntax\SyntaxRewriterTests.vb (6)
33
Return If(node.
Kind
= SyntaxKind.SimpleArgument AndAlso node.ToString() = "B", Nothing, node)
48
Return If(node.
Kind
= SyntaxKind.SimpleArgument, Nothing, node)
96
Return If(node.
Kind
= SyntaxKind.ClassBlock AndAlso node.ToString().Contains("B"), Nothing, node)
119
Return If(node.
Kind
= SyntaxKind.ClassBlock, Nothing, node)
401
Return If(node.
Kind
= SyntaxKind.SimpleArgument AndAlso node.ToString() = "C", Nothing, node)
453
Return If(node.
Kind
= SyntaxKind.SubBlock AndAlso node.ToString().Contains("B"), Nothing, node)
TestSyntaxNodes.vb (1)
1145
Return SyntaxFactory.Token(token.LeadingTrivia(), node.
Kind
, token.TrailingTrivia(), node.Text.ToUpperInvariant())