1 write to _collectionKind
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
168_collectionKind = CollectionKind.Bag;
5 references to _collectionKind
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (5)
52get { return _collectionKind; } 86else if (_collectionKind != CollectionKind.None) 310if (_type != null && (_type is ScalarType == false || _collectionKind != CollectionKind.None) || 316typeName = Function.GetTypeNameForErrorMessage(_type, _collectionKind, _isRefType); 336if (_type is ScalarType == false || _collectionKind != CollectionKind.None)