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