1 implementation of GetCorrespondingTry
ILLink.RoslynAnalyzer (1)
DataFlow\ControlFlowGraphProxy.cs (1)
151 public RegionProxy GetCorrespondingTry (RegionProxy catchOrFilterOrFinallyRegion)
2 references to GetCorrespondingTry
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (2)
277 TRegion correspondingTry = cfg.GetCorrespondingTry (tryOrCatchOrFilterRegion!); 316 TRegion correspondingTry = cfg.GetCorrespondingTry (finallyRegion!);