6 overrides of GetTypeUsage
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
168internal override TypeUsage GetTypeUsage()
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
69internal override TypeUsage GetTypeUsage()
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
394internal override TypeUsage GetTypeUsage()
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
92internal override TypeUsage GetTypeUsage()
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
178internal override TypeUsage GetTypeUsage()
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (1)
91internal override TypeUsage GetTypeUsage()
4 references to GetTypeUsage
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
178CollectionType collectionType = new CollectionType(_typeSubElement.GetTypeUsage());
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
81return _typeSubElement.GetTypeUsage();
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
76return _typeSubElement.GetTypeUsage();
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
188_typeUsage = _typeSubElement.GetTypeUsage();