9 references to Second
System.Data.Entity (9)
System\Data\Common\Utils\Pair.cs (2)
94return firstComparer.Equals(x.First, y.First) && secondComparer.Equals(x.Second, y.Second);
System\Data\Mapping\StorageMappingItemCollection.cs (3)
819key.Second.First, // type 821key.Second.Second, // includeSubtypes
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (3)
227EntityTypeBase type = arg.Second.First; 228bool includeSubtypes = arg.Second.Second;
System\Data\Objects\EntityEntry.cs (1)
1129string targetRoleName = relationship.Second;