3 writes to _type
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
400
Schema.ResolveTypeName(this, UnresolvedReturnType, out
_type
);
565
clone.
_type
= _type;
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
120
if (Schema.ResolveTypeName(this, UnresolvedReturnType, out
_type
))
12 references to _type
System.Data.Entity (12)
System\Data\EntityModel\SchemaObjectModel\Function.cs (6)
208
return this.
_type
;
424
if (
_type
!= null && _returnTypeList != null)
512
if (
_type
!= null && (
_type
is ScalarType == false || _returnTypeCollectionKind != Metadata.Edm.CollectionKind.None))
517
System.Data.Entity.Strings.FunctionWithNonPrimitiveTypeNotSupported(GetTypeNameForErrorMessage(
_type
, _returnTypeCollectionKind, _isRefType), this.FQName));
565
clone._type =
_type
;
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (1)
136
ValidateFunctionImportReturnType(this,
_type
, this.CollectionKind, _entitySet, _entitySetPathDefined);
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (5)
42
return this.
_type
;
122
if (
_type
is ScalarType)
124
_typeUsageBuilder.ValidateAndSetTypeUsage(
_type
as ScalarType, false);
156
ValidationHelper.ValidateFacets(this,
_type
, _typeUsageBuilder);
160
ValidationHelper.ValidateRefType(this,
_type
);