2 writes to AssemblyIds
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1164
AssemblyIds
= new short[count];
1173
AssemblyIds
= null;
6 references to AssemblyIds
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (1)
806
XamlTypeMapper.SetUriToAssemblyNameMapping(xmlnsRecord.XmlNamespace, xmlnsRecord.
AssemblyIds
);
System\Windows\Markup\BamlRecords.cs (5)
1168
AssemblyIds
[i] = bamlBinaryReader.ReadInt16();
1190
if (
AssemblyIds
!= null &&
AssemblyIds
.Length > 0)
1192
count = (short)
AssemblyIds
.Length;
1201
bamlBinaryWriter.Write(
AssemblyIds
[i]);