2 writes to AssemblyId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
1266
AssemblyId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
738
piMappingRecord.
AssemblyId
= bamlAssemblyInfoRecord.AssemblyId;
3 references to AssemblyId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1890
piMappingRecord.
AssemblyId
);
System\Windows\Markup\BamlRecordReader.cs (1)
576
BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.
AssemblyId
);
System\Windows\Markup\BamlRecords.cs (1)
1275
bamlBinaryWriter.Write(
AssemblyId
);