2 references to ForType
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
862
CodeTypeReference typeRef = typeReference.
ForType
(typeof(System.Collections.Generic.ICollection<>), baseType);
868
CodeTypeReference typeRef = typeReference.
ForType
(typeof(System.Collections.Generic.IList<>), baseType);