예제 #1
0
파일: Server.cs 프로젝트: mstahl00/PTVS
 public void SetTypeStubSearchPaths(IEnumerable <string> typeStubSearchPaths) => _analyzer.SetTypeStubPaths(typeStubSearchPaths.MaybeEnumerate());
예제 #2
0
 public void SetTypeStubSearchPath(params string[] paths)
 {
     _analyzer.SetTypeStubPaths(paths);
 }