2 writes to AssemblyId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
1278
AssemblyId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
743
piMappingRecord.
AssemblyId
= bamlAssemblyInfoRecord.AssemblyId;
3 references to AssemblyId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1883
piMappingRecord.
AssemblyId
);
System\Windows\Markup\BamlRecordReader.cs (1)
594
BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.
AssemblyId
);
System\Windows\Markup\BamlRecords.cs (1)
1287
bamlBinaryWriter.Write(
AssemblyId
);