1 implementation of IDataFlowState
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowState.cs (1)
10 : IDataFlowState<LocalStateAndContext<TValue, TContext>, LocalStateAndContextLattice<TValue, TContext, TValueLattice, TContextLattice>>
2 references to IDataFlowState
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (1)
19 where TState : class, IDataFlowState<TValue, TLattice>, new()
src\tools\illink\src\ILLink.Shared\DataFlow\ITransfer.cs (1)
28 where TState : class, IDataFlowState<TValue, TLattice>