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)
42
return !
_docIds
.Contains(namespaceId);
50
return !
_docIds
.Contains(typeId);
70
return !
_docIds
.Contains(memberId);
77
if (genericType != null && genericType.GenericArguments.Any(genArg =>
_docIds
.Contains(genArg.DocId())))
82
return !
_docIds
.Contains(typeId);
93
if (
_docIds
.Contains(removeUsages))
112
return !
_docIds
.Contains(typeId);