1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertySymbol.vb (1)
73
_containingType
= container
11 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourcePropertySymbol.vb (11)
340
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol), _syntaxRef.SyntaxTree,
_containingType
)
415
OverloadingHelper.SetMetadataNameForAllOverloads(_name, SymbolKind.Property,
_containingType
)
430
Return
_containingType
436
Return
_containingType
442
Return
_containingType
766
MakeOverriddenMembers(New SignatureOnlyPropertySymbol(Me.Name,
_containingType
,
884
Return BindImplementsClause(
_containingType
, binder, Me, syntax, diagnostics)
940
Return
_containingType
.AreMembersImplicitlyDeclared
988
If (Not Me.
_containingType
.AnyMemberHasAttributes) Then
1012
_containingType
,
1021
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol), _syntaxRef.SyntaxTree,
_containingType
)