13 references to
Microsoft.Cci.Extensions (9)
Filters\MappingDifferenceFilter.cs (4)
42if (type[i] != null && _filter.Include(type[i])) 61if (member[i] != null && _filter.Include(member[i]))
Mappings\AssemblyMapping.cs (2)
34if (this[i] != null) 36foreach (var prop in GetAssemblyProperties(this[i]))
Mappings\AssemblySetMapping.cs (1)
42INamespaceDefinition nspace = ns[index];
Mappings\AttributesMapping.cs (2)
32if (this[i] != null) 33AddMapping(i, GetAttributes(this[i]));
Microsoft.DotNet.AsmDiff (4)
Csv\DiffAssemblyCsvColumn.cs (4)
46var assembly = _index < mapping.ElementCount && mapping[_index] != null 47? mapping[_index].GetAssembly() 54var containingTypeDefinition = _index < mapping.ElementCount && mapping[_index] != null 55? mapping[_index].ContainingTypeDefinition