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