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