1 override of VisitDeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
17070
public override TreeDumperNode
VisitDeconstructionVariablePendingInference
(DeconstructionVariablePendingInference node, object? arg) => new TreeDumperNode("deconstructionVariablePendingInference", null, new TreeDumperNode[]
1 reference to VisitDeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9285
return
VisitDeconstructionVariablePendingInference
((DeconstructionVariablePendingInference)node, arg);