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