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