2 writes to _returnTypeCollectionKind
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
241
_returnTypeCollectionKind
= value;
567
clone.
_returnTypeCollectionKind
= _returnTypeCollectionKind;
4 references to _returnTypeCollectionKind
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\Function.cs (4)
237
return
_returnTypeCollectionKind
;
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));
567
clone._returnTypeCollectionKind =
_returnTypeCollectionKind
;