2 writes to AssemblyIds
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1163
AssemblyIds
= new short[count];
1172
AssemblyIds
= null;
6 references to AssemblyIds
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (1)
805
XamlTypeMapper.SetUriToAssemblyNameMapping(xmlnsRecord.XmlNamespace, xmlnsRecord.
AssemblyIds
);
System\Windows\Markup\BamlRecords.cs (5)
1167
AssemblyIds
[i] = bamlBinaryReader.ReadInt16();
1189
if (
AssemblyIds
!= null &&
AssemblyIds
.Length > 0)
1191
count = (short)
AssemblyIds
.Length;
1200
bamlBinaryWriter.Write(
AssemblyIds
[i]);