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