2 references to GetConstructorDeclarations
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\ImplicitConstructorInitializerSymbolReferenceFinder.cs (1)
61var constructorNodes = state.Cache.GetConstructorDeclarations(cancellationToken);
FindSymbols\FindReferences\FindReferenceCache.cs (1)
227foreach (var constructor in this.GetConstructorDeclarations(cancellationToken))