5 writes to Reported
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\ControlFlowPass.cs (5)
52this.Reported = reported; 83self.Reported &= other.Reported; 92self.Reported &= other.Reported; 116result.Reported = false; 270this.State.Reported = true;
7 references to Reported
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\ControlFlowPass.cs (7)
83self.Reported &= other.Reported; 84Debug.Assert(!self.Alive || !self.Reported); 92self.Reported &= other.Reported; 93Debug.Assert(!self.Alive || !self.Reported); 99return "[alive: " + state.Alive + "; reported: " + state.Reported + "]"; 109return new LocalState(false, this.State.Reported); 264!this.State.Reported &&