5 writes to AssemblyId
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (4)
464info.AssemblyId = -1; 476info.AssemblyId = -1; 486AssemblyId = GetAssemblyIdForType(KnownTypes.Types[-id]) 1233bamlTypeInfoRecord.AssemblyId = bamlAssemblyInfoRecord.AssemblyId;
System\Windows\Markup\BamlRecords.cs (1)
4281AssemblyId = bamlBinaryReader.ReadInt16();
6 references to AssemblyId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (2)
385BamlAssemblyInfoRecord assyInfo = GetAssemblyInfoFromId(info.AssemblyId); 752BamlAssemblyInfoRecord assemblyInfoRecord = GetAssemblyInfoFromId(typeInfo.AssemblyId);
System\Windows\Markup\BamlReader.cs (2)
2637if (typeInfo.AssemblyId >= 0 || typeInfo.Type == null) 2640typeInfo.AssemblyId);
System\Windows\Markup\BamlRecords.cs (2)
4285_typeInfoFlags = (TypeInfoFlags)(AssemblyId >> 12); 4296bamlBinaryWriter.Write((short)(((ushort)AssemblyId) | (((ushort)_typeInfoFlags) << 12)));