2 references to DecodeCustomAttributeParameterTypeOrThrow
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (2)
1329DecodeCustomAttributeParameterTypeOrThrow(ref sigReader, out elementTypeCode, out elementType, out unusedElementTypeCode, out unusedElementType, isElementType: true);
1485DecodeCustomAttributeParameterTypeOrThrow(ref sigReader, out typeCode, out type, out elementTypeCode, out elementType, isElementType: false);