2 overrides of CreateCloneWithNewType
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs (1)
103internal override ResourceExpression CreateCloneWithNewType(Type type)
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (1)
212internal override ResourceExpression CreateCloneWithNewType(Type type)
4 references to CreateCloneWithNewType
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\ResourceBinder.cs (4)
545ResourceExpression resultWithProjection = resultSelectorSource.CreateCloneWithNewType(mce.Type); 575ResourceExpression re = source.CreateCloneWithNewType(mce.Type); 819return re.CreateCloneWithNewType(mce.Method.ReturnType); 842e = re.CreateCloneWithNewType(ue.Type);