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