43 references to Changed
Microsoft.Cci.Extensions (3)
Differs\ElementDiffer.cs (1)
97difference = DifferenceType.Changed;
Differs\IDifferences.cs (1)
19if (differences.DifferenceType == DifferenceType.Changed)
Differs\Rules\TokenListDiffer.cs (1)
48return DifferenceType.Changed;
Microsoft.DotNet.ApiCompat.Core (32)
Rules\Compat\AttributeDifference.cs (5)
28return DifferenceType.Changed; 57return DifferenceType.Changed; 76return changed ? DifferenceType.Changed : DifferenceType.Unchanged; ; 104return changed ? DifferenceType.Changed : DifferenceType.Unchanged; 140case DifferenceType.Changed:
Rules\Compat\CannotAddAbstractMembers.cs (1)
29return DifferenceType.Changed;
Rules\Compat\CannotAddAttributes.cs (4)
31return DifferenceType.Changed; 42return DifferenceType.Changed; 58return DifferenceType.Changed; 113case DifferenceType.Changed:
Rules\Compat\CannotMakeAbstract.cs (2)
20return DifferenceType.Changed; 36return DifferenceType.Changed;
Rules\Compat\CannotMakeMoreVisible.cs (2)
30return DifferenceType.Changed; 53return DifferenceType.Changed;
Rules\Compat\CannotMakeNonVirtual.cs (1)
36return DifferenceType.Changed;
Rules\Compat\CannotRemoveBaseTypeOrInterface.cs (1)
23return DifferenceType.Changed;
Rules\Compat\CannotRemoveGenerics.cs (2)
44return DifferenceType.Changed; 69return DifferenceType.Changed;
Rules\Compat\CannotSealType.cs (1)
22return DifferenceType.Changed;
Rules\Compat\DelegatesMustMatch.cs (1)
34return DifferenceType.Changed;
Rules\Compat\EnumTypesMustMatch.cs (1)
32return DifferenceType.Changed;
Rules\Compat\EnumValuesMustMatch.cs (1)
38return DifferenceType.Changed;
Rules\Compat\InterfacesShouldHaveSameMembers.cs (2)
27return DifferenceType.Changed; 36return DifferenceType.Changed;
Rules\Compat\ParameterModifiersCannotChange.cs (1)
31return DifferenceType.Changed;
Rules\Compat\ParameterNamesCannotChange.cs (1)
25return DifferenceType.Changed;
Rules\Compat\TypeCannotChangeClassification.cs (2)
25return DifferenceType.Changed; 33return DifferenceType.Changed;
Rules\Compat\TypesMustAlwaysImplementIDisposable.cs (1)
21return DifferenceType.Changed;
Rules\InheritanceHierarchyChangeTracker.cs (1)
81return DifferenceType.Changed;
Rules\ParameterTypeCannotChange.cs (2)
33return DifferenceType.Changed; 45return DifferenceType.Changed;
Microsoft.DotNet.AsmDiff (8)
Csv\DiffDifferenceCsvColumn.cs (1)
37case DifferenceType.Changed:
Csv\DiffInNewCsvColumn.cs (1)
33case DifferenceType.Changed:
Csv\DiffInOldCsvColumn.cs (1)
33case DifferenceType.Changed:
Csv\DiffTokensCsvColumn.cs (1)
36return mapping.Difference == DifferenceType.Changed
DiffCSharpWriter.cs (1)
286case DifferenceType.Changed:
DiffEngine.cs (1)
100(t != DifferenceType.Changed || configuration.IsOptionSet(DiffConfigurationOptions.IncludeChanged)) &&
MarkdownDiffExporter.cs (2)
129if (diff == DifferenceType.Changed) 149case DifferenceType.Changed: