2 references to DeclarationInfo
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.DeclarationInfo.cs (1)
37
return new
DeclarationInfo
(builder.ToImmutableAndClear());
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex_Create.cs (1)
31
new
DeclarationInfo
(declaredSymbolInfos.ToImmutable()),