3 references to _assemblyIdLowSection
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
4438
short value = (short) _flags[
_assemblyIdLowSection
];
4446
_flags[
_assemblyIdLowSection
] = (short) (value & 0xff);
4460
= BitVector32.CreateSection( (short)0xff,
_assemblyIdLowSection
);