1 write to _mapping
Microsoft.Cci.Extensions (1)
Differs\ElementDiffer.cs (1)
21
_mapping
= mapping;
5 references to _mapping
Microsoft.Cci.Extensions (5)
Differs\ElementDiffer.cs (5)
59
Contract.Assert(
_mapping
.ElementCount <= 2);
61
if (
_mapping
.ElementCount < 2)
75
DifferenceType tempDiff = differenceRule.Diff<T>(this,
_mapping
);
85
T item1 =
_mapping
[0];
86
T item2 =
_mapping
[1];