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