28 references to WithKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (2)
10235
return next.ContextualKind != SyntaxKind.
WithKeyword
;
10400
else if (tk == SyntaxKind.
WithKeyword
&& this.PeekToken(1).Kind == SyntaxKind.OpenBraceToken)
Syntax\SyntaxKindFacts.cs (3)
1189
case SyntaxKind.
WithKeyword
:
1307
return SyntaxKind.
WithKeyword
;
1751
case SyntaxKind.
WithKeyword
:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\WithKeywordRecommender.cs (1)
13
: base(SyntaxKind.
WithKeyword
)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (22)
Generated\Syntax.Test.xml.Generated.cs (4)
194
=> InternalSyntaxFactory.WithExpression(GenerateIdentifierName(), InternalSyntaxFactory.Token(SyntaxKind.
WithKeyword
), GenerateInitializerExpression());
1443
Assert.Equal(SyntaxKind.
WithKeyword
, node.WithKeyword.Kind);
10170
=> SyntaxFactory.WithExpression(GenerateIdentifierName(), SyntaxFactory.Token(SyntaxKind.
WithKeyword
), GenerateInitializerExpression());
11419
Assert.Equal(SyntaxKind.
WithKeyword
, node.WithKeyword.Kind());
Parsing\LambdaAttributeParsingTests.cs (1)
3155
N(SyntaxKind.
WithKeyword
);
Parsing\RecordParsing.cs (17)
1345
N(SyntaxKind.
WithKeyword
);
1427
N(SyntaxKind.
WithKeyword
);
1472
N(SyntaxKind.
WithKeyword
);
1499
N(SyntaxKind.
WithKeyword
);
1535
N(SyntaxKind.
WithKeyword
);
1586
N(SyntaxKind.
WithKeyword
);
1623
N(SyntaxKind.
WithKeyword
);
1664
N(SyntaxKind.
WithKeyword
);
1697
N(SyntaxKind.
WithKeyword
);
1704
N(SyntaxKind.
WithKeyword
);
1738
N(SyntaxKind.
WithKeyword
);
1802
N(SyntaxKind.
WithKeyword
);
1878
N(SyntaxKind.
WithKeyword
);
1899
N(SyntaxKind.
WithKeyword
);
1971
N(SyntaxKind.
WithKeyword
);
2010
N(SyntaxKind.
WithKeyword
);
2075
N(SyntaxKind.
WithKeyword
);