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