7 references to _table
PresentationFramework (7)
MS\Internal\Data\AccessorTable.cs (7)
56if (_table.TryGetValue(new AccessorTableKey(sourceValueType, type, name), out AccessorInfo info)) 87_table[new AccessorTableKey(sourceValueType, type, name)] = value; 106int originalCount = _table.Count; 110foreach (KeyValuePair<AccessorTableKey, AccessorInfo> entry in _table) 115_table.Remove(entry.Key); 122Console.WriteLine($"After generation {_generation}, removed {originalCount - _table.Count} of {originalCount} entries from AccessorTable, new count is {_table.Count}");