3 references to _assemblyIdLowSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
1326
short value = (short) _flags[
_assemblyIdLowSection
];
1334
_flags[
_assemblyIdLowSection
] = (short) (value & 0xff);
1347
= BitVector32.CreateSection( (short)0xff,
_assemblyIdLowSection
);