12 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
)
Microsoft.DotNet.AsmDiff (4)
ApiRecordingCSharpDiffWriter.cs (1)
55
var right = elementMapping.
ElementCount
== 1
Csv\DiffAssemblyCsvColumn.cs (2)
46
var assembly = _index < mapping.
ElementCount
&& mapping[_index] != null
54
var containingTypeDefinition = _index < mapping.
ElementCount
&& mapping[_index] != null
DiffCSharpWriter.cs (1)
101
if (this.IncludeAssemblyProperties && assemblySet.
ElementCount
> 1)