2 writes to AssemblyId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
1265
AssemblyId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
737
piMappingRecord.
AssemblyId
= bamlAssemblyInfoRecord.AssemblyId;
3 references to AssemblyId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1889
piMappingRecord.
AssemblyId
);
System\Windows\Markup\BamlRecordReader.cs (1)
575
BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.
AssemblyId
);
System\Windows\Markup\BamlRecords.cs (1)
1274
bamlBinaryWriter.Write(
AssemblyId
);