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