2 overrides of ConstructedFrom
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceMethodSymbol.vb (1)
590
Public NotOverridable Overrides ReadOnly Property
ConstructedFrom
As MethodSymbol
Symbols\SubstitutedMethodSymbol.vb (1)
150
Public MustOverride Overrides ReadOnly Property
ConstructedFrom
As MethodSymbol
20 references to ConstructedFrom
Microsoft.CodeAnalysis.VisualBasic (20)
Emit\MethodSymbolAdapter.vb (4)
38
If Not AdaptedMethodSymbol.IsDefinition AndAlso AdaptedMethodSymbol.IsGenericMethod AndAlso AdaptedMethodSymbol IsNot AdaptedMethodSymbol.
ConstructedFrom
Then
50
If Not AdaptedMethodSymbol.IsDefinition AndAlso (Not AdaptedMethodSymbol.IsGenericMethod OrElse AdaptedMethodSymbol Is AdaptedMethodSymbol.
ConstructedFrom
) Then
82
If AdaptedMethodSymbol.IsGenericMethod AndAlso AdaptedMethodSymbol IsNot AdaptedMethodSymbol.
ConstructedFrom
Then
228
Dim methodSymbol As MethodSymbol = AdaptedMethodSymbol.
ConstructedFrom
Symbols\ConstraintsHelper.vb (1)
1250
Debug.Assert(method.
ConstructedFrom
<> method)
Symbols\MethodSymbol.vb (3)
325
If Me.IsOverrides AndAlso Me.
ConstructedFrom
Is Me Then
583
If Not CanConstruct OrElse Me IsNot
ConstructedFrom
Then
901
Return Me.
ConstructedFrom
Symbols\Retargeting\RetargetingSymbolTranslator.vb (2)
882
Debug.Assert(method Is method.
ConstructedFrom
)
946
Debug.Assert(method Is method.
ConstructedFrom
)
Symbols\Source\OverrideHidingHelper.vb (1)
621
Debug.Assert(Not (TypeOf overridingSym Is MethodSymbol AndAlso DirectCast(DirectCast(overridingSym, Symbol), MethodSymbol).
ConstructedFrom
<> overridingSym))
Symbols\Tuples\TupleMethodSymbol.vb (7)
34
Return Me._underlyingMethod.
ConstructedFrom
46
Return Me._containingType.GetTupleMemberSymbolForUnderlyingMember(Of Symbol)(Me._underlyingMethod.
ConstructedFrom
.AssociatedSymbol)
58
Return Me._underlyingMethod.
ConstructedFrom
.ExplicitInterfaceImplementations
108
Debug.Assert(underlyingMethod.
ConstructedFrom
Is underlyingMethod)
138
Return Me._underlyingMethod.
ConstructedFrom
.GetHashCode()
147
(other IsNot Nothing AndAlso TypeSymbol.Equals(Me._containingType, other._containingType, TypeCompareKind.ConsiderEverything) AndAlso Me._underlyingMethod.
ConstructedFrom
= other._underlyingMethod.
ConstructedFrom
)
Symbols\TypeSubstitution.vb (2)
564
DirectCast(targetGenericDefinition, MethodSymbol).
ConstructedFrom
Is targetGenericDefinition AndAlso
633
targetMethod.
ConstructedFrom
Is targetMethod)