8 references to Type
System.Data.Entity (8)
System\Data\EntityModel\SchemaObjectModel\FacetEnabledSchemaElement.cs (1)
103Debug.Assert(this.Type == null, "This must be resolved exactly once");
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
204return this._returnTypeList[0].Type;
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (2)
142Debug.Assert(returnType.Type != null, "FunctionImport/ReturnType element must not have subelements."); 144ValidateFunctionImportReturnType(returnType, returnType.Type, returnType.CollectionKind, returnType.EntitySet, returnType.EntitySetPathDefined);
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (2)
311_typeSubElement != null && _typeSubElement.Type is ScalarType == false) 346if (_typeSubElement.Type is ScalarType == false)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
252if (_typeSubElement.Type is ScalarType == false)
System\Data\Metadata\Converter.cs (1)
883somReturnType.Type,