3 overrides of WithKeywordCore
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Syntax.Generated.cs (3)
8707
internal override SwitchLabelSyntax
WithKeywordCore
(SyntaxToken keyword) => WithKeyword(keyword);
8760
internal override SwitchLabelSyntax
WithKeywordCore
(SyntaxToken keyword) => WithKeyword(keyword);
8806
internal override SwitchLabelSyntax
WithKeywordCore
(SyntaxToken keyword) => WithKeyword(keyword);
1 reference to WithKeywordCore
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
8636
public SwitchLabelSyntax WithKeyword(SyntaxToken keyword) =>
WithKeywordCore
(keyword);