13 overrides of AssociatedSymbol
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\ErrorMethodSymbol.vb (1)
30
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
601
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\ReducedExtensionMethodSymbol.vb (1)
545
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
219
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\SignatureOnlyMethodSymbol.vb (1)
186
Public Overrides ReadOnly Property
AssociatedSymbol
() As Symbol
Symbols\Source\LambdaSymbol.vb (1)
101
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\Source\SourceMethodSymbol.vb (1)
614
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1103
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\SubstitutedMethodSymbol.vb (1)
102
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
77
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
198
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
31
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
Symbols\Tuples\TupleMethodSymbol.vb (1)
44
Public Overrides ReadOnly Property
AssociatedSymbol
As Symbol
29 references to AssociatedSymbol
Microsoft.CodeAnalysis.VisualBasic (29)
Binding\SyntheticBoundTrees\SynthesizedPropertyAccessorBase.vb (1)
21
Dim propertySymbol = DirectCast(accessor.
AssociatedSymbol
, PropertySymbol)
Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb (1)
237
AddReferencedSymbolWithDependents(DirectCast(symbol, MethodSymbol).
AssociatedSymbol
, allSymbols)
Symbols\Metadata\PE\PEPropertyOrEventHelpers.vb (1)
38
Dim associatedProperty = TryCast(implementedAccessor.
AssociatedSymbol
, T)
Symbols\MethodSymbol.vb (5)
321
If Me.IsAccessor AndAlso Me.
AssociatedSymbol
.Kind = SymbolKind.Property Then
323
Return DirectCast(Me.
AssociatedSymbol
, PropertySymbol).GetAccessorOverride(getter:=(MethodKind = MethodKind.PropertyGet))
484
Return Me.
AssociatedSymbol
1130
Return Me.
AssociatedSymbol
1196
Return Me.
AssociatedSymbol
Symbols\ObsoleteAttributeHelpers.vb (4)
62
symbol = DirectCast(symbol, MethodSymbol).
AssociatedSymbol
161
If symbol.IsAccessor() AndAlso (DirectCast(symbol, MethodSymbol).
AssociatedSymbol
).Kind = SymbolKind.Property Then
167
accessorString, accessorSymbol.
AssociatedSymbol
)
170
accessorString, accessorSymbol.
AssociatedSymbol
, data.Message)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
221
Dim propertyOrEvent = _underlyingMethod.
AssociatedSymbol
Symbols\Source\OverrideHidingHelper.vb (4)
259
Debug.Assert(unimplementedMembers.Contains(DirectCast(member, MethodSymbol).
AssociatedSymbol
))
473
Dim associatedHidingSymbol = DirectCast(hidingMember, MethodSymbol).
AssociatedSymbol
531
If TypeOf method.
AssociatedSymbol
Is EventSymbol Then
536
Return RequiresExplicitOverride(DirectCast(method.
AssociatedSymbol
, PropertySymbol))
Symbols\Source\SourceParameterSymbol.vb (1)
122
Dim containingProperty = TryCast(containingMethod.
AssociatedSymbol
, PropertySymbol)
Symbols\SubstitutedNamedType.vb (8)
464
Debug.Assert(memberMethod.
AssociatedSymbol
IsNot Nothing)
465
Dim propertySymbol = SubstituteTypeParametersForMemberProperty(DirectCast(memberMethod.
AssociatedSymbol
, PropertySymbol))
469
Debug.Assert(memberMethod.
AssociatedSymbol
IsNot Nothing)
470
Dim eventSymbol = SubstituteTypeParametersForMemberEvent(DirectCast(memberMethod.
AssociatedSymbol
, EventSymbol))
474
Debug.Assert(memberMethod.
AssociatedSymbol
IsNot Nothing)
475
Dim eventSymbol = SubstituteTypeParametersForMemberEvent(DirectCast(memberMethod.
AssociatedSymbol
, EventSymbol))
479
Debug.Assert(memberMethod.
AssociatedSymbol
IsNot Nothing)
480
Dim eventSymbol = SubstituteTypeParametersForMemberEvent(DirectCast(memberMethod.
AssociatedSymbol
, EventSymbol))
Symbols\SymbolExtensions.vb (1)
238
Return methodSymbol.
AssociatedSymbol
IsNot Nothing
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
119
Return DirectCast(method.
AssociatedSymbol
, SourcePropertySymbol).ReturnTypeMarshallingInformation
Symbols\Tuples\TupleMethodSymbol.vb (1)
46
Return Me._containingType.GetTupleMemberSymbolForUnderlyingMember(Of Symbol)(Me._underlyingMethod.ConstructedFrom.
AssociatedSymbol
)