2 references to GetCustomAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\PEAttributeData.cs (1)
82
if (!_decoder.
GetCustomAttribute
(_handle, out attributeClass, out attributeConstructor))
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\PEAttributeData.vb (1)
152
If Not _decoder.
GetCustomAttribute
(_handle, attributeClass, attributeCtor) OrElse