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