3 references to DecodeCustomAttributeElementOrThrow
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataDecoder.cs (3)
1410
return
DecodeCustomAttributeElementOrThrow
(ref argReader, getTypeCode(type), (TypeSymbol)type);
1475
values[i] =
DecodeCustomAttributeElementOrThrow
(ref argReader, elementTypeCode, elementType);
1579
:
DecodeCustomAttributeElementOrThrow
(ref argReader, typeCode, type);