1 write to _declaredSymbolInfoSet
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
30
_declaredSymbolInfoSet
= new(() => new(this.DeclaredSymbolInfos));
1 reference to _declaredSymbolInfoSet
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
38
public HashSet<DeclaredSymbolInfo> DeclaredSymbolInfoSet =>
_declaredSymbolInfoSet
.Value;