3 writes to IsAggregate
System.Data.Entity (3)
System\Data\Metadata\Converter.cs (1)
1004IsAggregate = somFunction.IsAggregate,
System\Data\Metadata\Edm\Provider\EdmProviderManifestFunctionBuilder.cs (1)
89IsAggregate = true,
System\Data\Metadata\StoreItemCollection.cs (1)
409IsAggregate = sTypeFunction.AggregateAttribute,
2 references to IsAggregate
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
42if (payload.IsAggregate.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.Aggregate, payload.IsAggregate.Value);