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