2 writes to AssemblyIds
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1176
AssemblyIds
= new short[count];
1185
AssemblyIds
= null;
6 references to AssemblyIds
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (1)
824
XamlTypeMapper.SetUriToAssemblyNameMapping(xmlnsRecord.XmlNamespace, xmlnsRecord.
AssemblyIds
);
System\Windows\Markup\BamlRecords.cs (5)
1180
AssemblyIds
[i] = bamlBinaryReader.ReadInt16();
1202
if (
AssemblyIds
!= null &&
AssemblyIds
.Length > 0)
1204
count = (short)
AssemblyIds
.Length;
1213
bamlBinaryWriter.Write(
AssemblyIds
[i]);