1 reference to WithFilter
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
12905
var newNode = node.WithCatchKeyword(node.CatchKeyword).WithDeclaration(node.Declaration).
WithFilter
(node.Filter).WithBlock(node.Block);