1 override of TupleUnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Tuples\TupleMethodSymbol.vb (1)
32Public Overrides ReadOnly Property TupleUnderlyingMethod As MethodSymbol
8 references to TupleUnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitExpression.vb (1)
2143method = method.TupleUnderlyingMethod
Emit\SymbolTranslator.vb (1)
383methodSymbol = methodSymbol.TupleUnderlyingMethod
Symbols\Tuples\TupleTypeSymbol.vb (1)
910smallDictionary.Add(DirectCast(symbol, MethodSymbol).TupleUnderlyingMethod.OriginalDefinition, symbol)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (5)
CodeGen\CodeGenTuples.vb (5)
16405m1ToString.TupleUnderlyingMethod.ToTestDisplayString()) 16406Assert.Same(m1ToString.TupleUnderlyingMethod, m1ToString.TupleUnderlyingMethod.ConstructedFrom) 16408Assert.Same(m1Tuple.TupleUnderlyingType, m1ToString.TupleUnderlyingMethod.ContainingType) 16420Assert.Equal(m1ToString.Locations.Single(), m1ToString.TupleUnderlyingMethod.Locations.Single())