7 references to AssemblySetMapping
Microsoft.Cci.Extensions (1)
Traversers\DifferenceTraverser.cs (1)
28AssemblySetMapping mapping = new AssemblySetMapping(this.Settings);
Microsoft.DotNet.AsmDiff (6)
ApiRecordingCSharpDiffWriter.cs (2)
39mapping = new AssemblySetMapping(_settings); 45mapping = new AssemblySetMapping(_settings);
DiffCSharpWriter.cs (2)
72mapping = new AssemblySetMapping(_settings); 78mapping = new AssemblySetMapping(_settings);
DiffCsvWriter.cs (2)
34mapping = new AssemblySetMapping(Settings); 40mapping = new AssemblySetMapping(Settings);