2 references to AccessorTableKey
PresentationFramework (2)
MS\Internal\Data\AccessorTable.cs (2)
65if (_table.TryGetValue(new AccessorTableKey(sourceValueType, type, name), out AccessorInfo info)) 96_table[new AccessorTableKey(sourceValueType, type, name)] = value;