Implemented interface member:
method
Clone
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.ILocalState.Clone()
6 references to Clone
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AlwaysAssignedWalker.cs (2)
127_endOfRegionState = StateWhenTrue.Clone(); 132_endOfRegionState = this.State.Clone();
FlowAnalysis\DefiniteAssignment.cs (4)
1936LocalState result = this.State.Clone(); 2373var whenTrue = StateWhenTrue.Clone(); 2374var whenFalse = StateWhenFalse.Clone(); 2424this.State = this.State.Reachable ? this.State.Clone() : ReachableBottomState();