2 writes to _isAggregate
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
120
_isAggregate
= value;
559
clone.
_isAggregate
= _isAggregate;
2 references to _isAggregate
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
116
return
_isAggregate
;
559
clone._isAggregate =
_isAggregate
;