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