2 instantiations of EntityCollectionChangedParams
System.Data.Services.Client (2)
System\Data\Services\Client\Binding\BindingObserver.cs (2)
408
EntityCollectionChangedParams args = new
EntityCollectionChangedParams
(
542
EntityCollectionChangedParams args = new
EntityCollectionChangedParams
(
12 references to EntityCollectionChangedParams
System.Data.Services.Client (12)
System\Data\Services\Client\Binding\BindingObserver.cs (4)
43
internal BindingObserver(DataServiceContext context, Func<EntityChangedParams, bool> entityChanged, Func<
EntityCollectionChangedParams
, bool> collectionChanged)
103
internal Func<
EntityCollectionChangedParams
, bool> CollectionChanged
408
EntityCollectionChangedParams
args = new EntityCollectionChangedParams(
542
EntityCollectionChangedParams
args = new EntityCollectionChangedParams(
System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs (6)
62
private Func<
EntityCollectionChangedParams
, bool> collectionChangedCallback;
122
Func<
EntityCollectionChangedParams
, bool> collectionChangedCallback)
138
Func<
EntityCollectionChangedParams
, bool> collectionChangedCallback)
156
Func<
EntityCollectionChangedParams
, bool> collectionChangedCallback)
212
Func<
EntityCollectionChangedParams
, bool> collectionChangedCallback)
674
Func<
EntityCollectionChangedParams
, bool> collectionChanged)
System\Data\Services\Client\ProjectionPlanCompiler.cs (2)
865
Expression.Constant(null, typeof(Func<
EntityCollectionChangedParams
, bool>)));
883
Expression.Constant(null, typeof(Func<
EntityCollectionChangedParams
, bool>)));