2 writes to IsComposable
System.Data.Entity (2)
System\Data\Metadata\Converter.cs (1)
1007
IsComposable
= somFunction.IsComposable,
System\Data\Metadata\StoreItemCollection.cs (1)
412
IsComposable
= sTypeFunction.IsComposableAttribute,
2 references to IsComposable
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
45
if (payload.
IsComposable
.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.IsComposable, payload.
IsComposable
.Value);