4 references to TypeIdValueMask
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
2578
bamlBinaryWriter.Write((short)(serializerTypeId |
TypeIdValueMask
));
2795
IsValueTypeId = (serializerTypeId &
TypeIdValueMask
) ==
TypeIdValueMask
;
2798
serializerTypeId &= (short)(~
TypeIdValueMask
);