3 references to DecodeSignatureParametersOrThrow
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataDecoder.cs (3)
367
var parameters =
DecodeSignatureParametersOrThrow
(ref ppSig, signatureHeader, typeParameterCount: out int typeParamCount, shouldProcessAllBytes: false, isFunctionPointerSignature: true);
1216
paramInfo =
DecodeSignatureParametersOrThrow
(ref signatureReader, signatureHeader, out typeParameterCount);
1277
paramInfo =
DecodeSignatureParametersOrThrow
(ref signatureReader, signatureHeader, out typeParameterCount);