2 writes to AssemblyId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
1272
AssemblyId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
740
piMappingRecord.
AssemblyId
= bamlAssemblyInfoRecord.AssemblyId;
3 references to AssemblyId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1873
piMappingRecord.
AssemblyId
);
System\Windows\Markup\BamlRecordReader.cs (1)
585
BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.
AssemblyId
);
System\Windows\Markup\BamlRecords.cs (1)
1281
bamlBinaryWriter.Write(
AssemblyId
);