1 write to IsCachedStoreFunction
System.Data.Entity (1)
System\Data\Metadata\StoreItemCollection.cs (1)
414IsCachedStoreFunction = true,
2 references to IsCachedStoreFunction
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
47if (payload.IsCachedStoreFunction.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.IsCachedStoreFunction, payload.IsCachedStoreFunction.Value);