3 writes to _typeInfoFlags
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4292_typeInfoFlags = (TypeInfoFlags)(AssemblyId >> 12); 4313newRecord._typeInfoFlags = _typeInfoFlags; 4421_typeInfoFlags |= TypeInfoFlags.Internal;
3 references to _typeInfoFlags
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4303bamlBinaryWriter.Write((short)(((ushort)AssemblyId) | (((ushort)_typeInfoFlags) << 12))); 4313newRecord._typeInfoFlags = _typeInfoFlags; 4411return ((_typeInfoFlags & TypeInfoFlags.Internal) == TypeInfoFlags.Internal);