1 write to _aboutToFree
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
60public void AboutToFree() => _aboutToFree = true;
3 references to _aboutToFree
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (3)
136Debug.Assert(region.Enclosing == null || (region.Enclosing._aboutToFree && region.Enclosing.Enclosing == this)); 283Debug.Assert(_aboutToFree); 303Debug.Assert(!_aboutToFree);