3 references to DecodeTupleTypesInternal
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\TupleTypeDecoder.cs (3)
97return DecodeTupleTypesInternal(metadataType, elementNames, hasTupleElementNamesAttribute); 118TypeSymbol decoded = DecodeTupleTypesInternal(type, elementNames, hasTupleElementNamesAttribute); 128return DecodeTupleTypesInternal(metadataType, elementNames, hasTupleElementNamesAttribute: !elementNames.IsDefaultOrEmpty);