3 references to GetFilePaths
Microsoft.Cci.Extensions (3)
HostEnvironment.cs (3)
711return GetFilePaths(paths, (resolvedPath) => { }); 716return GetFilePaths(paths, (resolvedPath) => this.LibPaths.Add(resolvedPath)); 743foreach (var file in GetFilePaths(Directory.EnumerateDirectories(resolvedPath), perResolvedPathAction, recursive))