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)
2892
If propertySymbol.
GetMethod
IsNot Nothing Then
2893
AddMember(propertySymbol.
GetMethod
, binder, members, omitDiagnostics:=False)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
653
container.AddMember(propertySymbol.
GetMethod
, binder, members, omitDiagnostics:=False)
Symbols\Source\SourcePropertySymbol.vb (1)
385
Dim getMethod = Me.
GetMethod