3 overrides of WithKeywordCore
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Syntax.Generated.cs (3)
8706
internal override SwitchLabelSyntax
WithKeywordCore
(SyntaxToken keyword) => WithKeyword(keyword);
8759
internal override SwitchLabelSyntax
WithKeywordCore
(SyntaxToken keyword) => WithKeyword(keyword);
8805
internal override SwitchLabelSyntax
WithKeywordCore
(SyntaxToken keyword) => WithKeyword(keyword);
1 reference to WithKeywordCore
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
8635
public SwitchLabelSyntax WithKeyword(SyntaxToken keyword) =>
WithKeywordCore
(keyword);