2 references to IsObsoleteAttributePopulatedBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
135ThreadSafeFlagOperations.Set(ref _bits, IsObsoleteAttributePopulatedBit); 138public bool IsObsoleteAttributePopulated => (Volatile.Read(ref _bits) & IsObsoleteAttributePopulatedBit) != 0;