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));