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