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