1 write to _collectionType
System.Data.Entity (1)
System\Data\Metadata\Edm\EdmType.cs (1)
285Interlocked.CompareExchange<CollectionType>(ref _collectionType, new CollectionType(this), null);
2 references to _collectionType
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmType.cs (2)
283if (_collectionType == null) 288return _collectionType;