8 references to Method
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (2)
194DeclaredSymbolInfoKind.Method, 361isExtensionMethod ? DeclaredSymbolInfoKind.ExtensionMethod : DeclaredSymbolInfoKind.Method,
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (1)
216if (info.Kind is not (DeclaredSymbolInfoKind.Method or DeclaredSymbolInfoKind.ExtensionMethod))
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
253case DeclaredSymbolInfoKind.Method: 336lookupTable[(int)DeclaredSymbolInfoKind.Method] = true;
NavigateTo\RoslynNavigateToItem.cs (1)
308DeclaredSymbolInfoKind.Method => Glyph.MethodPublic,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
291If(isExtension, DeclaredSymbolInfoKind.ExtensionMethod, DeclaredSymbolInfoKind.Method),
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Project.cs (1)
408case DeclaredSymbolInfoKind.Method: