1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertySymbol.vb (1)
74
_containingType
= container
11 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourcePropertySymbol.vb (11)
341
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol), _syntaxRef.SyntaxTree,
_containingType
)
416
OverloadingHelper.SetMetadataNameForAllOverloads(_name, SymbolKind.Property,
_containingType
)
431
Return
_containingType
437
Return
_containingType
443
Return
_containingType
812
MakeOverriddenMembers(New SignatureOnlyPropertySymbol(Me.Name,
_containingType
,
930
Return BindImplementsClause(
_containingType
, binder, Me, syntax, diagnostics)
986
Return
_containingType
.AreMembersImplicitlyDeclared
1034
If (Not Me.
_containingType
.AnyMemberHasAttributes) Then
1058
_containingType
,
1067
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol), _syntaxRef.SyntaxTree,
_containingType
)