3 references to IncludeUnchanged
Microsoft.DotNet.AsmDiff (3)
DiffConfiguration.cs (1)
15
DiffConfigurationOptions.
IncludeUnchanged
|
DiffEngine.cs (1)
102
(t != DifferenceType.Unchanged || configuration.IsOptionSet(DiffConfigurationOptions.
IncludeUnchanged
));
Program.cs (1)
135
result |= DiffConfigurationOptions.
IncludeUnchanged
;