2 implementations of CompileAssemblyFromFileBatch
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeCompiler.cs (1)
106
CompilerResults ICodeCompiler.
CompileAssemblyFromFileBatch
(CompilerParameters options, string[] fileNames)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
4040
CompilerResults ICodeCompiler.
CompileAssemblyFromFileBatch
(CompilerParameters options, string[] fileNames)
1 reference to CompileAssemblyFromFileBatch
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs (1)
175
return CreateCompilerHelper().
CompileAssemblyFromFileBatch
(options, fileNames);