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