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