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