Base:
property
GetMethod
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.PropertySymbol.GetMethod
4 references to GetMethod
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
2892If propertySymbol.GetMethod IsNot Nothing Then 2893AddMember(propertySymbol.GetMethod, binder, members, omitDiagnostics:=False)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
653container.AddMember(propertySymbol.GetMethod, binder, members, omitDiagnostics:=False)
Symbols\Source\SourcePropertySymbol.vb (1)
385Dim getMethod = Me.GetMethod