1 write to bindingGraph
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingObserver.cs (1)
52
this.
bindingGraph
= new BindingGraph(this);
15 references to bindingGraph
System.Data.Services.Client (15)
System\Data\Services\Client\Binding\BindingObserver.cs (15)
132
this.
bindingGraph
.AddCollection(null, null, collection, collectionEntitySet);
143
this.
bindingGraph
.Reset();
193
this.
bindingGraph
.RemoveRelation(source, sourceProperty);
217
this.
bindingGraph
.AddCollection(
233
this.
bindingGraph
.AddEntity(
247
this.
bindingGraph
.AddComplexProperty(
289
this.
bindingGraph
.GetEntityCollectionInfo(
343
this.
bindingGraph
.RemoveCollection(collection);
722
this.
bindingGraph
.GetAncestorEntityForComplexProperty(ref entity, ref propertyName, ref propertyValue);
791
this.
bindingGraph
.AddEntity(
838
this.
bindingGraph
.GetEntityCollectionInfo(
846
this.
bindingGraph
.GetCollectionItems(collection),
878
this.
bindingGraph
.Remove(
885
this.
bindingGraph
.RemoveUnreachableVertices();
895
this.
bindingGraph
.RemoveNonTrackedEntities();