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