544 references to GetAnnotations
Microsoft.CodeAnalysis (16)
Syntax\GreenNode.cs (5)
468
var annotations = this.
GetAnnotations
();
487
var annotations = this.
GetAnnotations
();
506
var annotations = this.
GetAnnotations
();
530
var annotations = this.
GetAnnotations
();
558
var annotations = this.
GetAnnotations
();
Syntax\GreenNodeExtensions.cs (3)
28
var existingAnnotations = node.
GetAnnotations
();
46
var existingAnnotations = node.
GetAnnotations
();
77
var existingAnnotations = node.
GetAnnotations
();
Syntax\InternalSyntax\SyntaxList.WithLotsOfChildren.cs (1)
63
return new WithLotsOfChildren(errors, this.
GetAnnotations
(), children, _childOffsets);
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (1)
107
return new WithManyChildren(errors, this.
GetAnnotations
(), children);
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (1)
69
return new WithThreeChildren(errors, this.
GetAnnotations
(), _child0, _child1, _child2);
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (1)
61
return new WithTwoChildren(errors, this.
GetAnnotations
(), _child0, _child1);
Syntax\SyntaxNode.cs (2)
1275
return this.Green.
GetAnnotations
();
1406
var annotations = this.Green.
GetAnnotations
();
Syntax\SyntaxToken.cs (1)
388
var annotations = this.Node.
GetAnnotations
();
Syntax\SyntaxTrivia.cs (1)
384
var annotations = this.UnderlyingNode.
GetAnnotations
();
Microsoft.CodeAnalysis.CSharp (528)
_generated\1\Syntax.xml.Internal.Generated.cs (500)
94
var annotations =
GetAnnotations
();
104
=> new IdentifierNameSyntax(this.Kind, this.identifier, diagnostics,
GetAnnotations
());
183
var annotations =
GetAnnotations
();
193
=> new QualifiedNameSyntax(this.Kind, this.left, this.dotToken, this.right, diagnostics,
GetAnnotations
());
262
var annotations =
GetAnnotations
();
272
=> new GenericNameSyntax(this.Kind, this.identifier, this.typeArgumentList, diagnostics,
GetAnnotations
());
360
var annotations =
GetAnnotations
();
370
=> new TypeArgumentListSyntax(this.Kind, this.lessThanToken, this.arguments, this.greaterThanToken, diagnostics,
GetAnnotations
());
449
var annotations =
GetAnnotations
();
459
=> new AliasQualifiedNameSyntax(this.Kind, this.alias, this.colonColonToken, this.name, diagnostics,
GetAnnotations
());
528
var annotations =
GetAnnotations
();
538
=> new PredefinedTypeSyntax(this.Kind, this.keyword, diagnostics,
GetAnnotations
());
616
var annotations =
GetAnnotations
();
626
=> new ArrayTypeSyntax(this.Kind, this.elementType, this.rankSpecifiers, diagnostics,
GetAnnotations
());
710
var annotations =
GetAnnotations
();
720
=> new ArrayRankSpecifierSyntax(this.Kind, this.openBracketToken, this.sizes, this.closeBracketToken, diagnostics,
GetAnnotations
());
789
var annotations =
GetAnnotations
();
799
=> new PointerTypeSyntax(this.Kind, this.elementType, this.asteriskToken, diagnostics,
GetAnnotations
());
896
var annotations =
GetAnnotations
();
906
=> new FunctionPointerTypeSyntax(this.Kind, this.delegateKeyword, this.asteriskToken, this.callingConvention, this.parameterList, diagnostics,
GetAnnotations
());
994
var annotations =
GetAnnotations
();
1004
=> new FunctionPointerParameterListSyntax(this.Kind, this.lessThanToken, this.parameters, this.greaterThanToken, diagnostics,
GetAnnotations
());
1082
var annotations =
GetAnnotations
();
1092
=> new FunctionPointerCallingConventionSyntax(this.Kind, this.managedOrUnmanagedKeyword, this.unmanagedCallingConventionList, diagnostics,
GetAnnotations
());
1180
var annotations =
GetAnnotations
();
1190
=> new FunctionPointerUnmanagedCallingConventionListSyntax(this.Kind, this.openBracketToken, this.callingConventions, this.closeBracketToken, diagnostics,
GetAnnotations
());
1245
var annotations =
GetAnnotations
();
1255
=> new FunctionPointerUnmanagedCallingConventionSyntax(this.Kind, this.name, diagnostics,
GetAnnotations
());
1324
var annotations =
GetAnnotations
();
1334
=> new NullableTypeSyntax(this.Kind, this.elementType, this.questionToken, diagnostics,
GetAnnotations
());
1421
var annotations =
GetAnnotations
();
1431
=> new TupleTypeSyntax(this.Kind, this.openParenToken, this.elements, this.closeParenToken, diagnostics,
GetAnnotations
());
1509
var annotations =
GetAnnotations
();
1519
=> new TupleElementSyntax(this.Kind, this.type, this.identifier, diagnostics,
GetAnnotations
());
1574
var annotations =
GetAnnotations
();
1584
=> new OmittedTypeArgumentSyntax(this.Kind, this.omittedTypeArgumentToken, diagnostics,
GetAnnotations
());
1670
var annotations =
GetAnnotations
();
1680
=> new RefTypeSyntax(this.Kind, this.refKeyword, this.readOnlyKeyword, this.type, diagnostics,
GetAnnotations
());
1747
var annotations =
GetAnnotations
();
1757
=> new ScopedTypeSyntax(this.Kind, this.scopedKeyword, this.type, diagnostics,
GetAnnotations
());
1863
var annotations =
GetAnnotations
();
1873
=> new ParenthesizedExpressionSyntax(this.Kind, this.openParenToken, this.expression, this.closeParenToken, diagnostics,
GetAnnotations
());
1961
var annotations =
GetAnnotations
();
1971
=> new TupleExpressionSyntax(this.Kind, this.openParenToken, this.arguments, this.closeParenToken, diagnostics,
GetAnnotations
());
2040
var annotations =
GetAnnotations
();
2050
=> new PrefixUnaryExpressionSyntax(this.Kind, this.operatorToken, this.operand, diagnostics,
GetAnnotations
());
2119
var annotations =
GetAnnotations
();
2129
=> new AwaitExpressionSyntax(this.Kind, this.awaitKeyword, this.expression, diagnostics,
GetAnnotations
());
2198
var annotations =
GetAnnotations
();
2208
=> new PostfixUnaryExpressionSyntax(this.Kind, this.operand, this.operatorToken, diagnostics,
GetAnnotations
());
2287
var annotations =
GetAnnotations
();
2297
=> new MemberAccessExpressionSyntax(this.Kind, this.expression, this.operatorToken, this.name, diagnostics,
GetAnnotations
());
2376
var annotations =
GetAnnotations
();
2386
=> new ConditionalAccessExpressionSyntax(this.Kind, this.expression, this.operatorToken, this.whenNotNull, diagnostics,
GetAnnotations
());
2455
var annotations =
GetAnnotations
();
2465
=> new MemberBindingExpressionSyntax(this.Kind, this.operatorToken, this.name, diagnostics,
GetAnnotations
());
2520
var annotations =
GetAnnotations
();
2530
=> new ElementBindingExpressionSyntax(this.Kind, this.argumentList, diagnostics,
GetAnnotations
());
2627
var annotations =
GetAnnotations
();
2637
=> new RangeExpressionSyntax(this.Kind, this.leftOperand, this.operatorToken, this.rightOperand, diagnostics,
GetAnnotations
());
2692
var annotations =
GetAnnotations
();
2702
=> new ImplicitElementAccessSyntax(this.Kind, this.argumentList, diagnostics,
GetAnnotations
());
2781
var annotations =
GetAnnotations
();
2791
=> new BinaryExpressionSyntax(this.Kind, this.left, this.operatorToken, this.right, diagnostics,
GetAnnotations
());
2870
var annotations =
GetAnnotations
();
2880
=> new AssignmentExpressionSyntax(this.Kind, this.left, this.operatorToken, this.right, diagnostics,
GetAnnotations
());
2979
var annotations =
GetAnnotations
();
2989
=> new ConditionalExpressionSyntax(this.Kind, this.condition, this.questionToken, this.whenTrue, this.colonToken, this.whenFalse, diagnostics,
GetAnnotations
());
3058
var annotations =
GetAnnotations
();
3068
=> new ThisExpressionSyntax(this.Kind, this.token, diagnostics,
GetAnnotations
());
3123
var annotations =
GetAnnotations
();
3133
=> new BaseExpressionSyntax(this.Kind, this.token, diagnostics,
GetAnnotations
());
3188
var annotations =
GetAnnotations
();
3198
=> new LiteralExpressionSyntax(this.Kind, this.token, diagnostics,
GetAnnotations
());
3253
var annotations =
GetAnnotations
();
3263
=> new FieldExpressionSyntax(this.Kind, this.token, diagnostics,
GetAnnotations
());
3352
var annotations =
GetAnnotations
();
3362
=> new MakeRefExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.closeParenToken, diagnostics,
GetAnnotations
());
3451
var annotations =
GetAnnotations
();
3461
=> new RefTypeExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.closeParenToken, diagnostics,
GetAnnotations
());
3570
var annotations =
GetAnnotations
();
3580
=> new RefValueExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.comma, this.type, this.closeParenToken, diagnostics,
GetAnnotations
());
3669
var annotations =
GetAnnotations
();
3679
=> new CheckedExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.closeParenToken, diagnostics,
GetAnnotations
());
3768
var annotations =
GetAnnotations
();
3778
=> new UnsafeExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.closeParenToken, diagnostics,
GetAnnotations
());
3867
var annotations =
GetAnnotations
();
3877
=> new DefaultExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken, diagnostics,
GetAnnotations
());
3966
var annotations =
GetAnnotations
();
3976
=> new TypeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken, diagnostics,
GetAnnotations
());
4065
var annotations =
GetAnnotations
();
4075
=> new SizeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken, diagnostics,
GetAnnotations
());
4144
var annotations =
GetAnnotations
();
4154
=> new InvocationExpressionSyntax(this.Kind, this.expression, this.argumentList, diagnostics,
GetAnnotations
());
4223
var annotations =
GetAnnotations
();
4233
=> new ElementAccessExpressionSyntax(this.Kind, this.expression, this.argumentList, diagnostics,
GetAnnotations
());
4338
var annotations =
GetAnnotations
();
4348
=> new ArgumentListSyntax(this.Kind, this.openParenToken, this.arguments, this.closeParenToken, diagnostics,
GetAnnotations
());
4436
var annotations =
GetAnnotations
();
4446
=> new BracketedArgumentListSyntax(this.Kind, this.openBracketToken, this.arguments, this.closeBracketToken, diagnostics,
GetAnnotations
());
4543
var annotations =
GetAnnotations
();
4553
=> new ArgumentSyntax(this.Kind, this.nameColon, this.refKindKeyword, this.expression, diagnostics,
GetAnnotations
());
4636
var annotations =
GetAnnotations
();
4646
=> new ExpressionColonSyntax(this.Kind, this.expression, this.colonToken, diagnostics,
GetAnnotations
());
4715
var annotations =
GetAnnotations
();
4725
=> new NameColonSyntax(this.Kind, this.name, this.colonToken, diagnostics,
GetAnnotations
());
4793
var annotations =
GetAnnotations
();
4803
=> new DeclarationExpressionSyntax(this.Kind, this.type, this.designation, diagnostics,
GetAnnotations
());
4892
var annotations =
GetAnnotations
();
4902
=> new CastExpressionSyntax(this.Kind, this.openParenToken, this.type, this.closeParenToken, this.expression, diagnostics,
GetAnnotations
());
5061
var annotations =
GetAnnotations
();
5071
=> new AnonymousMethodExpressionSyntax(this.Kind, this.modifiers, this.delegateKeyword, this.parameterList, this.block, this.expressionBody, diagnostics,
GetAnnotations
());
5239
var annotations =
GetAnnotations
();
5249
=> new SimpleLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.parameter, this.arrowToken, this.block, this.expressionBody, diagnostics,
GetAnnotations
());
5315
var annotations =
GetAnnotations
();
5325
=> new RefExpressionSyntax(this.Kind, this.refKeyword, this.expression, diagnostics,
GetAnnotations
());
5492
var annotations =
GetAnnotations
();
5502
=> new ParenthesizedLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.parameterList, this.arrowToken, this.block, this.expressionBody, diagnostics,
GetAnnotations
());
5590
var annotations =
GetAnnotations
();
5600
=> new InitializerExpressionSyntax(this.Kind, this.openBraceToken, this.expressions, this.closeBraceToken, diagnostics,
GetAnnotations
());
5710
var annotations =
GetAnnotations
();
5720
=> new ImplicitObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.argumentList, this.initializer, diagnostics,
GetAnnotations
());
5827
var annotations =
GetAnnotations
();
5837
=> new ObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.argumentList, this.initializer, diagnostics,
GetAnnotations
());
5913
var annotations =
GetAnnotations
();
5923
=> new WithExpressionSyntax(this.Kind, this.expression, this.withKeyword, this.initializer, diagnostics,
GetAnnotations
());
6000
var annotations =
GetAnnotations
();
6010
=> new AnonymousObjectMemberDeclaratorSyntax(this.Kind, this.nameEquals, this.expression, diagnostics,
GetAnnotations
());
6108
var annotations =
GetAnnotations
();
6118
=> new AnonymousObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.openBraceToken, this.initializers, this.closeBraceToken, diagnostics,
GetAnnotations
());
6206
var annotations =
GetAnnotations
();
6216
=> new ArrayCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.initializer, diagnostics,
GetAnnotations
());
6324
var annotations =
GetAnnotations
();
6334
=> new ImplicitArrayCreationExpressionSyntax(this.Kind, this.newKeyword, this.openBracketToken, this.commas, this.closeBracketToken, this.initializer, diagnostics,
GetAnnotations
());
6422
var annotations =
GetAnnotations
();
6432
=> new StackAllocArrayCreationExpressionSyntax(this.Kind, this.stackAllocKeyword, this.type, this.initializer, diagnostics,
GetAnnotations
());
6521
var annotations =
GetAnnotations
();
6531
=> new ImplicitStackAllocArrayCreationExpressionSyntax(this.Kind, this.stackAllocKeyword, this.openBracketToken, this.closeBracketToken, this.initializer, diagnostics,
GetAnnotations
());
6616
var annotations =
GetAnnotations
();
6626
=> new CollectionExpressionSyntax(this.Kind, this.openBracketToken, this.elements, this.closeBracketToken, diagnostics,
GetAnnotations
());
6692
var annotations =
GetAnnotations
();
6702
=> new ExpressionElementSyntax(this.Kind, this.expression, diagnostics,
GetAnnotations
());
6768
var annotations =
GetAnnotations
();
6778
=> new SpreadElementSyntax(this.Kind, this.operatorToken, this.expression, diagnostics,
GetAnnotations
());
6844
var annotations =
GetAnnotations
();
6854
=> new WithElementSyntax(this.Kind, this.withKeyword, this.argumentList, diagnostics,
GetAnnotations
());
6946
var annotations =
GetAnnotations
();
6956
=> new QueryExpressionSyntax(this.Kind, this.fromClause, this.body, diagnostics,
GetAnnotations
());
7049
var annotations =
GetAnnotations
();
7059
=> new QueryBodySyntax(this.Kind, this.clauses, this.selectOrGroup, this.continuation, diagnostics,
GetAnnotations
());
7162
var annotations =
GetAnnotations
();
7172
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.type, this.identifier, this.inKeyword, this.expression, diagnostics,
GetAnnotations
());
7257
var annotations =
GetAnnotations
();
7267
=> new LetClauseSyntax(this.Kind, this.letKeyword, this.identifier, this.equalsToken, this.expression, diagnostics,
GetAnnotations
());
7424
var annotations =
GetAnnotations
();
7434
=> new JoinClauseSyntax(this.Kind, this.joinKeyword, this.type, this.identifier, this.inKeyword, this.inExpression, this.onKeyword, this.leftExpression, this.equalsKeyword, this.rightExpression, this.into, diagnostics,
GetAnnotations
());
7501
var annotations =
GetAnnotations
();
7511
=> new JoinIntoClauseSyntax(this.Kind, this.intoKeyword, this.identifier, diagnostics,
GetAnnotations
());
7577
var annotations =
GetAnnotations
();
7587
=> new WhereClauseSyntax(this.Kind, this.whereKeyword, this.condition, diagnostics,
GetAnnotations
());
7662
var annotations =
GetAnnotations
();
7672
=> new OrderByClauseSyntax(this.Kind, this.orderByKeyword, this.orderings, diagnostics,
GetAnnotations
());
7747
var annotations =
GetAnnotations
();
7757
=> new OrderingSyntax(this.Kind, this.expression, this.ascendingOrDescendingKeyword, diagnostics,
GetAnnotations
());
7823
var annotations =
GetAnnotations
();
7833
=> new SelectClauseSyntax(this.Kind, this.selectKeyword, this.expression, diagnostics,
GetAnnotations
());
7917
var annotations =
GetAnnotations
();
7927
=> new GroupClauseSyntax(this.Kind, this.groupKeyword, this.groupExpression, this.byKeyword, this.byExpression, diagnostics,
GetAnnotations
());
8003
var annotations =
GetAnnotations
();
8013
=> new QueryContinuationSyntax(this.Kind, this.intoKeyword, this.identifier, this.body, diagnostics,
GetAnnotations
());
8068
var annotations =
GetAnnotations
();
8078
=> new OmittedArraySizeExpressionSyntax(this.Kind, this.omittedArraySizeExpressionToken, diagnostics,
GetAnnotations
());
8165
var annotations =
GetAnnotations
();
8175
=> new InterpolatedStringExpressionSyntax(this.Kind, this.stringStartToken, this.contents, this.stringEndToken, diagnostics,
GetAnnotations
());
8253
var annotations =
GetAnnotations
();
8263
=> new IsPatternExpressionSyntax(this.Kind, this.expression, this.isKeyword, this.pattern, diagnostics,
GetAnnotations
());
8329
var annotations =
GetAnnotations
();
8339
=> new ThrowExpressionSyntax(this.Kind, this.throwKeyword, this.expression, diagnostics,
GetAnnotations
());
8405
var annotations =
GetAnnotations
();
8415
=> new WhenClauseSyntax(this.Kind, this.whenKeyword, this.condition, diagnostics,
GetAnnotations
());
8481
var annotations =
GetAnnotations
();
8491
=> new DiscardPatternSyntax(this.Kind, this.underscoreToken, diagnostics,
GetAnnotations
());
8557
var annotations =
GetAnnotations
();
8567
=> new DeclarationPatternSyntax(this.Kind, this.type, this.designation, diagnostics,
GetAnnotations
());
8633
var annotations =
GetAnnotations
();
8643
=> new VarPatternSyntax(this.Kind, this.varKeyword, this.designation, diagnostics,
GetAnnotations
());
8763
var annotations =
GetAnnotations
();
8773
=> new RecursivePatternSyntax(this.Kind, this.type, this.positionalPatternClause, this.propertyPatternClause, this.designation, diagnostics,
GetAnnotations
());
8857
var annotations =
GetAnnotations
();
8867
=> new PositionalPatternClauseSyntax(this.Kind, this.openParenToken, this.subpatterns, this.closeParenToken, diagnostics,
GetAnnotations
());
8951
var annotations =
GetAnnotations
();
8961
=> new PropertyPatternClauseSyntax(this.Kind, this.openBraceToken, this.subpatterns, this.closeBraceToken, diagnostics,
GetAnnotations
());
9036
var annotations =
GetAnnotations
();
9046
=> new SubpatternSyntax(this.Kind, this.expressionColon, this.pattern, diagnostics,
GetAnnotations
());
9100
var annotations =
GetAnnotations
();
9110
=> new ConstantPatternSyntax(this.Kind, this.expression, diagnostics,
GetAnnotations
());
9185
var annotations =
GetAnnotations
();
9195
=> new ParenthesizedPatternSyntax(this.Kind, this.openParenToken, this.pattern, this.closeParenToken, diagnostics,
GetAnnotations
());
9262
var annotations =
GetAnnotations
();
9272
=> new RelationalPatternSyntax(this.Kind, this.operatorToken, this.expression, diagnostics,
GetAnnotations
());
9326
var annotations =
GetAnnotations
();
9336
=> new TypePatternSyntax(this.Kind, this.type, diagnostics,
GetAnnotations
());
9411
var annotations =
GetAnnotations
();
9421
=> new BinaryPatternSyntax(this.Kind, this.left, this.operatorToken, this.right, diagnostics,
GetAnnotations
());
9487
var annotations =
GetAnnotations
();
9497
=> new UnaryPatternSyntax(this.Kind, this.operatorToken, this.pattern, diagnostics,
GetAnnotations
());
9599
var annotations =
GetAnnotations
();
9609
=> new ListPatternSyntax(this.Kind, this.openBracketToken, this.patterns, this.closeBracketToken, this.designation, diagnostics,
GetAnnotations
());
9684
var annotations =
GetAnnotations
();
9694
=> new SlicePatternSyntax(this.Kind, this.dotDotToken, this.pattern, diagnostics,
GetAnnotations
());
9761
var annotations =
GetAnnotations
();
9771
=> new InterpolatedStringTextSyntax(this.Kind, this.textToken, diagnostics,
GetAnnotations
());
9886
var annotations =
GetAnnotations
();
9896
=> new InterpolationSyntax(this.Kind, this.openBraceToken, this.expression, this.alignmentClause, this.formatClause, this.closeBraceToken, diagnostics,
GetAnnotations
());
9962
var annotations =
GetAnnotations
();
9972
=> new InterpolationAlignmentClauseSyntax(this.Kind, this.commaToken, this.value, diagnostics,
GetAnnotations
());
10039
var annotations =
GetAnnotations
();
10049
=> new InterpolationFormatClauseSyntax(this.Kind, this.colonToken, this.formatStringToken, diagnostics,
GetAnnotations
());
10143
var annotations =
GetAnnotations
();
10153
=> new GlobalStatementSyntax(this.Kind, this.attributeLists, this.modifiers, this.statement, diagnostics,
GetAnnotations
());
10271
var annotations =
GetAnnotations
();
10281
=> new BlockSyntax(this.Kind, this.attributeLists, this.openBraceToken, this.statements, this.closeBraceToken, diagnostics,
GetAnnotations
());
10484
var annotations =
GetAnnotations
();
10494
=> new LocalFunctionStatementSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.identifier, this.typeParameterList, this.parameterList, this.constraintClauses, this.body, this.expressionBody, this.semicolonToken, diagnostics,
GetAnnotations
());
10633
var annotations =
GetAnnotations
();
10643
=> new LocalDeclarationStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.usingKeyword, this.modifiers, this.declaration, this.semicolonToken, diagnostics,
GetAnnotations
());
10718
var annotations =
GetAnnotations
();
10728
=> new VariableDeclarationSyntax(this.Kind, this.type, this.variables, diagnostics,
GetAnnotations
());
10822
var annotations =
GetAnnotations
();
10832
=> new VariableDeclaratorSyntax(this.Kind, this.identifier, this.argumentList, this.initializer, diagnostics,
GetAnnotations
());
10898
var annotations =
GetAnnotations
();
10908
=> new EqualsValueClauseSyntax(this.Kind, this.equalsToken, this.value, diagnostics,
GetAnnotations
());
10974
var annotations =
GetAnnotations
();
10984
=> new SingleVariableDesignationSyntax(this.Kind, this.identifier, diagnostics,
GetAnnotations
());
11037
var annotations =
GetAnnotations
();
11047
=> new DiscardDesignationSyntax(this.Kind, this.underscoreToken, diagnostics,
GetAnnotations
());
11131
var annotations =
GetAnnotations
();
11141
=> new ParenthesizedVariableDesignationSyntax(this.Kind, this.openParenToken, this.variables, this.closeParenToken, diagnostics,
GetAnnotations
());
11225
var annotations =
GetAnnotations
();
11235
=> new ExpressionStatementSyntax(this.Kind, this.attributeLists, this.expression, this.semicolonToken, diagnostics,
GetAnnotations
());
11310
var annotations =
GetAnnotations
();
11320
=> new EmptyStatementSyntax(this.Kind, this.attributeLists, this.semicolonToken, diagnostics,
GetAnnotations
());
11416
var annotations =
GetAnnotations
();
11426
=> new LabeledStatementSyntax(this.Kind, this.attributeLists, this.identifier, this.colonToken, this.statement, diagnostics,
GetAnnotations
());
11561
var annotations =
GetAnnotations
();
11571
=> new GotoStatementSyntax(this.Kind, this.attributeLists, this.gotoKeyword, this.caseOrDefaultKeyword, this.expression, this.semicolonToken, diagnostics,
GetAnnotations
());
11673
var annotations =
GetAnnotations
();
11683
=> new BreakStatementSyntax(this.Kind, this.attributeLists, this.breakKeyword, this.name, this.semicolonToken, diagnostics,
GetAnnotations
());
11785
var annotations =
GetAnnotations
();
11795
=> new ContinueStatementSyntax(this.Kind, this.attributeLists, this.continueKeyword, this.name, this.semicolonToken, diagnostics,
GetAnnotations
());
11897
var annotations =
GetAnnotations
();
11907
=> new ReturnStatementSyntax(this.Kind, this.attributeLists, this.returnKeyword, this.expression, this.semicolonToken, diagnostics,
GetAnnotations
());
12009
var annotations =
GetAnnotations
();
12019
=> new ThrowStatementSyntax(this.Kind, this.attributeLists, this.throwKeyword, this.expression, this.semicolonToken, diagnostics,
GetAnnotations
());
12130
var annotations =
GetAnnotations
();
12140
=> new YieldStatementSyntax(this.Kind, this.attributeLists, this.yieldKeyword, this.returnOrBreakKeyword, this.expression, this.semicolonToken, diagnostics,
GetAnnotations
());
12251
var annotations =
GetAnnotations
();
12261
=> new WhileStatementSyntax(this.Kind, this.attributeLists, this.whileKeyword, this.openParenToken, this.condition, this.closeParenToken, this.statement, diagnostics,
GetAnnotations
());
12390
var annotations =
GetAnnotations
();
12400
=> new DoStatementSyntax(this.Kind, this.attributeLists, this.doKeyword, this.statement, this.whileKeyword, this.openParenToken, this.condition, this.closeParenToken, this.semicolonToken, diagnostics,
GetAnnotations
());
12592
var annotations =
GetAnnotations
();
12602
=> new ForStatementSyntax(this.Kind, this.attributeLists, this.forKeyword, this.openParenToken, this.declaration, this.initializers, this.firstSemicolonToken, this.condition, this.secondSemicolonToken, this.incrementors, this.closeParenToken, this.statement, diagnostics,
GetAnnotations
());
12786
var annotations =
GetAnnotations
();
12796
=> new ForEachStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.forEachKeyword, this.openParenToken, this.type, this.identifier, this.inKeyword, this.expression, this.closeParenToken, this.statement, diagnostics,
GetAnnotations
());
12949
var annotations =
GetAnnotations
();
12959
=> new ForEachVariableStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.forEachKeyword, this.openParenToken, this.variable, this.inKeyword, this.expression, this.closeParenToken, this.statement, diagnostics,
GetAnnotations
());
13115
var annotations =
GetAnnotations
();
13125
=> new UsingStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.usingKeyword, this.openParenToken, this.declaration, this.expression, this.closeParenToken, this.statement, diagnostics,
GetAnnotations
());
13236
var annotations =
GetAnnotations
();
13246
=> new FixedStatementSyntax(this.Kind, this.attributeLists, this.fixedKeyword, this.openParenToken, this.declaration, this.closeParenToken, this.statement, diagnostics,
GetAnnotations
());
13330
var annotations =
GetAnnotations
();
13340
=> new CheckedStatementSyntax(this.Kind, this.attributeLists, this.keyword, this.block, diagnostics,
GetAnnotations
());
13424
var annotations =
GetAnnotations
();
13434
=> new UnsafeStatementSyntax(this.Kind, this.attributeLists, this.unsafeKeyword, this.block, diagnostics,
GetAnnotations
());
13545
var annotations =
GetAnnotations
();
13555
=> new LockStatementSyntax(this.Kind, this.attributeLists, this.lockKeyword, this.openParenToken, this.expression, this.closeParenToken, this.statement, diagnostics,
GetAnnotations
());
13705
var annotations =
GetAnnotations
();
13715
=> new IfStatementSyntax(this.Kind, this.attributeLists, this.ifKeyword, this.openParenToken, this.condition, this.closeParenToken, this.statement, this.@else, diagnostics,
GetAnnotations
());
13785
var annotations =
GetAnnotations
();
13795
=> new ElseClauseSyntax(this.Kind, this.elseKeyword, this.statement, diagnostics,
GetAnnotations
());
13973
var annotations =
GetAnnotations
();
13983
=> new SwitchStatementSyntax(this.Kind, this.attributeLists, this.switchKeyword, this.openParenToken, this.expression, this.closeParenToken, this.openBraceToken, this.sections, this.closeBraceToken, diagnostics,
GetAnnotations
());
14074
var annotations =
GetAnnotations
();
14084
=> new SwitchSectionSyntax(this.Kind, this.labels, this.statements, diagnostics,
GetAnnotations
());
14206
var annotations =
GetAnnotations
();
14216
=> new CasePatternSwitchLabelSyntax(this.Kind, this.keyword, this.pattern, this.whenClause, this.colonToken, diagnostics,
GetAnnotations
());
14296
var annotations =
GetAnnotations
();
14306
=> new CaseSwitchLabelSyntax(this.Kind, this.keyword, this.value, this.colonToken, diagnostics,
GetAnnotations
());
14374
var annotations =
GetAnnotations
();
14384
=> new DefaultSwitchLabelSyntax(this.Kind, this.keyword, this.colonToken, diagnostics,
GetAnnotations
());
14486
var annotations =
GetAnnotations
();
14496
=> new SwitchExpressionSyntax(this.Kind, this.governingExpression, this.switchKeyword, this.openBraceToken, this.arms, this.closeBraceToken, diagnostics,
GetAnnotations
());
14589
var annotations =
GetAnnotations
();
14599
=> new SwitchExpressionArmSyntax(this.Kind, this.pattern, this.whenClause, this.equalsGreaterThanToken, this.expression, diagnostics,
GetAnnotations
());
14719
var annotations =
GetAnnotations
();
14729
=> new TryStatementSyntax(this.Kind, this.attributeLists, this.tryKeyword, this.block, this.catches, this.@finally, diagnostics,
GetAnnotations
());
14831
var annotations =
GetAnnotations
();
14841
=> new CatchClauseSyntax(this.Kind, this.catchKeyword, this.declaration, this.filter, this.block, diagnostics,
GetAnnotations
());
14934
var annotations =
GetAnnotations
();
14944
=> new CatchDeclarationSyntax(this.Kind, this.openParenToken, this.type, this.identifier, this.closeParenToken, diagnostics,
GetAnnotations
());
15028
var annotations =
GetAnnotations
();
15038
=> new CatchFilterClauseSyntax(this.Kind, this.whenKeyword, this.openParenToken, this.filterExpression, this.closeParenToken, diagnostics,
GetAnnotations
());
15104
var annotations =
GetAnnotations
();
15114
=> new FinallyClauseSyntax(this.Kind, this.finallyKeyword, this.block, diagnostics,
GetAnnotations
());
15244
var annotations =
GetAnnotations
();
15254
=> new CompilationUnitSyntax(this.Kind, this.externs, this.usings, this.attributeLists, this.members, this.endOfFileToken, diagnostics,
GetAnnotations
());
15345
var annotations =
GetAnnotations
();
15355
=> new ExternAliasDirectiveSyntax(this.Kind, this.externKeyword, this.aliasKeyword, this.identifier, this.semicolonToken, diagnostics,
GetAnnotations
());
15502
var annotations =
GetAnnotations
();
15512
=> new UsingDirectiveSyntax(this.Kind, this.globalKeyword, this.usingKeyword, this.staticKeyword, this.unsafeKeyword, this.alias, this.namespaceOrType, this.semicolonToken, diagnostics,
GetAnnotations
());
15748
var annotations =
GetAnnotations
();
15758
=> new NamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.openBraceToken, this.externs, this.usings, this.members, this.closeBraceToken, this.semicolonToken, diagnostics,
GetAnnotations
());
15923
var annotations =
GetAnnotations
();
15933
=> new FileScopedNamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.semicolonToken, this.externs, this.usings, this.members, diagnostics,
GetAnnotations
());
16040
var annotations =
GetAnnotations
();
16050
=> new AttributeListSyntax(this.Kind, this.openBracketToken, this.target, this.attributes, this.closeBracketToken, diagnostics,
GetAnnotations
());
16119
var annotations =
GetAnnotations
();
16129
=> new AttributeTargetSpecifierSyntax(this.Kind, this.identifier, this.colonToken, diagnostics,
GetAnnotations
());
16209
var annotations =
GetAnnotations
();
16219
=> new AttributeSyntax(this.Kind, this.name, this.argumentList, diagnostics,
GetAnnotations
());
16307
var annotations =
GetAnnotations
();
16317
=> new AttributeArgumentListSyntax(this.Kind, this.openParenToken, this.arguments, this.closeParenToken, diagnostics,
GetAnnotations
());
16412
var annotations =
GetAnnotations
();
16422
=> new AttributeArgumentSyntax(this.Kind, this.nameEquals, this.nameColon, this.expression, diagnostics,
GetAnnotations
());
16490
var annotations =
GetAnnotations
();
16500
=> new NameEqualsSyntax(this.Kind, this.name, this.equalsToken, diagnostics,
GetAnnotations
());
16588
var annotations =
GetAnnotations
();
16598
=> new TypeParameterListSyntax(this.Kind, this.lessThanToken, this.parameters, this.greaterThanToken, diagnostics,
GetAnnotations
());
16694
var annotations =
GetAnnotations
();
16704
=> new TypeParameterSyntax(this.Kind, this.attributeLists, this.varianceKeyword, this.identifier, diagnostics,
GetAnnotations
());
17008
var annotations =
GetAnnotations
();
17018
=> new ClassDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.identifier, this.typeParameterList, this.parameterList, this.baseList, this.constraintClauses, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, diagnostics,
GetAnnotations
());
17266
var annotations =
GetAnnotations
();
17276
=> new StructDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.identifier, this.typeParameterList, this.parameterList, this.baseList, this.constraintClauses, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, diagnostics,
GetAnnotations
());
17524
var annotations =
GetAnnotations
();
17534
=> new UnionDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.identifier, this.typeParameterList, this.parameterList, this.baseList, this.constraintClauses, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, diagnostics,
GetAnnotations
());
17782
var annotations =
GetAnnotations
();
17792
=> new InterfaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.identifier, this.typeParameterList, this.parameterList, this.baseList, this.constraintClauses, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, diagnostics,
GetAnnotations
());
18056
var annotations =
GetAnnotations
();
18066
=> new RecordDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.classOrStructKeyword, this.identifier, this.typeParameterList, this.parameterList, this.baseList, this.constraintClauses, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, diagnostics,
GetAnnotations
());
18262
var annotations =
GetAnnotations
();
18272
=> new EnumDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.enumKeyword, this.identifier, this.baseList, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, diagnostics,
GetAnnotations
());
18444
var annotations =
GetAnnotations
();
18454
=> new DelegateDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.delegateKeyword, this.returnType, this.identifier, this.typeParameterList, this.parameterList, this.constraintClauses, this.semicolonToken, diagnostics,
GetAnnotations
());
18566
var annotations =
GetAnnotations
();
18576
=> new EnumMemberDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.identifier, this.equalsValue, diagnostics,
GetAnnotations
());
18796
var annotations =
GetAnnotations
();
18806
=> new ExtensionBlockDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.typeParameterList, this.parameterList, this.constraintClauses, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, diagnostics,
GetAnnotations
());
18884
var annotations =
GetAnnotations
();
18894
=> new BaseListSyntax(this.Kind, this.colonToken, this.types, diagnostics,
GetAnnotations
());
18963
var annotations =
GetAnnotations
();
18973
=> new SimpleBaseTypeSyntax(this.Kind, this.type, diagnostics,
GetAnnotations
());
19039
var annotations =
GetAnnotations
();
19049
=> new PrimaryConstructorBaseTypeSyntax(this.Kind, this.type, this.argumentList, diagnostics,
GetAnnotations
());
19146
var annotations =
GetAnnotations
();
19156
=> new TypeParameterConstraintClauseSyntax(this.Kind, this.whereKeyword, this.name, this.colonToken, this.constraints, diagnostics,
GetAnnotations
());
19249
var annotations =
GetAnnotations
();
19259
=> new ConstructorConstraintSyntax(this.Kind, this.newKeyword, this.openParenToken, this.closeParenToken, diagnostics,
GetAnnotations
());
19337
var annotations =
GetAnnotations
();
19347
=> new ClassOrStructConstraintSyntax(this.Kind, this.classOrStructKeyword, this.questionToken, diagnostics,
GetAnnotations
());
19402
var annotations =
GetAnnotations
();
19412
=> new TypeConstraintSyntax(this.Kind, this.type, diagnostics,
GetAnnotations
());
19467
var annotations =
GetAnnotations
();
19477
=> new DefaultConstraintSyntax(this.Kind, this.defaultKeyword, diagnostics,
GetAnnotations
());
19554
var annotations =
GetAnnotations
();
19564
=> new AllowsConstraintClauseSyntax(this.Kind, this.allowsKeyword, this.constraints, diagnostics,
GetAnnotations
());
19647
var annotations =
GetAnnotations
();
19657
=> new RefStructConstraintSyntax(this.Kind, this.refKeyword, this.structKeyword, diagnostics,
GetAnnotations
());
19776
var annotations =
GetAnnotations
();
19786
=> new FieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.declaration, this.semicolonToken, diagnostics,
GetAnnotations
());
19897
var annotations =
GetAnnotations
();
19907
=> new EventFieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.eventKeyword, this.declaration, this.semicolonToken, diagnostics,
GetAnnotations
());
19973
var annotations =
GetAnnotations
();
19983
=> new ExplicitInterfaceSpecifierSyntax(this.Kind, this.name, this.dotToken, diagnostics,
GetAnnotations
());
20231
var annotations =
GetAnnotations
();
20241
=> new MethodDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.identifier, this.typeParameterList, this.parameterList, this.constraintClauses, this.body, this.expressionBody, this.semicolonToken, diagnostics,
GetAnnotations
());
20457
var annotations =
GetAnnotations
();
20467
=> new OperatorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.operatorKeyword, this.checkedKeyword, this.operatorToken, this.parameterList, this.body, this.expressionBody, this.semicolonToken, diagnostics,
GetAnnotations
());
20683
var annotations =
GetAnnotations
();
20693
=> new ConversionOperatorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.implicitOrExplicitKeyword, this.explicitInterfaceSpecifier, this.operatorKeyword, this.checkedKeyword, this.type, this.parameterList, this.body, this.expressionBody, this.semicolonToken, diagnostics,
GetAnnotations
());
20870
var annotations =
GetAnnotations
();
20880
=> new ConstructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.identifier, this.parameterList, this.initializer, this.body, this.expressionBody, this.semicolonToken, diagnostics,
GetAnnotations
());
20958
var annotations =
GetAnnotations
();
20968
=> new ConstructorInitializerSyntax(this.Kind, this.colonToken, this.thisOrBaseKeyword, this.argumentList, diagnostics,
GetAnnotations
());
21137
var annotations =
GetAnnotations
();
21147
=> new DestructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.tildeToken, this.identifier, this.parameterList, this.body, this.expressionBody, this.semicolonToken, diagnostics,
GetAnnotations
());
21362
var annotations =
GetAnnotations
();
21372
=> new PropertyDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.explicitInterfaceSpecifier, this.identifier, this.accessorList, this.expressionBody, this.initializer, this.semicolonToken, diagnostics,
GetAnnotations
());
21439
var annotations =
GetAnnotations
();
21449
=> new ArrowExpressionClauseSyntax(this.Kind, this.arrowToken, this.expression, diagnostics,
GetAnnotations
());
21615
var annotations =
GetAnnotations
();
21625
=> new EventDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.eventKeyword, this.type, this.explicitInterfaceSpecifier, this.identifier, this.accessorList, this.semicolonToken, diagnostics,
GetAnnotations
());
21809
var annotations =
GetAnnotations
();
21819
=> new IndexerDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.explicitInterfaceSpecifier, this.thisKeyword, this.parameterList, this.accessorList, this.expressionBody, this.semicolonToken, diagnostics,
GetAnnotations
());
21903
var annotations =
GetAnnotations
();
21913
=> new AccessorListSyntax(this.Kind, this.openBraceToken, this.accessors, this.closeBraceToken, diagnostics,
GetAnnotations
());
22066
var annotations =
GetAnnotations
();
22076
=> new AccessorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.body, this.expressionBody, this.semicolonToken, diagnostics,
GetAnnotations
());
22180
var annotations =
GetAnnotations
();
22190
=> new ParameterListSyntax(this.Kind, this.openParenToken, this.parameters, this.closeParenToken, diagnostics,
GetAnnotations
());
22277
var annotations =
GetAnnotations
();
22287
=> new BracketedParameterListSyntax(this.Kind, this.openBracketToken, this.parameters, this.closeBracketToken, diagnostics,
GetAnnotations
());
22451
var annotations =
GetAnnotations
();
22461
=> new ParameterSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.identifier, this.@default, diagnostics,
GetAnnotations
());
22557
var annotations =
GetAnnotations
();
22567
=> new FunctionPointerParameterSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, diagnostics,
GetAnnotations
());
22669
var annotations =
GetAnnotations
();
22679
=> new IncompleteMemberSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, diagnostics,
GetAnnotations
());
22741
var annotations =
GetAnnotations
();
22751
=> new SkippedTokensTriviaSyntax(this.Kind, this.tokens, diagnostics,
GetAnnotations
());
22826
var annotations =
GetAnnotations
();
22836
=> new DocumentationCommentTriviaSyntax(this.Kind, this.content, this.endOfComment, diagnostics,
GetAnnotations
());
22913
var annotations =
GetAnnotations
();
22923
=> new TypeCrefSyntax(this.Kind, this.type, diagnostics,
GetAnnotations
());
23005
var annotations =
GetAnnotations
();
23015
=> new QualifiedCrefSyntax(this.Kind, this.container, this.dotToken, this.member, diagnostics,
GetAnnotations
());
23116
var annotations =
GetAnnotations
();
23126
=> new NameMemberCrefSyntax(this.Kind, this.name, this.parameters, diagnostics,
GetAnnotations
());
23228
var annotations =
GetAnnotations
();
23238
=> new ExtensionMemberCrefSyntax(this.Kind, this.extensionKeyword, this.typeArgumentList, this.parameters, this.dotToken, this.member, diagnostics,
GetAnnotations
());
23317
var annotations =
GetAnnotations
();
23327
=> new IndexerMemberCrefSyntax(this.Kind, this.thisKeyword, this.parameters, diagnostics,
GetAnnotations
());
23435
var annotations =
GetAnnotations
();
23445
=> new OperatorMemberCrefSyntax(this.Kind, this.operatorKeyword, this.checkedKeyword, this.operatorToken, this.parameters, diagnostics,
GetAnnotations
());
23560
var annotations =
GetAnnotations
();
23570
=> new ConversionOperatorMemberCrefSyntax(this.Kind, this.implicitOrExplicitKeyword, this.operatorKeyword, this.checkedKeyword, this.type, this.parameters, diagnostics,
GetAnnotations
());
23679
var annotations =
GetAnnotations
();
23689
=> new CrefParameterListSyntax(this.Kind, this.openParenToken, this.parameters, this.closeParenToken, diagnostics,
GetAnnotations
());
23778
var annotations =
GetAnnotations
();
23788
=> new CrefBracketedParameterListSyntax(this.Kind, this.openBracketToken, this.parameters, this.closeBracketToken, diagnostics,
GetAnnotations
());
23887
var annotations =
GetAnnotations
();
23897
=> new CrefParameterSyntax(this.Kind, this.refKindKeyword, this.readOnlyKeyword, this.type, diagnostics,
GetAnnotations
());
23994
var annotations =
GetAnnotations
();
24004
=> new XmlElementSyntax(this.Kind, this.startTag, this.content, this.endTag, diagnostics,
GetAnnotations
());
24097
var annotations =
GetAnnotations
();
24107
=> new XmlElementStartTagSyntax(this.Kind, this.lessThanToken, this.name, this.attributes, this.greaterThanToken, diagnostics,
GetAnnotations
());
24182
var annotations =
GetAnnotations
();
24192
=> new XmlElementEndTagSyntax(this.Kind, this.lessThanSlashToken, this.name, this.greaterThanToken, diagnostics,
GetAnnotations
());
24285
var annotations =
GetAnnotations
();
24295
=> new XmlEmptyElementSyntax(this.Kind, this.lessThanToken, this.name, this.attributes, this.slashGreaterThanToken, diagnostics,
GetAnnotations
());
24370
var annotations =
GetAnnotations
();
24380
=> new XmlNameSyntax(this.Kind, this.prefix, this.localName, diagnostics,
GetAnnotations
());
24446
var annotations =
GetAnnotations
();
24456
=> new XmlPrefixSyntax(this.Kind, this.prefix, this.colonToken, diagnostics,
GetAnnotations
());
24579
var annotations =
GetAnnotations
();
24589
=> new XmlTextAttributeSyntax(this.Kind, this.name, this.equalsToken, this.startQuoteToken, this.textTokens, this.endQuoteToken, diagnostics,
GetAnnotations
());
24682
var annotations =
GetAnnotations
();
24692
=> new XmlCrefAttributeSyntax(this.Kind, this.name, this.equalsToken, this.startQuoteToken, this.cref, this.endQuoteToken, diagnostics,
GetAnnotations
());
24785
var annotations =
GetAnnotations
();
24795
=> new XmlNameAttributeSyntax(this.Kind, this.name, this.equalsToken, this.startQuoteToken, this.identifier, this.endQuoteToken, diagnostics,
GetAnnotations
());
24857
var annotations =
GetAnnotations
();
24867
=> new XmlTextSyntax(this.Kind, this.textTokens, diagnostics,
GetAnnotations
());
24951
var annotations =
GetAnnotations
();
24961
=> new XmlCDataSectionSyntax(this.Kind, this.startCDataToken, this.textTokens, this.endCDataToken, diagnostics,
GetAnnotations
());
25054
var annotations =
GetAnnotations
();
25064
=> new XmlProcessingInstructionSyntax(this.Kind, this.startProcessingInstructionToken, this.name, this.textTokens, this.endProcessingInstructionToken, diagnostics,
GetAnnotations
());
25148
var annotations =
GetAnnotations
();
25158
=> new XmlCommentSyntax(this.Kind, this.lessThanExclamationMinusMinusToken, this.textTokens, this.minusMinusGreaterThanToken, diagnostics,
GetAnnotations
());
25310
var annotations =
GetAnnotations
();
25320
=> new IfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.ifKeyword, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, diagnostics,
GetAnnotations
());
25419
var annotations =
GetAnnotations
();
25429
=> new ElifDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elifKeyword, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, diagnostics,
GetAnnotations
());
25514
var annotations =
GetAnnotations
();
25524
=> new ElseDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elseKeyword, this.endOfDirectiveToken, this.isActive, this.branchTaken, diagnostics,
GetAnnotations
());
25604
var annotations =
GetAnnotations
();
25614
=> new EndIfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.endIfKeyword, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
25694
var annotations =
GetAnnotations
();
25704
=> new RegionDirectiveTriviaSyntax(this.Kind, this.hashToken, this.regionKeyword, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
25784
var annotations =
GetAnnotations
();
25794
=> new EndRegionDirectiveTriviaSyntax(this.Kind, this.hashToken, this.endRegionKeyword, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
25874
var annotations =
GetAnnotations
();
25884
=> new ErrorDirectiveTriviaSyntax(this.Kind, this.hashToken, this.errorKeyword, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
25964
var annotations =
GetAnnotations
();
25974
=> new WarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.warningKeyword, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
26054
var annotations =
GetAnnotations
();
26064
=> new BadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.identifier, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
26153
var annotations =
GetAnnotations
();
26163
=> new DefineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.defineKeyword, this.name, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
26252
var annotations =
GetAnnotations
();
26262
=> new UndefDirectiveTriviaSyntax(this.Kind, this.hashToken, this.undefKeyword, this.name, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
26386
var annotations =
GetAnnotations
();
26396
=> new LineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.lineKeyword, this.line, this.file, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
26489
var annotations =
GetAnnotations
();
26499
=> new LineDirectivePositionSyntax(this.Kind, this.openParenToken, this.line, this.commaToken, this.character, this.closeParenToken, diagnostics,
GetAnnotations
());
26633
var annotations =
GetAnnotations
();
26643
=> new LineSpanDirectiveTriviaSyntax(this.Kind, this.hashToken, this.lineKeyword, this.start, this.minusToken, this.end, this.characterOffset, this.file, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
26759
var annotations =
GetAnnotations
();
26769
=> new PragmaWarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.warningKeyword, this.disableOrRestoreKeyword, this.errorCodes, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
26885
var annotations =
GetAnnotations
();
26895
=> new PragmaChecksumDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.checksumKeyword, this.file, this.guid, this.bytes, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
26984
var annotations =
GetAnnotations
();
26994
=> new ReferenceDirectiveTriviaSyntax(this.Kind, this.hashToken, this.referenceKeyword, this.file, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
27083
var annotations =
GetAnnotations
();
27093
=> new LoadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.loadKeyword, this.file, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
27173
var annotations =
GetAnnotations
();
27183
=> new ShebangDirectiveTriviaSyntax(this.Kind, this.hashToken, this.exclamationToken, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
27281
var annotations =
GetAnnotations
();
27291
=> new IgnoredDirectiveTriviaSyntax(this.Kind, this.hashToken, this.colonToken, this.content, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
27398
var annotations =
GetAnnotations
();
27408
=> new NullableDirectiveTriviaSyntax(this.Kind, this.hashToken, this.nullableKeyword, this.settingToken, this.targetToken, this.endOfDirectiveToken, this.isActive, diagnostics,
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.cs (3)
349
return new SyntaxTokenWithTrivia(this.Kind, trivia, null, this.GetDiagnostics(), this.
GetAnnotations
());
359
return new SyntaxTokenWithTrivia(this.Kind, null, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
365
return new SyntaxToken(this.Kind, this.FullWidth, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.MissingTokenWithTrivia.cs (3)
49
return new MissingTokenWithTrivia(this.Kind, trivia, this.TrailingField, this.GetDiagnostics(), this.
GetAnnotations
());
54
return new MissingTokenWithTrivia(this.Kind, this.LeadingField, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
59
return new MissingTokenWithTrivia(this.Kind, this.LeadingField, this.TrailingField, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs (3)
46
return new SyntaxIdentifierWithTrivia(this.Kind, this.TextField, this.TextField, trivia, null, this.GetDiagnostics(), this.
GetAnnotations
());
51
return new SyntaxIdentifierWithTrivia(this.Kind, this.TextField, this.TextField, null, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
56
return new SyntaxIdentifier(this.Text, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierExtended.cs (3)
49
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.TextField, this.valueText, trivia, null, this.GetDiagnostics(), this.
GetAnnotations
());
54
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.TextField, this.valueText, null, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
59
return new SyntaxIdentifierExtended(this.contextualKind, this.TextField, this.valueText, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierWithTrailingTrivia.cs (3)
42
return new SyntaxIdentifierWithTrivia(this.Kind, this.TextField, this.TextField, trivia, _trailing, this.GetDiagnostics(), this.
GetAnnotations
());
47
return new SyntaxIdentifierWithTrailingTrivia(this.TextField, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
52
return new SyntaxIdentifierWithTrailingTrivia(this.TextField, _trailing, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierWithTrivia.cs (3)
70
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.TextField, this.valueText, trivia, _trailing, this.GetDiagnostics(), this.
GetAnnotations
());
75
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.TextField, this.valueText, _leading, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
80
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.TextField, this.valueText, _leading, _trailing, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.SyntaxLiteral.cs (3)
59
return new SyntaxTokenWithValueAndTrivia<T>(this.Kind, this.TextField, this.ValueField, trivia, null, this.GetDiagnostics(), this.
GetAnnotations
());
64
return new SyntaxTokenWithValueAndTrivia<T>(this.Kind, this.TextField, this.ValueField, null, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
69
return new SyntaxTokenWithValue<T>(this.Kind, this.TextField, this.ValueField, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.SyntaxLiteralWithTrivia.cs (3)
65
return new SyntaxTokenWithValueAndTrivia<T>(this.Kind, this.TextField, this.ValueField, trivia, _trailing, this.GetDiagnostics(), this.
GetAnnotations
());
70
return new SyntaxTokenWithValueAndTrivia<T>(this.Kind, this.TextField, this.ValueField, _leading, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
75
return new SyntaxTokenWithValueAndTrivia<T>(this.Kind, this.TextField, this.ValueField, _leading, _trailing, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxToken.SyntaxTokenWithTrivia.cs (3)
58
return new SyntaxTokenWithTrivia(this.Kind, trivia, this.TrailingField, this.GetDiagnostics(), this.
GetAnnotations
());
63
return new SyntaxTokenWithTrivia(this.Kind, this.LeadingField, trivia, this.GetDiagnostics(), this.
GetAnnotations
());
68
return new SyntaxTokenWithTrivia(this.Kind, this.LeadingField, this.TrailingField, diagnostics, this.
GetAnnotations
());
Syntax\InternalSyntax\SyntaxTrivia.cs (1)
67
return new SyntaxTrivia(this.Kind, this.Text, diagnostics,
GetAnnotations
());