3 writes to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (2)
629AttributeId = id, 1359bamlAttributeInfoRecord.AttributeId = (short)AttributeIdMap.Add(bamlAttributeInfoRecord);
System\Windows\Markup\BamlRecords.cs (1)
4579AttributeId = bamlBinaryReader.ReadInt16();
7 references to AttributeId
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (4)
1369return bamlAttributeInfoRecord.AttributeId; 1646Debug.Assert(AttributeIdMap.Count == record.AttributeId || 1648((BamlAttributeInfoRecord)AttributeIdMap[record.AttributeId]).Name); 1650if (AttributeIdMap.Count == record.AttributeId)
System\Windows\Markup\BamlRecords.cs (2)
4590bamlBinaryWriter.Write(AttributeId); 4929$"{RecordType} owner={GetTypeName(OwnerTypeId)} attr({AttributeId}) is '{_name}'");
System\Windows\Markup\BamlRecordWriter.cs (1)
1381bamlEvent.AttributeId = bamlAttributeInfoRecord.AttributeId;