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