4 references to GetCustomAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\PEAttributeData.cs (1)
105
if (!_decoder.
GetCustomAttribute
(_handle, out lazyConstructorArguments, out lazyNamedArguments))
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2388
if (decoder.
GetCustomAttribute
(handle, out positionalArgs, out namedArgs))
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Attributes\PEAttributeData.vb (1)
128
If Not _decoder.
GetCustomAttribute
(_handle, constructorArgs, namedArgs) Then
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1450
If decoder.
GetCustomAttribute
(attributeUsageHandle, positionalArgs, namedArgs) Then