5 writes to AssemblyId
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (4)
468info.AssemblyId = -1; 480info.AssemblyId = -1; 490AssemblyId = GetAssemblyIdForType(KnownTypes.Types[-id]) 1246bamlTypeInfoRecord.AssemblyId = bamlAssemblyInfoRecord.AssemblyId;
System\Windows\Markup\BamlRecords.cs (1)
4282AssemblyId = bamlBinaryReader.ReadInt16();
6 references to AssemblyId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (2)
382BamlAssemblyInfoRecord assyInfo = GetAssemblyInfoFromId(info.AssemblyId); 760BamlAssemblyInfoRecord assemblyInfoRecord = GetAssemblyInfoFromId(typeInfo.AssemblyId);
System\Windows\Markup\BamlReader.cs (2)
2638if (typeInfo.AssemblyId >= 0 || typeInfo.Type == null) 2641typeInfo.AssemblyId);
System\Windows\Markup\BamlRecords.cs (2)
4286_typeInfoFlags = (TypeInfoFlags)(AssemblyId >> 12); 4297bamlBinaryWriter.Write((short)(((ushort)AssemblyId) | (((ushort)_typeInfoFlags) << 12)));