1 reference to WithReadOnlyKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11317
var newNode = node.WithRefKeyword(node.RefKeyword).
WithReadOnlyKeyword
(node.ReadOnlyKeyword).WithType(node.Type);