2 overrides of WithNewKeywordCore
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
3614
internal override BaseObjectCreationExpressionSyntax
WithNewKeywordCore
(SyntaxToken newKeyword) => WithNewKeyword(newKeyword);
3688
internal override BaseObjectCreationExpressionSyntax
WithNewKeywordCore
(SyntaxToken newKeyword) => WithNewKeyword(newKeyword);
1 reference to WithNewKeywordCore
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
3540
public BaseObjectCreationExpressionSyntax WithNewKeyword(SyntaxToken newKeyword) =>
WithNewKeywordCore
(newKeyword);