2 overrides of Normalize
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\DefiniteAssignment.cs (1)
1041
protected override void
Normalize
(ref LocalState state)
FlowAnalysis\NullableWalker.cs (1)
1890
protected override void
Normalize
(ref LocalState state)
3 references to Normalize
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\LocalDataFlowPass.cs (3)
137
Normalize
(ref this.StateWhenTrue);
138
Normalize
(ref this.StateWhenFalse);
142
Normalize
(ref this.State);