2 references to DecodeType
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (2)
MetadataDecoder.cs (2)
79
return
DecodeType
(signatureReader.ReadTypeHandle(), [], ref typeArgumentOffset);
162
var type =
DecodeType
(typeHandle, typeArguments, ref typeArgumentOffset);