1 instantiation of DeclarationFinder
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
MemberDeclarationSyntaxExtensions.DeclarationFinder.cs (1)
25var finder = new DeclarationFinder();
2 references to DeclarationFinder
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
MemberDeclarationSyntaxExtensions.cs (1)
23var dictionary = DeclarationFinder.GetAllDeclarations(member);
MemberDeclarationSyntaxExtensions.DeclarationFinder.cs (1)
25var finder = new DeclarationFinder();