3 references to DecodeTypeSequence
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\SignatureDecoder.cs (3)
220
return
DecodeTypeSequence
(ref blobReader);
233
return
DecodeTypeSequence
(ref blobReader);
286
ImmutableArray<TType> types =
DecodeTypeSequence
(ref blobReader);