2 references to TryGetNewProperty
System.Data.Entity (2)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2367
if (inputTypeInfo.
TryGetNewProperty
(newPropRef, throwIfMissing, out newNestedProp))
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
301
bool result =
TryGetNewProperty
(propertyRef, true, out property);