Ejemplo n.º 1
0
 public void SetTypeStubSearchPaths(IEnumerable <string> typeStubSearchPaths) => _analyzer.SetTypeStubPaths(typeStubSearchPaths.MaybeEnumerate());
Ejemplo n.º 2
0
 public void SetTypeStubSearchPath(params string[] paths)
 {
     _analyzer.SetTypeStubPaths(paths);
 }