5 writes to Reported
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\ControlFlowPass.cs (5)
51this.Reported = reported; 82self.Reported &= other.Reported; 91self.Reported &= other.Reported; 115result.Reported = false; 269this.State.Reported = true;
7 references to Reported
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\ControlFlowPass.cs (7)
82self.Reported &= other.Reported; 83Debug.Assert(!self.Alive || !self.Reported); 91self.Reported &= other.Reported; 92Debug.Assert(!self.Alive || !self.Reported); 98return "[alive: " + state.Alive + "; reported: " + state.Reported + "]"; 108return new LocalState(false, this.State.Reported); 263!this.State.Reported &&