3 writes to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (2)
630record.AttributeId = id; 1351bamlAttributeInfoRecord.AttributeId = (short)AttributeIdMap.Add(bamlAttributeInfoRecord);
System\Windows\Markup\BamlRecords.cs (1)
4585AttributeId = bamlBinaryReader.ReadInt16();
7 references to AttributeId
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (4)
1361return bamlAttributeInfoRecord.AttributeId; 1638Debug.Assert(AttributeIdMap.Count == record.AttributeId || 1640((BamlAttributeInfoRecord)AttributeIdMap[record.AttributeId]).Name); 1642if (AttributeIdMap.Count == record.AttributeId)
System\Windows\Markup\BamlRecords.cs (2)
4596bamlBinaryWriter.Write(AttributeId); 4936$"{RecordType} owner={GetTypeName(OwnerTypeId)} attr({AttributeId}) is '{_name}'");
System\Windows\Markup\BamlRecordWriter.cs (1)
1383bamlEvent.AttributeId = bamlAttributeInfoRecord.AttributeId;