3 writes to _typeInfoFlags
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
4531
_typeInfoFlags
= (TypeInfoFlags)(AssemblyId >> 12);
4552
newRecord.
_typeInfoFlags
= _typeInfoFlags;
4663
_typeInfoFlags
|= TypeInfoFlags.Internal;
3 references to _typeInfoFlags
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
4542
bamlBinaryWriter.Write((short)(((ushort)AssemblyId) | (((ushort)
_typeInfoFlags
) << 12)));
4552
newRecord._typeInfoFlags =
_typeInfoFlags
;
4653
return ((
_typeInfoFlags
& TypeInfoFlags.Internal) == TypeInfoFlags.Internal);