Base:
method
Normalize
Microsoft.CodeAnalysis.CSharp.LocalDataFlowPass<TLocalState, TLocalFunctionState>.Normalize(ref TLocalState)
7 references to Normalize
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\DefiniteAssignment.cs (6)
1117if (slot >= this.State.Assigned.Capacity) Normalize(ref this.State); 1610if (slot >= state.Assigned.Capacity) Normalize(ref state); 2681Normalize(ref self); 2682Normalize(ref other); 2709Normalize(ref self); 2710Normalize(ref other);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
79Normalize(ref this.State);