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