1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourcePropertySymbol.vb (1)
71
_containingType
= container
10 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourcePropertySymbol.vb (10)
412
OverloadingHelper.SetMetadataNameForAllOverloads(_name, SymbolKind.Property,
_containingType
)
427
Return
_containingType
433
Return
_containingType
439
Return
_containingType
763
MakeOverriddenMembers(New SignatureOnlyPropertySymbol(Me.Name,
_containingType
,
881
Return BindImplementsClause(
_containingType
, binder, Me, syntax, diagnostics)
937
Return
_containingType
.AreMembersImplicitlyDeclared
985
If (Not Me.
_containingType
.AnyMemberHasAttributes) Then
1009
_containingType
,
1018
Dim binder = BinderBuilder.CreateBinderForType(DirectCast(ContainingModule, SourceModuleSymbol), _syntaxRef.SyntaxTree,
_containingType
)