2 references to TryMatchEntityTypeConstructor
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (2)
121
if (!
TryMatchEntityTypeConstructor
(then, propertyMap, relPropertyMap, typeToRelPropertyMap, out currentType)) { return false; }
136
!
TryMatchEntityTypeConstructor
(caseExpression.Else, propertyMap, relPropertyMap, typeToRelPropertyMap, out elseType)) { return false; }