1 write to removedBindings
System.Web (1)
UI\ExpressionBindingCollection.cs (1)
95removedBindings = new Hashtable(StringComparer.OrdinalIgnoreCase);
7 references to removedBindings
System.Web (7)
UI\ExpressionBindingCollection.cs (7)
69if (removedBindings != null) { 70keys = removedBindings.Keys; 80removedBindings.Clear(); 94if (removedBindings == null) { 97return removedBindings; 155if ((keys.Count != 0) && (removedBindings == null)) { 160removedBindings[s] = String.Empty;