1 reference to WithEventKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
13405
var newNode = node.WithAttributeLists(node.AttributeLists).WithModifiers(node.Modifiers).
WithEventKeyword
(node.EventKeyword).WithDeclaration(node.Declaration).WithSemicolonToken(node.SemicolonToken);