7 references to Free
Microsoft.CodeAnalysis (7)
SourceGeneration\Nodes\AbstractSourceOutputNode.cs (1)
90tableBuilder?.Free();
SourceGeneration\Nodes\InputNode.cs (1)
133tableBuilder?.Free();
SourceGeneration\Nodes\NodeStateTable.cs (1)
525Free();
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (2)
63_filterTable.Free(); 64_transformTable.Free();
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (1)
69_nodeStateTable.Free();
SourceGeneration\Nodes\TransformNode.cs (1)
108tableBuilder?.Free();