8 references to ElementCount
Microsoft.Cci.Extensions (8)
Differs\DifferenceRule.cs (1)
13
if (mapping.
ElementCount
< 2)
Differs\ElementDiffer.cs (2)
59
Contract.Assert(_mapping.
ElementCount
<= 2);
61
if (_mapping.
ElementCount
< 2)
Filters\MappingDifferenceFilter.cs (2)
41
for (int i = 0; i < type.
ElementCount
; i++)
60
for (int i = 0; i < member.
ElementCount
; i++)
Mappings\AssemblyMapping.cs (1)
32
for (int i = 0; i < this.
ElementCount
; i++)
Mappings\AttributesMapping.cs (1)
31
for (int i = 0; i < this.
ElementCount
; i++)
Mappings\ElementMapping.cs (1)
49
if (index < 0 || index >= this.
ElementCount
)