2 references to IsCustomAttributesPopulated
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
349
if (_packedFlags.
IsCustomAttributesPopulated
)
993
if (!_packedFlags.
IsCustomAttributesPopulated
)