Implemented interface member:
method
Clone
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.ILocalState.Clone()
4 references to Clone
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AlwaysAssignedWalker.cs (2)
126
_endOfRegionState = StateWhenTrue.
Clone
();
131
_endOfRegionState = this.State.
Clone
();
FlowAnalysis\DefiniteAssignment.cs (2)
1971
LocalState result = this.State.
Clone
();
2435
this.State = this.State.Reachable ? this.State.
Clone
() : ReachableBottomState();