6 references to DecodeTupleTypesIfApplicable
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\TypeInference\TypeInferenceCollection.vb (1)
636
Return TupleTypeDecoder.
DecodeTupleTypesIfApplicable
(first, mergedNames)
Symbols\Metadata\PE\MetadataDecoder.vb (1)
473
targetTypeSymbol = TupleTypeDecoder.
DecodeTupleTypesIfApplicable
(targetTypeSymbol, elementNames:=Nothing)
Symbols\Source\CustomModifierUtils.vb (2)
56
resultType = TupleTypeDecoder.
DecodeTupleTypesIfApplicable
(sourceType, names)
115
overriddenParamType = TupleTypeDecoder.
DecodeTupleTypesIfApplicable
(overriddenParamType, names)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\PlaceholderLocalSymbol.vb (1)
42
type = TupleTypeDecoder.
DecodeTupleTypesIfApplicable
(type, tupleElementNames.AsImmutableOrNull())
VisualBasicEESymbolProvider.vb (1)
84
Return TupleTypeDecoder.
DecodeTupleTypesIfApplicable
(type, tupleElementNamesOpt)