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