8 references to Method
Microsoft.CodeAnalysis.CSharp.Features (1)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (1)
187isExtension ? DeclaredSymbolInfoKind.ExtensionMethod : DeclaredSymbolInfoKind.Method, accessibility);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (2)
195DeclaredSymbolInfoKind.Method, 360isExtensionMethod ? DeclaredSymbolInfoKind.ExtensionMethod : DeclaredSymbolInfoKind.Method,
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
291DeclaredSymbolInfoKind.Method => Glyph.MethodPublic,
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (1)
215if (info.Kind is not (DeclaredSymbolInfoKind.Method or DeclaredSymbolInfoKind.ExtensionMethod))
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
210case DeclaredSymbolInfoKind.Method: 295lookupTable[(int)DeclaredSymbolInfoKind.Method] = true;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Project.cs (1)
457case DeclaredSymbolInfoKind.Method: