2 overrides of WithNewKeywordCore
Microsoft.CodeAnalysis.CSharp (2)
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
3669
internal override BaseObjectCreationExpressionSyntax
WithNewKeywordCore
(SyntaxToken newKeyword) => WithNewKeyword(newKeyword);
3743
internal override BaseObjectCreationExpressionSyntax
WithNewKeywordCore
(SyntaxToken newKeyword) => WithNewKeyword(newKeyword);
1 reference to WithNewKeywordCore
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3595
public BaseObjectCreationExpressionSyntax WithNewKeyword(SyntaxToken newKeyword) =>
WithNewKeywordCore
(newKeyword);