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