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