2 writes to _returnTypeCollectionKind
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
241_returnTypeCollectionKind = value; 567clone._returnTypeCollectionKind = _returnTypeCollectionKind;
4 references to _returnTypeCollectionKind
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\Function.cs (4)
237return _returnTypeCollectionKind; 512if (_type != null && (_type is ScalarType == false || _returnTypeCollectionKind != Metadata.Edm.CollectionKind.None)) 517System.Data.Entity.Strings.FunctionWithNonPrimitiveTypeNotSupported(GetTypeNameForErrorMessage(_type, _returnTypeCollectionKind, _isRefType), this.FQName)); 567clone._returnTypeCollectionKind = _returnTypeCollectionKind;