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