Base:
method
VisitCatchBlock
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.VisitCatchBlock(Microsoft.CodeAnalysis.CSharp.BoundCatchBlock, ref TLocalState)
1 override of VisitCatchBlock
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\VariablesDeclaredWalker.cs (1)
144protected override void VisitCatchBlock(BoundCatchBlock catchBlock, ref LocalState finallyState)
1 reference to VisitCatchBlock
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\VariablesDeclaredWalker.cs (1)
156base.VisitCatchBlock(catchBlock, ref finallyState);