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