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