1 reference to WithContinueKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
12560
var newNode = node.WithAttributeLists(node.AttributeLists).
WithContinueKeyword
(node.ContinueKeyword).WithSemicolonToken(node.SemicolonToken);