3 references to FromPaths
Microsoft.DotNet.AsmDiff (3)
AssemblySet.cs (2)
89return FromPaths(paths.AsEnumerable(), name); 134var newAssemblySet = FromPaths(allPaths, Name);
DiffConfigurationExtensions.cs (1)
117var assemblySet = AssemblySet.FromPaths(newPaths, newName);