5 writes to AssemblyId
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (4)
480info.AssemblyId = -1; 492info.AssemblyId = -1; 501info.AssemblyId = GetAssemblyIdForType(KnownTypes.Types[-id]); 1247bamlTypeInfoRecord.AssemblyId = bamlAssemblyInfoRecord.AssemblyId;
System\Windows\Markup\BamlRecords.cs (1)
4294AssemblyId = bamlBinaryReader.ReadInt16();
6 references to AssemblyId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (2)
394BamlAssemblyInfoRecord assyInfo = GetAssemblyInfoFromId(info.AssemblyId); 768BamlAssemblyInfoRecord assemblyInfoRecord = GetAssemblyInfoFromId(typeInfo.AssemblyId);
System\Windows\Markup\BamlReader.cs (2)
2625if (typeInfo.AssemblyId >= 0 || typeInfo.Type == null) 2628typeInfo.AssemblyId);
System\Windows\Markup\BamlRecords.cs (2)
4298_typeInfoFlags = (TypeInfoFlags)(AssemblyId >> 12); 4309bamlBinaryWriter.Write((short)(((ushort)AssemblyId) | (((ushort)_typeInfoFlags) << 12)));