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