3 references to ReadDocIds
Microsoft.Cci.Extensions (3)
Filters\DocIdExcludeListFilter.cs (1)
27_docIds = new HashSet<string>(DocIdExtensions.ReadDocIds(excludeListFilePath));
Filters\DocIdIncludeListFilter.cs (1)
24_docIds = new HashSet<string>(DocIdExtensions.ReadDocIds(includeListFilePath));
Filters\ExcludeAttributesFilter.cs (1)
20_attributeDocIds = new HashSet<string>(DocIdExtensions.ReadDocIds(attributeDocIdFile));