3 references to DecodeCustomAttributeElementOrThrow
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataDecoder.cs (3)
1493
return
DecodeCustomAttributeElementOrThrow
(ref argReader, typeCode, type);
1536
values[i] =
DecodeCustomAttributeElementOrThrow
(ref argReader, elementTypeCode, elementType);
1640
:
DecodeCustomAttributeElementOrThrow
(ref argReader, typeCode, type);