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