1 reference to WithKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
12733
var newNode = node.WithAttributeLists(node.AttributeLists).
WithKeyword
(node.Keyword).WithBlock(node.Block);