コード例 #1
0
ファイル: CSharpHelpers.cs プロジェクト: belav/roslyn
 void ICSharpProjectRoot.ConfigureCompiler(
     ICSCompiler compiler,
     ICSInputSet inputSet,
     bool addSources
     )
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void GetCompiler(out ICSCompiler compiler, out ICSInputSet inputSet)
 {
     compiler = this;
     inputSet = this;
 }
コード例 #3
0
 public void GetCompiler(out ICSCompiler compiler, out ICSInputSet inputSet)
 {
     compiler = this;
     inputSet = this;
 }
コード例 #4
0
 public void RemoveInputSet(ICSInputSet inputSet)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: CSharpHelpers.cs プロジェクト: orthoxerox/roslyn
 void ICSharpProjectRoot.ConfigureCompiler(ICSCompiler compiler, ICSInputSet inputSet, bool addSources)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void RemoveInputSet(ICSInputSet inputSet)
 {
     throw new NotImplementedException();
 }