2 references to FromSourceBatch
System.CodeDom (2)
System\CodeDom\Compiler\CodeCompiler.cs (2)
59
return
FromSourceBatch
(options, sources);
128
return
FromSourceBatch
(options, new string[1] { source });