Base:
method
ReachableBottomState
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.ReachableBottomState()
1 reference to ReachableBottomState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\DefiniteAssignment.cs (1)
2435
this.State = this.State.Reachable ? this.State.Clone() :
ReachableBottomState
();