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)
59Contract.Assert(_mapping.ElementCount <= 2); 61if (_mapping.ElementCount < 2) 75DifferenceType tempDiff = differenceRule.Diff<T>(this, _mapping); 85T item1 = _mapping[0]; 86T item2 = _mapping[1];