1 write to Filter
Microsoft.DotNet.GenAPI (1)
GenAPITask.cs (1)
415
Filter
= new DocIdIncludeListFilter(c.ItemSpec) { IncludeForwardedTypes = FollowTypeForwards }
2 references to Filter
Microsoft.Cci.Extensions (2)
Writers\CSharp\CSharpWriter.cs (2)
112
_currentTypeListFilter = typeList.
Filter
;
138
types = types.Where(t => ConditionalTypeLists.Any(c => c.
Filter
.Include(t) == !firstPass));