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