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