2 overrides of GetReceiverTypeName
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
687
protected override string
GetReceiverTypeName
(MethodDeclarationSyntax methodDeclaration)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
541
Protected Overrides Function
GetReceiverTypeName
(node As DeclarationStatementSyntax) As String
1 reference to GetReceiverTypeName
Microsoft.CodeAnalysis.Workspaces (1)
LanguageServices\DeclaredSymbolFactoryService\AbstractDeclaredSymbolInfoFactoryService.cs (1)
334
var receiverTypeName = this.
GetReceiverTypeName
(methodDeclaration);