6 references to GetHashTableData
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (5)
1011
BamlAssemblyInfoRecord bamlAssemblyInfoRecord = (BamlAssemblyInfoRecord)
GetHashTableData
(key);
1181
BamlTypeInfoRecord bamlTypeInfoRecord = (BamlTypeInfoRecord)
GetHashTableData
(key);
1335
bamlAttributeInfoRecord = (BamlAttributeInfoRecord)
GetHashTableData
(key);
1436
BamlStringInfoRecord bamlStringInfoRecord = (BamlStringInfoRecord)
GetHashTableData
(stringValue);
1457
Debug.Assert(
GetHashTableData
(stringValue) == null,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
777
infoRecord = MapTable.
GetHashTableData
(key) as BamlAttributeInfoRecord;