4 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);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\MemberRefMetadataDecoder.cs (1)
150
ParamInfo<TypeSymbol>[] targetParamInfo = this.
DecodeSignatureParametersOrThrow
(ref signaturePointer, signatureHeader, out typeParamCount);