2 implementations of CompileAssemblyFromSourceBatch
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
2954CompilerResults ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, string[] sources)
System\CodeDom\Compiler\CodeCompiler.cs (1)
62CompilerResults ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, string[] sources)
1 reference to CompileAssemblyFromSourceBatch
System.CodeDom (1)
System\CodeDom\Compiler\CodeDomProvider.cs (1)
143CreateCompilerHelper().CompileAssemblyFromSourceBatch(options, sources);