4 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));
Microsoft.DotNet.ApiCompat.Core (1)
Rules\Compat\AttributeDifference.cs (1)
192foreach(string id in DocIdExtensions.ReadDocIds(filePath))