5 references to DecodeTypeInternal
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\TupleTypeDecoder.cs (5)
206return type.WithPointedAtType(DecodeTypeInternal(type.PointedAtTypeWithAnnotations)); 221var decodedParam = DecodeTypeInternal(param.TypeWithAnnotations); 238var decodedReturnType = DecodeTypeInternal(type.Signature.ReturnTypeWithAnnotations); 319TypeWithAnnotations decoded = DecodeTypeInternal(typeArg); 336TypeWithAnnotations decodedElementType = DecodeTypeInternal(type.ElementTypeWithAnnotations);