提交 4f75b33c 编写于 作者: C Cyrus Najmabadi

Remove unused fields

上级 a43f99a9
......@@ -30,14 +30,6 @@ internal partial class FindReferencesSearchEngine
private readonly ProjectDependencyGraph _dependencyGraph;
private readonly FindReferencesSearchOptions _options;
/// <summary>
/// Mapping from a document to the list of reference locations found in it. Kept around so
/// we only notify the callback once when a location is found for a reference (in case
/// multiple finders find the same reference location for a symbol).
/// </summary>
private readonly ConcurrentDictionary<Document, ConcurrentSet<ReferenceLocation>> _documentToLocationMap = new ConcurrentDictionary<Document, ConcurrentSet<ReferenceLocation>>();
private static readonly Func<Document, ConcurrentSet<ReferenceLocation>> s_createDocumentLocations = _ => new ConcurrentSet<ReferenceLocation>();
public FindReferencesSearchEngine(
Solution solution,
IImmutableSet<Document> documents,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册