Пример #1
0
 public void SetTypeStubSearchPaths(IEnumerable <string> typeStubSearchPaths) => _analyzer.SetTypeStubPaths(typeStubSearchPaths.MaybeEnumerate());
Пример #2
0
 public void SetTypeStubSearchPath(params string[] paths)
 {
     _analyzer.SetTypeStubPaths(paths);
 }