Implemented interface member:
method
Meet
ILLink.Shared.DataFlow.ILattice<TValue>.Meet(TValue, TValue)
3 references to Meet
ILLink.RoslynAnalyzer (3)
DataFlow\InterproceduralState.cs (1)
111HoistedLocalLattice.Meet(left.HoistedLocals, right.HoistedLocals),
DataFlow\LocalStateLattice.cs (2)
99var dictionary = Lattice.Meet(left.Dictionary, right.Dictionary); 100var capturedProperties = CapturedReferenceLattice.Meet(left.CapturedReferences, right.CapturedReferences);