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