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