Base:
method
Free
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.Free()
3 overrides of Free
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\EntryPointsWalker.cs (1)
53protected override void Free()
FlowAnalysis\ExitPointsWalker.cs (1)
30protected override void Free()
FlowAnalysis\VariablesDeclaredWalker.cs (1)
44protected override void Free()
5 references to Free
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\ControlFlowPass.cs (1)
177walker.Free();
FlowAnalysis\EntryPointsWalker.cs (1)
55base.Free();
FlowAnalysis\ExitPointsWalker.cs (1)
38base.Free();
FlowAnalysis\RegionReachableWalker.cs (1)
32walker.Free();
FlowAnalysis\VariablesDeclaredWalker.cs (1)
46base.Free();