1 write to Symbols
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\IStreamingFindReferencesProgress.cs (1)
41Symbols = ImmutableHashSet.CreateRange(
8 references to Symbols
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (2)
191Contract.ThrowIfFalse(group.Symbols.Contains(symbol), "Symbol group did not contain the very symbol we started with."); 193foreach (var groupSymbol in group.Symbols)
FindSymbols\FindReferences\StreamingFindReferencesProgress.cs (1)
46foreach (var symbol in group.Symbols)
FindSymbols\IStreamingFindReferencesProgress.cs (3)
49=> this == group || (group != null && Symbols.SetEquals(group.Symbols)); 56foreach (var symbol in Symbols)
FindSymbols\StreamingProgressCollector.cs (1)
59foreach (var definition in group.Symbols)
Remote\RemoteArguments.cs (1)
238group.Symbols.Select(s => SerializableSymbolAndProjectId.Dehydrate(solution, s, cancellationToken))));