Base:
property
GetMethod
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.PropertySymbol.GetMethod
1 reference to GetMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SubstitutedNamedType.vb (1)
460Return If(memberMethod.MethodKind = MethodKind.PropertyGet, propertySymbol.GetMethod, propertySymbol.SetMethod)