7 references to Settings
Microsoft.Cci.Extensions (2)
Traversers\DifferenceTraverser.cs (1)
28AssemblySetMapping mapping = new AssemblySetMapping(this.Settings);
Traversers\MappingsTypeMemberTraverser.cs (1)
32if (this.Settings.GroupByAssembly)
Microsoft.DotNet.AsmDiff (5)
DiffCSharpWriter.cs (1)
126Contract.Assert(this.Settings.GroupByAssembly);
DiffCsvWriter.cs (4)
33Settings.ElementCount = 2; 34mapping = new AssemblySetMapping(Settings); 39Settings.ElementCount = 1; 40mapping = new AssemblySetMapping(Settings);