1 implementation of DecodeCustomAttributeNamedArgumentOrThrow
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1615
public (KeyValuePair<string, TypedConstant> nameValuePair, bool isProperty, SerializationTypeCode typeCode, SerializationTypeCode elementTypeCode)
DecodeCustomAttributeNamedArgumentOrThrow
(ref BlobReader argReader)
3 references to DecodeCustomAttributeNamedArgumentOrThrow
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (3)
1203
attributeNamedArgumentDecoder.
DecodeCustomAttributeNamedArgumentOrThrow
(ref sigReader);
1255
var ((name, value), isProperty, typeCode, elementTypeCode) = attributeArgumentDecoder.
DecodeCustomAttributeNamedArgumentOrThrow
(ref sigReader);
1922
var ((name, value), isProperty, typeCode, /* elementTypeCode */ _) = decoder.
DecodeCustomAttributeNamedArgumentOrThrow
(ref sig);