1 write to _storeFunctions
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
122_storeFunctions = storeFunctions != null ? storeFunctions.ToArray() : null;
3 references to _storeFunctions
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (3)
494if (_storeFunctions == null || _storeFunctions.Length == 0 || _targetEntityFrameworkVersion < EntityFrameworkVersions.Version3) 504var interestingStoreFunctions = _storeFunctions.Where(