28 references to WithKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (2)
10235return next.ContextualKind != SyntaxKind.WithKeyword; 10400else if (tk == SyntaxKind.WithKeyword && this.PeekToken(1).Kind == SyntaxKind.OpenBraceToken)
Syntax\SyntaxKindFacts.cs (3)
1189case SyntaxKind.WithKeyword: 1307return SyntaxKind.WithKeyword; 1751case 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()); 1443Assert.Equal(SyntaxKind.WithKeyword, node.WithKeyword.Kind); 10170=> SyntaxFactory.WithExpression(GenerateIdentifierName(), SyntaxFactory.Token(SyntaxKind.WithKeyword), GenerateInitializerExpression()); 11419Assert.Equal(SyntaxKind.WithKeyword, node.WithKeyword.Kind());
Parsing\LambdaAttributeParsingTests.cs (1)
3155N(SyntaxKind.WithKeyword);
Parsing\RecordParsing.cs (17)
1345N(SyntaxKind.WithKeyword); 1427N(SyntaxKind.WithKeyword); 1472N(SyntaxKind.WithKeyword); 1499N(SyntaxKind.WithKeyword); 1535N(SyntaxKind.WithKeyword); 1586N(SyntaxKind.WithKeyword); 1623N(SyntaxKind.WithKeyword); 1664N(SyntaxKind.WithKeyword); 1697N(SyntaxKind.WithKeyword); 1704N(SyntaxKind.WithKeyword); 1738N(SyntaxKind.WithKeyword); 1802N(SyntaxKind.WithKeyword); 1878N(SyntaxKind.WithKeyword); 1899N(SyntaxKind.WithKeyword); 1971N(SyntaxKind.WithKeyword); 2010N(SyntaxKind.WithKeyword); 2075N(SyntaxKind.WithKeyword);