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