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