5 references to ShallowCopy
System.Data.Entity (5)
System\Data\Common\CommandTrees\AbstractExpressions.cs (1)
343
type = type.
ShallowCopy
(new FacetValues { Nullable = true });
System\Data\Common\Utils\MetadataHelper.cs (1)
876
TypeUsage edmTypeUsage = storeTypeUsage.GetModelTypeUsage().
ShallowCopy
(FacetValues.NullFacetValues);
System\Data\Metadata\Converter.cs (1)
1380
typeUsage = typeUsage.
ShallowCopy
(
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
893
TypeUsage updatedType = argument.ResultType.
ShallowCopy
(new FacetValues { Unicode = _isUnicode });
System\Data\SqlClient\SqlProviderServices.cs (1)
125
parameterType = queryParameter.Value.
ShallowCopy
(new FacetValues { Unicode = false });