3 references to DecodeCustomAttributeElementArrayOrThrow
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataDecoder.cs (3)
1407
return
DecodeCustomAttributeElementArrayOrThrow
(ref argReader, getTypeCode(elementType), (TypeSymbol)elementType, (TypeSymbol)type);
1448
return
DecodeCustomAttributeElementArrayOrThrow
(ref argReader, elementTypeCode, elementType, type);
1578
?
DecodeCustomAttributeElementArrayOrThrow
(ref argReader, elementTypeCode, elementType, type)