1 write to lastInRegion
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
218this.lastInRegion = lastInRegion;
1 reference to lastInRegion
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
279if (TrackingRegions && node == this.lastInRegion && this.regionPlace == RegionPlace.Inside)