5 references to objectsToBeReplaced
System.Data.Services (5)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (5)
440
this.
objectsToBeReplaced
.Add(resource, newInstance);
477
if (this.
objectsToBeReplaced
.TryGetValue(targetResource, out replacedTarget))
551
foreach (KeyValuePair<object, object> objectToBeReplaced in this.
objectsToBeReplaced
)
571
this.
objectsToBeReplaced
.Clear();
619
this.
objectsToBeReplaced
.Clear();