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