9 references to
Microsoft.Cci.Extensions (9)
Filters\MappingDifferenceFilter.cs (4)
42
if (type
[
i] != null && _filter.Include(type
[
i]))
61
if (member
[
i] != null && _filter.Include(member
[
i]))
Mappings\AssemblyMapping.cs (2)
34
if (this
[
i] != null)
36
foreach (var prop in GetAssemblyProperties(this
[
i]))
Mappings\AssemblySetMapping.cs (1)
42
INamespaceDefinition nspace = ns
[
index];
Mappings\AttributesMapping.cs (2)
32
if (this
[
i] != null)
33
AddMapping(i, GetAttributes(this
[
i]));