13 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]));
Microsoft.DotNet.AsmDiff (4)
Csv\DiffAssemblyCsvColumn.cs (4)
46
var assembly = _index < mapping.ElementCount && mapping
[
_index] != null
47
? mapping
[
_index].GetAssembly()
54
var containingTypeDefinition = _index < mapping.ElementCount && mapping
[
_index] != null
55
? mapping
[
_index].ContainingTypeDefinition