コード例 #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);
 }