Base:
method
Normalize
Microsoft.CodeAnalysis.CSharp.LocalDataFlowPass<TLocalState, TLocalFunctionState>.Normalize(ref TLocalState)
7 references to Normalize
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\DefiniteAssignment.cs (6)
1161
if (slot >= this.State.Assigned.Capacity)
Normalize
(ref this.State);
1730
if (slot >= state.Assigned.Capacity)
Normalize
(ref state);
2856
Normalize
(ref self);
2857
Normalize
(ref other);
2884
Normalize
(ref self);
2885
Normalize
(ref other);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
79
Normalize
(ref this.State);