6 references to GetHashTableData
PresentationBuildTasks (6)
Framework\System\Windows\Markup\BamlMapTable.cs (5)
1040
(BamlAssemblyInfoRecord)
GetHashTableData
(key);
1205
BamlTypeInfoRecord bamlTypeInfoRecord = (BamlTypeInfoRecord)
GetHashTableData
(key);
1360
bamlAttributeInfoRecord = (BamlAttributeInfoRecord)
GetHashTableData
(key);
1459
BamlStringInfoRecord bamlStringInfoRecord = (BamlStringInfoRecord)
GetHashTableData
(stringValue);
1480
Debug.Assert(
GetHashTableData
(stringValue) == null,
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
871
infoRecord = MapTable.
GetHashTableData
(key) as BamlAttributeInfoRecord;