1 write to firstInRegion
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
217
this.
firstInRegion
= firstInRegion;
1 reference to firstInRegion
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
262
if (TrackingRegions && node == this.
firstInRegion
&& this.regionPlace == RegionPlace.Before)