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