Searched refs:GetAllForRight (Results 1 – 3 of 3) sorted by relevance
57 var interestingKeys = connections.GetAllForRight(element); in DisconnectFromAll()66 return connections.GetAllForRight(obj).Cast<IConnectable<IEmulationElement>>(); in GetConnectionsFor()
32 Assert.AreEqual(2, table.GetAllForRight(0).Count()); in ShouldHandleManyLeftValuesForRight()
50 public IEnumerable<TLeft> GetAllForRight(TRight right) in GetAllForRight() method in Antmicro.Renode.Utilities.Collections.WeakMultiTable