6 references to ValidateAndSetTypeUsage
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
207_typeUsageBuilder.ValidateAndSetTypeUsage(edmType, false); //use typeusagebuilder so dont lose facet information
System\Data\EntityModel\SchemaObjectModel\FacetEnabledSchemaElement.cs (1)
122_typeUsageBuilder.ValidateAndSetTypeUsage(edmType, false);
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
72_typeUsageBuilder.ValidateAndSetTypeUsage(edmType, false);
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
221_typeUsageBuilder.ValidateAndSetTypeUsage(edmType, false); //use typeusagebuilder so dont lose facet information
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
156_typeUsageBuilder.ValidateAndSetTypeUsage(propertyType, false);//use typeusagebuilder so dont lose facet information
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (1)
77_typeUsageBuilder.ValidateAndSetTypeUsage(edmType, false); //use typeusagebuilder so dont lose facet information