1 interface inheriting from ILocalState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\LocalDataFlowPass.cs (1)
20internal interface ILocalDataFlowState : ILocalState
1 implementation of ILocalState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\ControlFlowPass.cs (1)
44internal struct LocalState : ILocalState
1 reference to ILocalState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
38where TLocalState : AbstractFlowPass<TLocalState, TLocalFunctionState>.ILocalState