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