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