2 references to CreateInheritedFile
System.CodeDom (2)
System\CodeDom\Compiler\Executor.cs (2)
50
using (var outputWriter = new StreamWriter(
CreateInheritedFile
(outputName), Encoding.UTF8))
51
using (var errorWriter = new StreamWriter(
CreateInheritedFile
(errorName), Encoding.UTF8))