1 implementation of IRegion
ILLink.RoslynAnalyzer (1)
DataFlow\ControlFlowGraphProxy.cs (1)
36public readonly record struct RegionProxy(ControlFlowRegion Region) : IRegion<RegionProxy>
2 references to IRegion
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (1)
23where TRegion : IRegion<TRegion>
src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
41where TRegion : IRegion<TRegion>