Implemented interface member:
method
Include
Microsoft.Cci.Filters.IMappingDifferenceFilter.Include(Microsoft.Cci.Mappings.TypeMapping)
2 references to Include
Microsoft.Cci.Extensions (2)
Filters\MappingDifferenceFilter.cs (2)
35return ns.Types.Any(Include); 52return type.Members.Any(Include) || type.NestedTypes.Any(Include);