2 implementations of CompileAssemblyFromSourceBatch
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3569CompilerResults ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, string[] sources) {
compmod\system\codedom\compiler\CodeCompiler.cs (1)
81CompilerResults ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, string[] sources) {
1 reference to CompileAssemblyFromSourceBatch
System (1)
compmod\system\codedom\compiler\CodeDOMProvider.cs (1)
179return CreateCompilerHelper().CompileAssemblyFromSourceBatch(options, sources);