553 references to GetDiagnostics
Microsoft.CodeAnalysis (10)
Syntax\GreenNode.cs (2)
995
if (
GetDiagnostics
() == null)
1002
errorInfos =
GetDiagnostics
();
Syntax\GreenNodeExtensions.cs (1)
117
var current = node.
GetDiagnostics
();
Syntax\InternalSyntax\SyntaxDiagnosticInfoList.cs (1)
76
var diags = node.
GetDiagnostics
();
Syntax\InternalSyntax\SyntaxList.WithLotsOfChildren.cs (1)
68
return new WithLotsOfChildren(
GetDiagnostics
(), annotations, children, _childOffsets);
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (1)
112
return new WithManyChildren(
GetDiagnostics
(), annotations, children);
Syntax\InternalSyntax\SyntaxList.WithThreeChildren.cs (1)
74
return new WithThreeChildren(
GetDiagnostics
(), annotations, _child0, _child1, _child2);
Syntax\InternalSyntax\SyntaxList.WithTwoChildren.cs (1)
66
return new WithTwoChildren(
GetDiagnostics
(), annotations, _child0, _child1);
Syntax\SyntaxToken.cs (1)
668
var diagnostics = Node.
GetDiagnostics
();
Syntax\SyntaxTrivia.cs (1)
434
var diagnostics = UnderlyingNode.
GetDiagnostics
();
Microsoft.CodeAnalysis.CSharp (543)
_generated\1\Syntax.xml.Internal.Generated.cs (500)
91
var diags =
GetDiagnostics
();
107
=> new IdentifierNameSyntax(this.Kind, this.identifier,
GetDiagnostics
(), annotations);
180
var diags =
GetDiagnostics
();
196
=> new QualifiedNameSyntax(this.Kind, this.left, this.dotToken, this.right,
GetDiagnostics
(), annotations);
259
var diags =
GetDiagnostics
();
275
=> new GenericNameSyntax(this.Kind, this.identifier, this.typeArgumentList,
GetDiagnostics
(), annotations);
357
var diags =
GetDiagnostics
();
373
=> new TypeArgumentListSyntax(this.Kind, this.lessThanToken, this.arguments, this.greaterThanToken,
GetDiagnostics
(), annotations);
446
var diags =
GetDiagnostics
();
462
=> new AliasQualifiedNameSyntax(this.Kind, this.alias, this.colonColonToken, this.name,
GetDiagnostics
(), annotations);
525
var diags =
GetDiagnostics
();
541
=> new PredefinedTypeSyntax(this.Kind, this.keyword,
GetDiagnostics
(), annotations);
613
var diags =
GetDiagnostics
();
629
=> new ArrayTypeSyntax(this.Kind, this.elementType, this.rankSpecifiers,
GetDiagnostics
(), annotations);
707
var diags =
GetDiagnostics
();
723
=> new ArrayRankSpecifierSyntax(this.Kind, this.openBracketToken, this.sizes, this.closeBracketToken,
GetDiagnostics
(), annotations);
786
var diags =
GetDiagnostics
();
802
=> new PointerTypeSyntax(this.Kind, this.elementType, this.asteriskToken,
GetDiagnostics
(), annotations);
893
var diags =
GetDiagnostics
();
909
=> new FunctionPointerTypeSyntax(this.Kind, this.delegateKeyword, this.asteriskToken, this.callingConvention, this.parameterList,
GetDiagnostics
(), annotations);
991
var diags =
GetDiagnostics
();
1007
=> new FunctionPointerParameterListSyntax(this.Kind, this.lessThanToken, this.parameters, this.greaterThanToken,
GetDiagnostics
(), annotations);
1079
var diags =
GetDiagnostics
();
1095
=> new FunctionPointerCallingConventionSyntax(this.Kind, this.managedOrUnmanagedKeyword, this.unmanagedCallingConventionList,
GetDiagnostics
(), annotations);
1177
var diags =
GetDiagnostics
();
1193
=> new FunctionPointerUnmanagedCallingConventionListSyntax(this.Kind, this.openBracketToken, this.callingConventions, this.closeBracketToken,
GetDiagnostics
(), annotations);
1242
var diags =
GetDiagnostics
();
1258
=> new FunctionPointerUnmanagedCallingConventionSyntax(this.Kind, this.name,
GetDiagnostics
(), annotations);
1321
var diags =
GetDiagnostics
();
1337
=> new NullableTypeSyntax(this.Kind, this.elementType, this.questionToken,
GetDiagnostics
(), annotations);
1418
var diags =
GetDiagnostics
();
1434
=> new TupleTypeSyntax(this.Kind, this.openParenToken, this.elements, this.closeParenToken,
GetDiagnostics
(), annotations);
1506
var diags =
GetDiagnostics
();
1522
=> new TupleElementSyntax(this.Kind, this.type, this.identifier,
GetDiagnostics
(), annotations);
1571
var diags =
GetDiagnostics
();
1587
=> new OmittedTypeArgumentSyntax(this.Kind, this.omittedTypeArgumentToken,
GetDiagnostics
(), annotations);
1667
var diags =
GetDiagnostics
();
1683
=> new RefTypeSyntax(this.Kind, this.refKeyword, this.readOnlyKeyword, this.type,
GetDiagnostics
(), annotations);
1744
var diags =
GetDiagnostics
();
1760
=> new ScopedTypeSyntax(this.Kind, this.scopedKeyword, this.type,
GetDiagnostics
(), annotations);
1860
var diags =
GetDiagnostics
();
1876
=> new ParenthesizedExpressionSyntax(this.Kind, this.openParenToken, this.expression, this.closeParenToken,
GetDiagnostics
(), annotations);
1958
var diags =
GetDiagnostics
();
1974
=> new TupleExpressionSyntax(this.Kind, this.openParenToken, this.arguments, this.closeParenToken,
GetDiagnostics
(), annotations);
2037
var diags =
GetDiagnostics
();
2053
=> new PrefixUnaryExpressionSyntax(this.Kind, this.operatorToken, this.operand,
GetDiagnostics
(), annotations);
2116
var diags =
GetDiagnostics
();
2132
=> new AwaitExpressionSyntax(this.Kind, this.awaitKeyword, this.expression,
GetDiagnostics
(), annotations);
2195
var diags =
GetDiagnostics
();
2211
=> new PostfixUnaryExpressionSyntax(this.Kind, this.operand, this.operatorToken,
GetDiagnostics
(), annotations);
2284
var diags =
GetDiagnostics
();
2300
=> new MemberAccessExpressionSyntax(this.Kind, this.expression, this.operatorToken, this.name,
GetDiagnostics
(), annotations);
2373
var diags =
GetDiagnostics
();
2389
=> new ConditionalAccessExpressionSyntax(this.Kind, this.expression, this.operatorToken, this.whenNotNull,
GetDiagnostics
(), annotations);
2452
var diags =
GetDiagnostics
();
2468
=> new MemberBindingExpressionSyntax(this.Kind, this.operatorToken, this.name,
GetDiagnostics
(), annotations);
2517
var diags =
GetDiagnostics
();
2533
=> new ElementBindingExpressionSyntax(this.Kind, this.argumentList,
GetDiagnostics
(), annotations);
2624
var diags =
GetDiagnostics
();
2640
=> new RangeExpressionSyntax(this.Kind, this.leftOperand, this.operatorToken, this.rightOperand,
GetDiagnostics
(), annotations);
2689
var diags =
GetDiagnostics
();
2705
=> new ImplicitElementAccessSyntax(this.Kind, this.argumentList,
GetDiagnostics
(), annotations);
2778
var diags =
GetDiagnostics
();
2794
=> new BinaryExpressionSyntax(this.Kind, this.left, this.operatorToken, this.right,
GetDiagnostics
(), annotations);
2867
var diags =
GetDiagnostics
();
2883
=> new AssignmentExpressionSyntax(this.Kind, this.left, this.operatorToken, this.right,
GetDiagnostics
(), annotations);
2976
var diags =
GetDiagnostics
();
2992
=> new ConditionalExpressionSyntax(this.Kind, this.condition, this.questionToken, this.whenTrue, this.colonToken, this.whenFalse,
GetDiagnostics
(), annotations);
3055
var diags =
GetDiagnostics
();
3071
=> new ThisExpressionSyntax(this.Kind, this.token,
GetDiagnostics
(), annotations);
3120
var diags =
GetDiagnostics
();
3136
=> new BaseExpressionSyntax(this.Kind, this.token,
GetDiagnostics
(), annotations);
3185
var diags =
GetDiagnostics
();
3201
=> new LiteralExpressionSyntax(this.Kind, this.token,
GetDiagnostics
(), annotations);
3250
var diags =
GetDiagnostics
();
3266
=> new FieldExpressionSyntax(this.Kind, this.token,
GetDiagnostics
(), annotations);
3349
var diags =
GetDiagnostics
();
3365
=> new MakeRefExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.closeParenToken,
GetDiagnostics
(), annotations);
3448
var diags =
GetDiagnostics
();
3464
=> new RefTypeExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.closeParenToken,
GetDiagnostics
(), annotations);
3567
var diags =
GetDiagnostics
();
3583
=> new RefValueExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.comma, this.type, this.closeParenToken,
GetDiagnostics
(), annotations);
3666
var diags =
GetDiagnostics
();
3682
=> new CheckedExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.closeParenToken,
GetDiagnostics
(), annotations);
3765
var diags =
GetDiagnostics
();
3781
=> new UnsafeExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.closeParenToken,
GetDiagnostics
(), annotations);
3864
var diags =
GetDiagnostics
();
3880
=> new DefaultExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken,
GetDiagnostics
(), annotations);
3963
var diags =
GetDiagnostics
();
3979
=> new TypeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken,
GetDiagnostics
(), annotations);
4062
var diags =
GetDiagnostics
();
4078
=> new SizeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken,
GetDiagnostics
(), annotations);
4141
var diags =
GetDiagnostics
();
4157
=> new InvocationExpressionSyntax(this.Kind, this.expression, this.argumentList,
GetDiagnostics
(), annotations);
4220
var diags =
GetDiagnostics
();
4236
=> new ElementAccessExpressionSyntax(this.Kind, this.expression, this.argumentList,
GetDiagnostics
(), annotations);
4335
var diags =
GetDiagnostics
();
4351
=> new ArgumentListSyntax(this.Kind, this.openParenToken, this.arguments, this.closeParenToken,
GetDiagnostics
(), annotations);
4433
var diags =
GetDiagnostics
();
4449
=> new BracketedArgumentListSyntax(this.Kind, this.openBracketToken, this.arguments, this.closeBracketToken,
GetDiagnostics
(), annotations);
4540
var diags =
GetDiagnostics
();
4556
=> new ArgumentSyntax(this.Kind, this.nameColon, this.refKindKeyword, this.expression,
GetDiagnostics
(), annotations);
4633
var diags =
GetDiagnostics
();
4649
=> new ExpressionColonSyntax(this.Kind, this.expression, this.colonToken,
GetDiagnostics
(), annotations);
4712
var diags =
GetDiagnostics
();
4728
=> new NameColonSyntax(this.Kind, this.name, this.colonToken,
GetDiagnostics
(), annotations);
4790
var diags =
GetDiagnostics
();
4806
=> new DeclarationExpressionSyntax(this.Kind, this.type, this.designation,
GetDiagnostics
(), annotations);
4889
var diags =
GetDiagnostics
();
4905
=> new CastExpressionSyntax(this.Kind, this.openParenToken, this.type, this.closeParenToken, this.expression,
GetDiagnostics
(), annotations);
5058
var diags =
GetDiagnostics
();
5074
=> new AnonymousMethodExpressionSyntax(this.Kind, this.modifiers, this.delegateKeyword, this.parameterList, this.block, this.expressionBody,
GetDiagnostics
(), annotations);
5236
var diags =
GetDiagnostics
();
5252
=> new SimpleLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.parameter, this.arrowToken, this.block, this.expressionBody,
GetDiagnostics
(), annotations);
5312
var diags =
GetDiagnostics
();
5328
=> new RefExpressionSyntax(this.Kind, this.refKeyword, this.expression,
GetDiagnostics
(), annotations);
5489
var diags =
GetDiagnostics
();
5505
=> new ParenthesizedLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.parameterList, this.arrowToken, this.block, this.expressionBody,
GetDiagnostics
(), annotations);
5587
var diags =
GetDiagnostics
();
5603
=> new InitializerExpressionSyntax(this.Kind, this.openBraceToken, this.expressions, this.closeBraceToken,
GetDiagnostics
(), annotations);
5707
var diags =
GetDiagnostics
();
5723
=> new ImplicitObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.argumentList, this.initializer,
GetDiagnostics
(), annotations);
5824
var diags =
GetDiagnostics
();
5840
=> new ObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.argumentList, this.initializer,
GetDiagnostics
(), annotations);
5910
var diags =
GetDiagnostics
();
5926
=> new WithExpressionSyntax(this.Kind, this.expression, this.withKeyword, this.initializer,
GetDiagnostics
(), annotations);
5997
var diags =
GetDiagnostics
();
6013
=> new AnonymousObjectMemberDeclaratorSyntax(this.Kind, this.nameEquals, this.expression,
GetDiagnostics
(), annotations);
6105
var diags =
GetDiagnostics
();
6121
=> new AnonymousObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.openBraceToken, this.initializers, this.closeBraceToken,
GetDiagnostics
(), annotations);
6203
var diags =
GetDiagnostics
();
6219
=> new ArrayCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.initializer,
GetDiagnostics
(), annotations);
6321
var diags =
GetDiagnostics
();
6337
=> new ImplicitArrayCreationExpressionSyntax(this.Kind, this.newKeyword, this.openBracketToken, this.commas, this.closeBracketToken, this.initializer,
GetDiagnostics
(), annotations);
6419
var diags =
GetDiagnostics
();
6435
=> new StackAllocArrayCreationExpressionSyntax(this.Kind, this.stackAllocKeyword, this.type, this.initializer,
GetDiagnostics
(), annotations);
6518
var diags =
GetDiagnostics
();
6534
=> new ImplicitStackAllocArrayCreationExpressionSyntax(this.Kind, this.stackAllocKeyword, this.openBracketToken, this.closeBracketToken, this.initializer,
GetDiagnostics
(), annotations);
6613
var diags =
GetDiagnostics
();
6629
=> new CollectionExpressionSyntax(this.Kind, this.openBracketToken, this.elements, this.closeBracketToken,
GetDiagnostics
(), annotations);
6689
var diags =
GetDiagnostics
();
6705
=> new ExpressionElementSyntax(this.Kind, this.expression,
GetDiagnostics
(), annotations);
6765
var diags =
GetDiagnostics
();
6781
=> new SpreadElementSyntax(this.Kind, this.operatorToken, this.expression,
GetDiagnostics
(), annotations);
6841
var diags =
GetDiagnostics
();
6857
=> new WithElementSyntax(this.Kind, this.withKeyword, this.argumentList,
GetDiagnostics
(), annotations);
6943
var diags =
GetDiagnostics
();
6959
=> new QueryExpressionSyntax(this.Kind, this.fromClause, this.body,
GetDiagnostics
(), annotations);
7046
var diags =
GetDiagnostics
();
7062
=> new QueryBodySyntax(this.Kind, this.clauses, this.selectOrGroup, this.continuation,
GetDiagnostics
(), annotations);
7159
var diags =
GetDiagnostics
();
7175
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.type, this.identifier, this.inKeyword, this.expression,
GetDiagnostics
(), annotations);
7254
var diags =
GetDiagnostics
();
7270
=> new LetClauseSyntax(this.Kind, this.letKeyword, this.identifier, this.equalsToken, this.expression,
GetDiagnostics
(), annotations);
7421
var diags =
GetDiagnostics
();
7437
=> new JoinClauseSyntax(this.Kind, this.joinKeyword, this.type, this.identifier, this.inKeyword, this.inExpression, this.onKeyword, this.leftExpression, this.equalsKeyword, this.rightExpression, this.into,
GetDiagnostics
(), annotations);
7498
var diags =
GetDiagnostics
();
7514
=> new JoinIntoClauseSyntax(this.Kind, this.intoKeyword, this.identifier,
GetDiagnostics
(), annotations);
7574
var diags =
GetDiagnostics
();
7590
=> new WhereClauseSyntax(this.Kind, this.whereKeyword, this.condition,
GetDiagnostics
(), annotations);
7659
var diags =
GetDiagnostics
();
7675
=> new OrderByClauseSyntax(this.Kind, this.orderByKeyword, this.orderings,
GetDiagnostics
(), annotations);
7744
var diags =
GetDiagnostics
();
7760
=> new OrderingSyntax(this.Kind, this.expression, this.ascendingOrDescendingKeyword,
GetDiagnostics
(), annotations);
7820
var diags =
GetDiagnostics
();
7836
=> new SelectClauseSyntax(this.Kind, this.selectKeyword, this.expression,
GetDiagnostics
(), annotations);
7914
var diags =
GetDiagnostics
();
7930
=> new GroupClauseSyntax(this.Kind, this.groupKeyword, this.groupExpression, this.byKeyword, this.byExpression,
GetDiagnostics
(), annotations);
8000
var diags =
GetDiagnostics
();
8016
=> new QueryContinuationSyntax(this.Kind, this.intoKeyword, this.identifier, this.body,
GetDiagnostics
(), annotations);
8065
var diags =
GetDiagnostics
();
8081
=> new OmittedArraySizeExpressionSyntax(this.Kind, this.omittedArraySizeExpressionToken,
GetDiagnostics
(), annotations);
8162
var diags =
GetDiagnostics
();
8178
=> new InterpolatedStringExpressionSyntax(this.Kind, this.stringStartToken, this.contents, this.stringEndToken,
GetDiagnostics
(), annotations);
8250
var diags =
GetDiagnostics
();
8266
=> new IsPatternExpressionSyntax(this.Kind, this.expression, this.isKeyword, this.pattern,
GetDiagnostics
(), annotations);
8326
var diags =
GetDiagnostics
();
8342
=> new ThrowExpressionSyntax(this.Kind, this.throwKeyword, this.expression,
GetDiagnostics
(), annotations);
8402
var diags =
GetDiagnostics
();
8418
=> new WhenClauseSyntax(this.Kind, this.whenKeyword, this.condition,
GetDiagnostics
(), annotations);
8478
var diags =
GetDiagnostics
();
8494
=> new DiscardPatternSyntax(this.Kind, this.underscoreToken,
GetDiagnostics
(), annotations);
8554
var diags =
GetDiagnostics
();
8570
=> new DeclarationPatternSyntax(this.Kind, this.type, this.designation,
GetDiagnostics
(), annotations);
8630
var diags =
GetDiagnostics
();
8646
=> new VarPatternSyntax(this.Kind, this.varKeyword, this.designation,
GetDiagnostics
(), annotations);
8760
var diags =
GetDiagnostics
();
8776
=> new RecursivePatternSyntax(this.Kind, this.type, this.positionalPatternClause, this.propertyPatternClause, this.designation,
GetDiagnostics
(), annotations);
8854
var diags =
GetDiagnostics
();
8870
=> new PositionalPatternClauseSyntax(this.Kind, this.openParenToken, this.subpatterns, this.closeParenToken,
GetDiagnostics
(), annotations);
8948
var diags =
GetDiagnostics
();
8964
=> new PropertyPatternClauseSyntax(this.Kind, this.openBraceToken, this.subpatterns, this.closeBraceToken,
GetDiagnostics
(), annotations);
9033
var diags =
GetDiagnostics
();
9049
=> new SubpatternSyntax(this.Kind, this.expressionColon, this.pattern,
GetDiagnostics
(), annotations);
9097
var diags =
GetDiagnostics
();
9113
=> new ConstantPatternSyntax(this.Kind, this.expression,
GetDiagnostics
(), annotations);
9182
var diags =
GetDiagnostics
();
9198
=> new ParenthesizedPatternSyntax(this.Kind, this.openParenToken, this.pattern, this.closeParenToken,
GetDiagnostics
(), annotations);
9259
var diags =
GetDiagnostics
();
9275
=> new RelationalPatternSyntax(this.Kind, this.operatorToken, this.expression,
GetDiagnostics
(), annotations);
9323
var diags =
GetDiagnostics
();
9339
=> new TypePatternSyntax(this.Kind, this.type,
GetDiagnostics
(), annotations);
9408
var diags =
GetDiagnostics
();
9424
=> new BinaryPatternSyntax(this.Kind, this.left, this.operatorToken, this.right,
GetDiagnostics
(), annotations);
9484
var diags =
GetDiagnostics
();
9500
=> new UnaryPatternSyntax(this.Kind, this.operatorToken, this.pattern,
GetDiagnostics
(), annotations);
9596
var diags =
GetDiagnostics
();
9612
=> new ListPatternSyntax(this.Kind, this.openBracketToken, this.patterns, this.closeBracketToken, this.designation,
GetDiagnostics
(), annotations);
9681
var diags =
GetDiagnostics
();
9697
=> new SlicePatternSyntax(this.Kind, this.dotDotToken, this.pattern,
GetDiagnostics
(), annotations);
9758
var diags =
GetDiagnostics
();
9774
=> new InterpolatedStringTextSyntax(this.Kind, this.textToken,
GetDiagnostics
(), annotations);
9883
var diags =
GetDiagnostics
();
9899
=> new InterpolationSyntax(this.Kind, this.openBraceToken, this.expression, this.alignmentClause, this.formatClause, this.closeBraceToken,
GetDiagnostics
(), annotations);
9959
var diags =
GetDiagnostics
();
9975
=> new InterpolationAlignmentClauseSyntax(this.Kind, this.commaToken, this.value,
GetDiagnostics
(), annotations);
10036
var diags =
GetDiagnostics
();
10052
=> new InterpolationFormatClauseSyntax(this.Kind, this.colonToken, this.formatStringToken,
GetDiagnostics
(), annotations);
10140
var diags =
GetDiagnostics
();
10156
=> new GlobalStatementSyntax(this.Kind, this.attributeLists, this.modifiers, this.statement,
GetDiagnostics
(), annotations);
10268
var diags =
GetDiagnostics
();
10284
=> new BlockSyntax(this.Kind, this.attributeLists, this.openBraceToken, this.statements, this.closeBraceToken,
GetDiagnostics
(), annotations);
10481
var diags =
GetDiagnostics
();
10497
=> new LocalFunctionStatementSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.identifier, this.typeParameterList, this.parameterList, this.constraintClauses, this.body, this.expressionBody, this.semicolonToken,
GetDiagnostics
(), annotations);
10630
var diags =
GetDiagnostics
();
10646
=> new LocalDeclarationStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.usingKeyword, this.modifiers, this.declaration, this.semicolonToken,
GetDiagnostics
(), annotations);
10715
var diags =
GetDiagnostics
();
10731
=> new VariableDeclarationSyntax(this.Kind, this.type, this.variables,
GetDiagnostics
(), annotations);
10819
var diags =
GetDiagnostics
();
10835
=> new VariableDeclaratorSyntax(this.Kind, this.identifier, this.argumentList, this.initializer,
GetDiagnostics
(), annotations);
10895
var diags =
GetDiagnostics
();
10911
=> new EqualsValueClauseSyntax(this.Kind, this.equalsToken, this.value,
GetDiagnostics
(), annotations);
10971
var diags =
GetDiagnostics
();
10987
=> new SingleVariableDesignationSyntax(this.Kind, this.identifier,
GetDiagnostics
(), annotations);
11034
var diags =
GetDiagnostics
();
11050
=> new DiscardDesignationSyntax(this.Kind, this.underscoreToken,
GetDiagnostics
(), annotations);
11128
var diags =
GetDiagnostics
();
11144
=> new ParenthesizedVariableDesignationSyntax(this.Kind, this.openParenToken, this.variables, this.closeParenToken,
GetDiagnostics
(), annotations);
11222
var diags =
GetDiagnostics
();
11238
=> new ExpressionStatementSyntax(this.Kind, this.attributeLists, this.expression, this.semicolonToken,
GetDiagnostics
(), annotations);
11307
var diags =
GetDiagnostics
();
11323
=> new EmptyStatementSyntax(this.Kind, this.attributeLists, this.semicolonToken,
GetDiagnostics
(), annotations);
11413
var diags =
GetDiagnostics
();
11429
=> new LabeledStatementSyntax(this.Kind, this.attributeLists, this.identifier, this.colonToken, this.statement,
GetDiagnostics
(), annotations);
11558
var diags =
GetDiagnostics
();
11574
=> new GotoStatementSyntax(this.Kind, this.attributeLists, this.gotoKeyword, this.caseOrDefaultKeyword, this.expression, this.semicolonToken,
GetDiagnostics
(), annotations);
11670
var diags =
GetDiagnostics
();
11686
=> new BreakStatementSyntax(this.Kind, this.attributeLists, this.breakKeyword, this.name, this.semicolonToken,
GetDiagnostics
(), annotations);
11782
var diags =
GetDiagnostics
();
11798
=> new ContinueStatementSyntax(this.Kind, this.attributeLists, this.continueKeyword, this.name, this.semicolonToken,
GetDiagnostics
(), annotations);
11894
var diags =
GetDiagnostics
();
11910
=> new ReturnStatementSyntax(this.Kind, this.attributeLists, this.returnKeyword, this.expression, this.semicolonToken,
GetDiagnostics
(), annotations);
12006
var diags =
GetDiagnostics
();
12022
=> new ThrowStatementSyntax(this.Kind, this.attributeLists, this.throwKeyword, this.expression, this.semicolonToken,
GetDiagnostics
(), annotations);
12127
var diags =
GetDiagnostics
();
12143
=> new YieldStatementSyntax(this.Kind, this.attributeLists, this.yieldKeyword, this.returnOrBreakKeyword, this.expression, this.semicolonToken,
GetDiagnostics
(), annotations);
12248
var diags =
GetDiagnostics
();
12264
=> new WhileStatementSyntax(this.Kind, this.attributeLists, this.whileKeyword, this.openParenToken, this.condition, this.closeParenToken, this.statement,
GetDiagnostics
(), annotations);
12387
var diags =
GetDiagnostics
();
12403
=> new DoStatementSyntax(this.Kind, this.attributeLists, this.doKeyword, this.statement, this.whileKeyword, this.openParenToken, this.condition, this.closeParenToken, this.semicolonToken,
GetDiagnostics
(), annotations);
12589
var diags =
GetDiagnostics
();
12605
=> 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,
GetDiagnostics
(), annotations);
12783
var diags =
GetDiagnostics
();
12799
=> new ForEachStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.forEachKeyword, this.openParenToken, this.type, this.identifier, this.inKeyword, this.expression, this.closeParenToken, this.statement,
GetDiagnostics
(), annotations);
12946
var diags =
GetDiagnostics
();
12962
=> new ForEachVariableStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.forEachKeyword, this.openParenToken, this.variable, this.inKeyword, this.expression, this.closeParenToken, this.statement,
GetDiagnostics
(), annotations);
13112
var diags =
GetDiagnostics
();
13128
=> new UsingStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.usingKeyword, this.openParenToken, this.declaration, this.expression, this.closeParenToken, this.statement,
GetDiagnostics
(), annotations);
13233
var diags =
GetDiagnostics
();
13249
=> new FixedStatementSyntax(this.Kind, this.attributeLists, this.fixedKeyword, this.openParenToken, this.declaration, this.closeParenToken, this.statement,
GetDiagnostics
(), annotations);
13327
var diags =
GetDiagnostics
();
13343
=> new CheckedStatementSyntax(this.Kind, this.attributeLists, this.keyword, this.block,
GetDiagnostics
(), annotations);
13421
var diags =
GetDiagnostics
();
13437
=> new UnsafeStatementSyntax(this.Kind, this.attributeLists, this.unsafeKeyword, this.block,
GetDiagnostics
(), annotations);
13542
var diags =
GetDiagnostics
();
13558
=> new LockStatementSyntax(this.Kind, this.attributeLists, this.lockKeyword, this.openParenToken, this.expression, this.closeParenToken, this.statement,
GetDiagnostics
(), annotations);
13702
var diags =
GetDiagnostics
();
13718
=> new IfStatementSyntax(this.Kind, this.attributeLists, this.ifKeyword, this.openParenToken, this.condition, this.closeParenToken, this.statement, this.@else,
GetDiagnostics
(), annotations);
13782
var diags =
GetDiagnostics
();
13798
=> new ElseClauseSyntax(this.Kind, this.elseKeyword, this.statement,
GetDiagnostics
(), annotations);
13970
var diags =
GetDiagnostics
();
13986
=> new SwitchStatementSyntax(this.Kind, this.attributeLists, this.switchKeyword, this.openParenToken, this.expression, this.closeParenToken, this.openBraceToken, this.sections, this.closeBraceToken,
GetDiagnostics
(), annotations);
14071
var diags =
GetDiagnostics
();
14087
=> new SwitchSectionSyntax(this.Kind, this.labels, this.statements,
GetDiagnostics
(), annotations);
14203
var diags =
GetDiagnostics
();
14219
=> new CasePatternSwitchLabelSyntax(this.Kind, this.keyword, this.pattern, this.whenClause, this.colonToken,
GetDiagnostics
(), annotations);
14293
var diags =
GetDiagnostics
();
14309
=> new CaseSwitchLabelSyntax(this.Kind, this.keyword, this.value, this.colonToken,
GetDiagnostics
(), annotations);
14371
var diags =
GetDiagnostics
();
14387
=> new DefaultSwitchLabelSyntax(this.Kind, this.keyword, this.colonToken,
GetDiagnostics
(), annotations);
14483
var diags =
GetDiagnostics
();
14499
=> new SwitchExpressionSyntax(this.Kind, this.governingExpression, this.switchKeyword, this.openBraceToken, this.arms, this.closeBraceToken,
GetDiagnostics
(), annotations);
14586
var diags =
GetDiagnostics
();
14602
=> new SwitchExpressionArmSyntax(this.Kind, this.pattern, this.whenClause, this.equalsGreaterThanToken, this.expression,
GetDiagnostics
(), annotations);
14716
var diags =
GetDiagnostics
();
14732
=> new TryStatementSyntax(this.Kind, this.attributeLists, this.tryKeyword, this.block, this.catches, this.@finally,
GetDiagnostics
(), annotations);
14828
var diags =
GetDiagnostics
();
14844
=> new CatchClauseSyntax(this.Kind, this.catchKeyword, this.declaration, this.filter, this.block,
GetDiagnostics
(), annotations);
14931
var diags =
GetDiagnostics
();
14947
=> new CatchDeclarationSyntax(this.Kind, this.openParenToken, this.type, this.identifier, this.closeParenToken,
GetDiagnostics
(), annotations);
15025
var diags =
GetDiagnostics
();
15041
=> new CatchFilterClauseSyntax(this.Kind, this.whenKeyword, this.openParenToken, this.filterExpression, this.closeParenToken,
GetDiagnostics
(), annotations);
15101
var diags =
GetDiagnostics
();
15117
=> new FinallyClauseSyntax(this.Kind, this.finallyKeyword, this.block,
GetDiagnostics
(), annotations);
15241
var diags =
GetDiagnostics
();
15257
=> new CompilationUnitSyntax(this.Kind, this.externs, this.usings, this.attributeLists, this.members, this.endOfFileToken,
GetDiagnostics
(), annotations);
15342
var diags =
GetDiagnostics
();
15358
=> new ExternAliasDirectiveSyntax(this.Kind, this.externKeyword, this.aliasKeyword, this.identifier, this.semicolonToken,
GetDiagnostics
(), annotations);
15499
var diags =
GetDiagnostics
();
15515
=> new UsingDirectiveSyntax(this.Kind, this.globalKeyword, this.usingKeyword, this.staticKeyword, this.unsafeKeyword, this.alias, this.namespaceOrType, this.semicolonToken,
GetDiagnostics
(), annotations);
15745
var diags =
GetDiagnostics
();
15761
=> new NamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.openBraceToken, this.externs, this.usings, this.members, this.closeBraceToken, this.semicolonToken,
GetDiagnostics
(), annotations);
15920
var diags =
GetDiagnostics
();
15936
=> new FileScopedNamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.semicolonToken, this.externs, this.usings, this.members,
GetDiagnostics
(), annotations);
16037
var diags =
GetDiagnostics
();
16053
=> new AttributeListSyntax(this.Kind, this.openBracketToken, this.target, this.attributes, this.closeBracketToken,
GetDiagnostics
(), annotations);
16116
var diags =
GetDiagnostics
();
16132
=> new AttributeTargetSpecifierSyntax(this.Kind, this.identifier, this.colonToken,
GetDiagnostics
(), annotations);
16206
var diags =
GetDiagnostics
();
16222
=> new AttributeSyntax(this.Kind, this.name, this.argumentList,
GetDiagnostics
(), annotations);
16304
var diags =
GetDiagnostics
();
16320
=> new AttributeArgumentListSyntax(this.Kind, this.openParenToken, this.arguments, this.closeParenToken,
GetDiagnostics
(), annotations);
16409
var diags =
GetDiagnostics
();
16425
=> new AttributeArgumentSyntax(this.Kind, this.nameEquals, this.nameColon, this.expression,
GetDiagnostics
(), annotations);
16487
var diags =
GetDiagnostics
();
16503
=> new NameEqualsSyntax(this.Kind, this.name, this.equalsToken,
GetDiagnostics
(), annotations);
16585
var diags =
GetDiagnostics
();
16601
=> new TypeParameterListSyntax(this.Kind, this.lessThanToken, this.parameters, this.greaterThanToken,
GetDiagnostics
(), annotations);
16691
var diags =
GetDiagnostics
();
16707
=> new TypeParameterSyntax(this.Kind, this.attributeLists, this.varianceKeyword, this.identifier,
GetDiagnostics
(), annotations);
17005
var diags =
GetDiagnostics
();
17021
=> 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,
GetDiagnostics
(), annotations);
17263
var diags =
GetDiagnostics
();
17279
=> 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,
GetDiagnostics
(), annotations);
17521
var diags =
GetDiagnostics
();
17537
=> 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,
GetDiagnostics
(), annotations);
17779
var diags =
GetDiagnostics
();
17795
=> 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,
GetDiagnostics
(), annotations);
18053
var diags =
GetDiagnostics
();
18069
=> 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,
GetDiagnostics
(), annotations);
18259
var diags =
GetDiagnostics
();
18275
=> new EnumDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.enumKeyword, this.identifier, this.baseList, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken,
GetDiagnostics
(), annotations);
18441
var diags =
GetDiagnostics
();
18457
=> new DelegateDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.delegateKeyword, this.returnType, this.identifier, this.typeParameterList, this.parameterList, this.constraintClauses, this.semicolonToken,
GetDiagnostics
(), annotations);
18563
var diags =
GetDiagnostics
();
18579
=> new EnumMemberDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.identifier, this.equalsValue,
GetDiagnostics
(), annotations);
18793
var diags =
GetDiagnostics
();
18809
=> new ExtensionBlockDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.typeParameterList, this.parameterList, this.constraintClauses, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken,
GetDiagnostics
(), annotations);
18881
var diags =
GetDiagnostics
();
18897
=> new BaseListSyntax(this.Kind, this.colonToken, this.types,
GetDiagnostics
(), annotations);
18960
var diags =
GetDiagnostics
();
18976
=> new SimpleBaseTypeSyntax(this.Kind, this.type,
GetDiagnostics
(), annotations);
19036
var diags =
GetDiagnostics
();
19052
=> new PrimaryConstructorBaseTypeSyntax(this.Kind, this.type, this.argumentList,
GetDiagnostics
(), annotations);
19143
var diags =
GetDiagnostics
();
19159
=> new TypeParameterConstraintClauseSyntax(this.Kind, this.whereKeyword, this.name, this.colonToken, this.constraints,
GetDiagnostics
(), annotations);
19246
var diags =
GetDiagnostics
();
19262
=> new ConstructorConstraintSyntax(this.Kind, this.newKeyword, this.openParenToken, this.closeParenToken,
GetDiagnostics
(), annotations);
19334
var diags =
GetDiagnostics
();
19350
=> new ClassOrStructConstraintSyntax(this.Kind, this.classOrStructKeyword, this.questionToken,
GetDiagnostics
(), annotations);
19399
var diags =
GetDiagnostics
();
19415
=> new TypeConstraintSyntax(this.Kind, this.type,
GetDiagnostics
(), annotations);
19464
var diags =
GetDiagnostics
();
19480
=> new DefaultConstraintSyntax(this.Kind, this.defaultKeyword,
GetDiagnostics
(), annotations);
19551
var diags =
GetDiagnostics
();
19567
=> new AllowsConstraintClauseSyntax(this.Kind, this.allowsKeyword, this.constraints,
GetDiagnostics
(), annotations);
19644
var diags =
GetDiagnostics
();
19660
=> new RefStructConstraintSyntax(this.Kind, this.refKeyword, this.structKeyword,
GetDiagnostics
(), annotations);
19773
var diags =
GetDiagnostics
();
19789
=> new FieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.declaration, this.semicolonToken,
GetDiagnostics
(), annotations);
19894
var diags =
GetDiagnostics
();
19910
=> new EventFieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.eventKeyword, this.declaration, this.semicolonToken,
GetDiagnostics
(), annotations);
19970
var diags =
GetDiagnostics
();
19986
=> new ExplicitInterfaceSpecifierSyntax(this.Kind, this.name, this.dotToken,
GetDiagnostics
(), annotations);
20228
var diags =
GetDiagnostics
();
20244
=> 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,
GetDiagnostics
(), annotations);
20454
var diags =
GetDiagnostics
();
20470
=> 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,
GetDiagnostics
(), annotations);
20680
var diags =
GetDiagnostics
();
20696
=> 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,
GetDiagnostics
(), annotations);
20867
var diags =
GetDiagnostics
();
20883
=> new ConstructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.identifier, this.parameterList, this.initializer, this.body, this.expressionBody, this.semicolonToken,
GetDiagnostics
(), annotations);
20955
var diags =
GetDiagnostics
();
20971
=> new ConstructorInitializerSyntax(this.Kind, this.colonToken, this.thisOrBaseKeyword, this.argumentList,
GetDiagnostics
(), annotations);
21134
var diags =
GetDiagnostics
();
21150
=> new DestructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.tildeToken, this.identifier, this.parameterList, this.body, this.expressionBody, this.semicolonToken,
GetDiagnostics
(), annotations);
21359
var diags =
GetDiagnostics
();
21375
=> new PropertyDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.explicitInterfaceSpecifier, this.identifier, this.accessorList, this.expressionBody, this.initializer, this.semicolonToken,
GetDiagnostics
(), annotations);
21436
var diags =
GetDiagnostics
();
21452
=> new ArrowExpressionClauseSyntax(this.Kind, this.arrowToken, this.expression,
GetDiagnostics
(), annotations);
21612
var diags =
GetDiagnostics
();
21628
=> new EventDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.eventKeyword, this.type, this.explicitInterfaceSpecifier, this.identifier, this.accessorList, this.semicolonToken,
GetDiagnostics
(), annotations);
21806
var diags =
GetDiagnostics
();
21822
=> new IndexerDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.explicitInterfaceSpecifier, this.thisKeyword, this.parameterList, this.accessorList, this.expressionBody, this.semicolonToken,
GetDiagnostics
(), annotations);
21900
var diags =
GetDiagnostics
();
21916
=> new AccessorListSyntax(this.Kind, this.openBraceToken, this.accessors, this.closeBraceToken,
GetDiagnostics
(), annotations);
22063
var diags =
GetDiagnostics
();
22079
=> new AccessorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.keyword, this.body, this.expressionBody, this.semicolonToken,
GetDiagnostics
(), annotations);
22177
var diags =
GetDiagnostics
();
22193
=> new ParameterListSyntax(this.Kind, this.openParenToken, this.parameters, this.closeParenToken,
GetDiagnostics
(), annotations);
22274
var diags =
GetDiagnostics
();
22290
=> new BracketedParameterListSyntax(this.Kind, this.openBracketToken, this.parameters, this.closeBracketToken,
GetDiagnostics
(), annotations);
22448
var diags =
GetDiagnostics
();
22464
=> new ParameterSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.identifier, this.@default,
GetDiagnostics
(), annotations);
22554
var diags =
GetDiagnostics
();
22570
=> new FunctionPointerParameterSyntax(this.Kind, this.attributeLists, this.modifiers, this.type,
GetDiagnostics
(), annotations);
22666
var diags =
GetDiagnostics
();
22682
=> new IncompleteMemberSyntax(this.Kind, this.attributeLists, this.modifiers, this.type,
GetDiagnostics
(), annotations);
22738
var diags =
GetDiagnostics
();
22754
=> new SkippedTokensTriviaSyntax(this.Kind, this.tokens,
GetDiagnostics
(), annotations);
22823
var diags =
GetDiagnostics
();
22839
=> new DocumentationCommentTriviaSyntax(this.Kind, this.content, this.endOfComment,
GetDiagnostics
(), annotations);
22910
var diags =
GetDiagnostics
();
22926
=> new TypeCrefSyntax(this.Kind, this.type,
GetDiagnostics
(), annotations);
23002
var diags =
GetDiagnostics
();
23018
=> new QualifiedCrefSyntax(this.Kind, this.container, this.dotToken, this.member,
GetDiagnostics
(), annotations);
23113
var diags =
GetDiagnostics
();
23129
=> new NameMemberCrefSyntax(this.Kind, this.name, this.parameters,
GetDiagnostics
(), annotations);
23225
var diags =
GetDiagnostics
();
23241
=> new ExtensionMemberCrefSyntax(this.Kind, this.extensionKeyword, this.typeArgumentList, this.parameters, this.dotToken, this.member,
GetDiagnostics
(), annotations);
23314
var diags =
GetDiagnostics
();
23330
=> new IndexerMemberCrefSyntax(this.Kind, this.thisKeyword, this.parameters,
GetDiagnostics
(), annotations);
23432
var diags =
GetDiagnostics
();
23448
=> new OperatorMemberCrefSyntax(this.Kind, this.operatorKeyword, this.checkedKeyword, this.operatorToken, this.parameters,
GetDiagnostics
(), annotations);
23557
var diags =
GetDiagnostics
();
23573
=> new ConversionOperatorMemberCrefSyntax(this.Kind, this.implicitOrExplicitKeyword, this.operatorKeyword, this.checkedKeyword, this.type, this.parameters,
GetDiagnostics
(), annotations);
23676
var diags =
GetDiagnostics
();
23692
=> new CrefParameterListSyntax(this.Kind, this.openParenToken, this.parameters, this.closeParenToken,
GetDiagnostics
(), annotations);
23775
var diags =
GetDiagnostics
();
23791
=> new CrefBracketedParameterListSyntax(this.Kind, this.openBracketToken, this.parameters, this.closeBracketToken,
GetDiagnostics
(), annotations);
23884
var diags =
GetDiagnostics
();
23900
=> new CrefParameterSyntax(this.Kind, this.refKindKeyword, this.readOnlyKeyword, this.type,
GetDiagnostics
(), annotations);
23991
var diags =
GetDiagnostics
();
24007
=> new XmlElementSyntax(this.Kind, this.startTag, this.content, this.endTag,
GetDiagnostics
(), annotations);
24094
var diags =
GetDiagnostics
();
24110
=> new XmlElementStartTagSyntax(this.Kind, this.lessThanToken, this.name, this.attributes, this.greaterThanToken,
GetDiagnostics
(), annotations);
24179
var diags =
GetDiagnostics
();
24195
=> new XmlElementEndTagSyntax(this.Kind, this.lessThanSlashToken, this.name, this.greaterThanToken,
GetDiagnostics
(), annotations);
24282
var diags =
GetDiagnostics
();
24298
=> new XmlEmptyElementSyntax(this.Kind, this.lessThanToken, this.name, this.attributes, this.slashGreaterThanToken,
GetDiagnostics
(), annotations);
24367
var diags =
GetDiagnostics
();
24383
=> new XmlNameSyntax(this.Kind, this.prefix, this.localName,
GetDiagnostics
(), annotations);
24443
var diags =
GetDiagnostics
();
24459
=> new XmlPrefixSyntax(this.Kind, this.prefix, this.colonToken,
GetDiagnostics
(), annotations);
24576
var diags =
GetDiagnostics
();
24592
=> new XmlTextAttributeSyntax(this.Kind, this.name, this.equalsToken, this.startQuoteToken, this.textTokens, this.endQuoteToken,
GetDiagnostics
(), annotations);
24679
var diags =
GetDiagnostics
();
24695
=> new XmlCrefAttributeSyntax(this.Kind, this.name, this.equalsToken, this.startQuoteToken, this.cref, this.endQuoteToken,
GetDiagnostics
(), annotations);
24782
var diags =
GetDiagnostics
();
24798
=> new XmlNameAttributeSyntax(this.Kind, this.name, this.equalsToken, this.startQuoteToken, this.identifier, this.endQuoteToken,
GetDiagnostics
(), annotations);
24854
var diags =
GetDiagnostics
();
24870
=> new XmlTextSyntax(this.Kind, this.textTokens,
GetDiagnostics
(), annotations);
24948
var diags =
GetDiagnostics
();
24964
=> new XmlCDataSectionSyntax(this.Kind, this.startCDataToken, this.textTokens, this.endCDataToken,
GetDiagnostics
(), annotations);
25051
var diags =
GetDiagnostics
();
25067
=> new XmlProcessingInstructionSyntax(this.Kind, this.startProcessingInstructionToken, this.name, this.textTokens, this.endProcessingInstructionToken,
GetDiagnostics
(), annotations);
25145
var diags =
GetDiagnostics
();
25161
=> new XmlCommentSyntax(this.Kind, this.lessThanExclamationMinusMinusToken, this.textTokens, this.minusMinusGreaterThanToken,
GetDiagnostics
(), annotations);
25307
var diags =
GetDiagnostics
();
25323
=> new IfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.ifKeyword, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue,
GetDiagnostics
(), annotations);
25416
var diags =
GetDiagnostics
();
25432
=> new ElifDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elifKeyword, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue,
GetDiagnostics
(), annotations);
25511
var diags =
GetDiagnostics
();
25527
=> new ElseDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elseKeyword, this.endOfDirectiveToken, this.isActive, this.branchTaken,
GetDiagnostics
(), annotations);
25601
var diags =
GetDiagnostics
();
25617
=> new EndIfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.endIfKeyword, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
25691
var diags =
GetDiagnostics
();
25707
=> new RegionDirectiveTriviaSyntax(this.Kind, this.hashToken, this.regionKeyword, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
25781
var diags =
GetDiagnostics
();
25797
=> new EndRegionDirectiveTriviaSyntax(this.Kind, this.hashToken, this.endRegionKeyword, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
25871
var diags =
GetDiagnostics
();
25887
=> new ErrorDirectiveTriviaSyntax(this.Kind, this.hashToken, this.errorKeyword, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
25961
var diags =
GetDiagnostics
();
25977
=> new WarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.warningKeyword, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
26051
var diags =
GetDiagnostics
();
26067
=> new BadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.identifier, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
26150
var diags =
GetDiagnostics
();
26166
=> new DefineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.defineKeyword, this.name, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
26249
var diags =
GetDiagnostics
();
26265
=> new UndefDirectiveTriviaSyntax(this.Kind, this.hashToken, this.undefKeyword, this.name, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
26383
var diags =
GetDiagnostics
();
26399
=> new LineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.lineKeyword, this.line, this.file, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
26486
var diags =
GetDiagnostics
();
26502
=> new LineDirectivePositionSyntax(this.Kind, this.openParenToken, this.line, this.commaToken, this.character, this.closeParenToken,
GetDiagnostics
(), annotations);
26630
var diags =
GetDiagnostics
();
26646
=> new LineSpanDirectiveTriviaSyntax(this.Kind, this.hashToken, this.lineKeyword, this.start, this.minusToken, this.end, this.characterOffset, this.file, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
26756
var diags =
GetDiagnostics
();
26772
=> new PragmaWarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.warningKeyword, this.disableOrRestoreKeyword, this.errorCodes, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
26882
var diags =
GetDiagnostics
();
26898
=> new PragmaChecksumDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.checksumKeyword, this.file, this.guid, this.bytes, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
26981
var diags =
GetDiagnostics
();
26997
=> new ReferenceDirectiveTriviaSyntax(this.Kind, this.hashToken, this.referenceKeyword, this.file, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
27080
var diags =
GetDiagnostics
();
27096
=> new LoadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.loadKeyword, this.file, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
27170
var diags =
GetDiagnostics
();
27186
=> new ShebangDirectiveTriviaSyntax(this.Kind, this.hashToken, this.exclamationToken, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
27278
var diags =
GetDiagnostics
();
27294
=> new IgnoredDirectiveTriviaSyntax(this.Kind, this.hashToken, this.colonToken, this.content, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
27395
var diags =
GetDiagnostics
();
27411
=> new NullableDirectiveTriviaSyntax(this.Kind, this.hashToken, this.nullableKeyword, this.settingToken, this.targetToken, this.endOfDirectiveToken, this.isActive,
GetDiagnostics
(), annotations);
Parser\LanguageParser.cs (5)
1252
literalToken.
GetDiagnostics
().Contains(d => d.Code == (int)ErrorCode.ERR_NewlineInConst))
7151
return WithAdditionalDiagnostics(_syntaxFactory.AliasQualifiedName(identifierLeft, separator, right), left.
GetDiagnostics
());
9383
!semicolonToken.
GetDiagnostics
().Contains(diagnosticInfo => (ErrorCode)diagnosticInfo.Code == ErrorCode.ERR_SemicolonExpected))
10272
Debug.Assert(parenExpression.
GetDiagnostics
().Length == 0);
14746
foreach (var diagnostic in current.
GetDiagnostics
())
Parser\LanguageParser_InterpolatedString.cs (3)
54
diagnosticsBuilder.AddRange(interpolatedString.
GetDiagnostics
());
61
var textTokenDiagnostics = MoveDiagnostics(interpolatedText.
GetDiagnostics
(), interpolatedString.StringStartToken.Width);
598
result = result.WithDiagnosticsGreen(MoveDiagnostics(token.
GetDiagnostics
(), -prefix.Length));
Parser\SyntaxParser.cs (5)
734
DiagnosticInfo[] existingDiags = node.
GetDiagnostics
();
1063
var existing = (SyntaxDiagnosticInfo)token.
GetDiagnostics
().FirstOrDefault();
1080
var existing = (SyntaxDiagnosticInfo)node.
GetDiagnostics
().FirstOrDefault();
1111
var d = token.
GetDiagnostics
();
1129
identifier = identifier.WithDiagnosticsGreen(token.
GetDiagnostics
());
Syntax\InternalSyntax\SyntaxFirstTokenReplacer.cs (1)
61
DiagnosticInfo[] oldDiagnostics = node.
GetDiagnostics
();
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());
371
return new SyntaxToken(this.Kind, this.FullWidth, this.
GetDiagnostics
(), annotations);
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());
64
return new MissingTokenWithTrivia(this.Kind, this.LeadingField, this.TrailingField, this.
GetDiagnostics
(), annotations);
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());
61
return new SyntaxIdentifier(this.Text, this.
GetDiagnostics
(), annotations);
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());
64
return new SyntaxIdentifierExtended(this.contextualKind, this.TextField, this.valueText, this.
GetDiagnostics
(), annotations);
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());
57
return new SyntaxIdentifierWithTrailingTrivia(this.TextField, _trailing, this.
GetDiagnostics
(), annotations);
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());
85
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.TextField, this.valueText, _leading, _trailing, this.
GetDiagnostics
(), annotations);
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());
74
return new SyntaxTokenWithValue<T>(this.Kind, this.TextField, this.ValueField, this.
GetDiagnostics
(), annotations);
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());
80
return new SyntaxTokenWithValueAndTrivia<T>(this.Kind, this.TextField, this.ValueField, _leading, _trailing, this.
GetDiagnostics
(), annotations);
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());
73
return new SyntaxTokenWithTrivia(this.Kind, this.LeadingField, this.TrailingField, this.
GetDiagnostics
(), annotations);
Syntax\InternalSyntax\SyntaxTrivia.cs (1)
72
return new SyntaxTrivia(this.Kind, this.Text,
GetDiagnostics
(), annotations);
Syntax\SyntaxTreeDiagnosticEnumerator.cs (1)
50
foreach (SyntaxDiagnosticInfo sdi in node.
GetDiagnostics
())