1 write to TypeIdMap
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1683TypeIdMap = new List<BamlTypeInfoRecord>(_typeIdToInfo),
13 references to TypeIdMap
PresentationFramework (13)
System\Windows\Markup\BamlMapTable.cs (13)
358if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 380for (int j = 0; j < TypeIdMap.Count; j++) 382BamlTypeInfoRecord info = TypeIdMap[j]; 393TypeIdMap.Clear(); 407BamlTypeInfoRecord typeInfo = TypeIdMap[id]; 497return TypeIdMap[id]; 791BamlTypeInfoRecord typeInfo = TypeIdMap[bamlAttributeInfoRecord.OwnerTypeId]; 1238TypeIdMap.Add(bamlTypeInfoRecord); 1239bamlTypeInfoRecord.TypeId = (short)(TypeIdMap.Count - 1); 1256Debug.Assert(TypeIdMap.Count == record.TypeId || record.TypeFullName == TypeIdMap[record.TypeId].TypeFullName); 1258if (TypeIdMap.Count == record.TypeId) 1260TypeIdMap.Add(record);