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