3 writes to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (2)
638record.AttributeId = id; 1359bamlAttributeInfoRecord.AttributeId = (short)AttributeIdMap.Add(bamlAttributeInfoRecord);
System\Windows\Markup\BamlRecords.cs (1)
4591AttributeId = 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)
4602bamlBinaryWriter.Write(AttributeId); 4942$"{RecordType} owner={GetTypeName(OwnerTypeId)} attr({AttributeId}) is '{_name}'");
System\Windows\Markup\BamlRecordWriter.cs (1)
1386bamlEvent.AttributeId = bamlAttributeInfoRecord.AttributeId;