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