2 references to CompensatingCollection
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Translator.cs (2)
831if (valueType.IsGenericType && valueType.GetGenericTypeDefinition() == typeof(CompensatingCollection<>)) 1911Type compensatingCollectionType = typeof(CompensatingCollection<>).MakeGenericType(elementType);