3 writes to _typeInfoFlags
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4298_typeInfoFlags = (TypeInfoFlags)(AssemblyId >> 12); 4319newRecord._typeInfoFlags = _typeInfoFlags; 4427_typeInfoFlags |= TypeInfoFlags.Internal;
3 references to _typeInfoFlags
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4309bamlBinaryWriter.Write((short)(((ushort)AssemblyId) | (((ushort)_typeInfoFlags) << 12))); 4319newRecord._typeInfoFlags = _typeInfoFlags; 4417return ((_typeInfoFlags & TypeInfoFlags.Internal) == TypeInfoFlags.Internal);