1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\MemberRefMetadataDecoder.vb (1)
31
Me.
_containingType
= containingType
5 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\MemberRefMetadataDecoder.vb (5)
49
Dim peType As PENamedTypeSymbol = TryCast(Me.
_containingType
, PENamedTypeSymbol)
54
Dim namedType As NamedTypeSymbol = TryCast(Me.
_containingType
, NamedTypeSymbol)
93
''' Search through the members of the <see cref="
_containingType
"/> type symbol to find the method that matches a particular signature.
125
Return FindMethodBySignature(
_containingType
, memberName, signatureHeader, typeParamCount, targetParamInfo)
134
Return FindFieldBySignature(
_containingType
, memberName, fieldInfo)