2 references to WithNewKeyword
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
3688
internal override BaseObjectCreationExpressionSyntax WithNewKeywordCore(SyntaxToken newKeyword) =>
WithNewKeyword
(newKeyword);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11820
var newNode = node.
WithNewKeyword
(node.NewKeyword).WithType(node.Type).WithArgumentList(node.ArgumentList).WithInitializer(node.Initializer);