2 references to IsCustomAttributesPopulatedBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
165ThreadSafeFlagOperations.Set(ref _bits, IsCustomAttributesPopulatedBit); 168public bool IsCustomAttributesPopulated => (Volatile.Read(ref _bits) & IsCustomAttributesPopulatedBit) != 0;