30 references to WithKeyword
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (3)
7892|| (this.CurrentToken.ContextualKind is SyntaxKind.SwitchKeyword or SyntaxKind.WithKeyword && this.PeekToken(1).Kind is SyntaxKind.OpenBraceToken); 10822return next.ContextualKind != SyntaxKind.WithKeyword; 10992else if (tk == SyntaxKind.WithKeyword && this.PeekToken(1).Kind == SyntaxKind.OpenBraceToken)
Syntax\SyntaxKindFacts.cs (3)
1222case SyntaxKind.WithKeyword: 1341return SyntaxKind.WithKeyword; 1787case SyntaxKind.WithKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\WithKeywordRecommender.cs (1)
13: base(SyntaxKind.WithKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (23)
Generated\Syntax.Test.xml.Generated.cs (4)
194=> InternalSyntaxFactory.WithExpression(GenerateIdentifierName(), InternalSyntaxFactory.Token(SyntaxKind.WithKeyword), GenerateInitializerExpression()); 1458Assert.Equal(SyntaxKind.WithKeyword, node.WithKeyword.Kind); 10371=> SyntaxFactory.WithExpression(GenerateIdentifierName(), SyntaxFactory.Token(SyntaxKind.WithKeyword), GenerateInitializerExpression()); 11635Assert.Equal(SyntaxKind.WithKeyword, node.WithKeyword.Kind());
Parsing\CollectionExpressionParsingTests.cs (1)
1221N(SyntaxKind.WithKeyword);
Parsing\LambdaAttributeParsingTests.cs (1)
3140N(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);