1 implementation of DifferenceType
Microsoft.Cci.Extensions (1)
Differs\ElementDiffer.cs (1)
31public DifferenceType DifferenceType
2 references to DifferenceType
Microsoft.Cci.Extensions (2)
Differs\IDifferences.cs (1)
19if (differences.DifferenceType == DifferenceType.Changed)
Mappings\ElementMapping.cs (1)
101get { return Differences.DifferenceType; }