2 writes to _collectionKind
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (2)
66
_collectionKind
= value;
137
parameter.
_collectionKind
= _collectionKind;
5 references to _collectionKind
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (5)
62
return
_collectionKind
;
114
if (
_collectionKind
!= CollectionKind.None)
137
parameter._collectionKind =
_collectionKind
;
380
if (_type != null && (_type is ScalarType == false || (!collectionAllowed &&
_collectionKind
!= CollectionKind.None)))
385
typeName = Function.GetTypeNameForErrorMessage(_type,
_collectionKind
, _isRefType);