2 writes to _docIds
Microsoft.Cci.Extensions (2)
Filters\DocIdExcludeListFilter.cs (2)
21_docIds = new HashSet<string>(docIds); 27_docIds = new HashSet<string>(DocIdExtensions.ReadDocIds(excludeListFilePath));
7 references to _docIds
Microsoft.Cci.Extensions (7)
Filters\DocIdExcludeListFilter.cs (7)
42return !_docIds.Contains(namespaceId); 50return !_docIds.Contains(typeId); 70return !_docIds.Contains(memberId); 77if (genericType != null && genericType.GenericArguments.Any(genArg => _docIds.Contains(genArg.DocId()))) 82return !_docIds.Contains(typeId); 93if (_docIds.Contains(removeUsages)) 112return !_docIds.Contains(typeId);