3 references to CopyFile
Microsoft.CodeAnalysis.Scripting (3)
Hosting\AssemblyLoader\MetadataShadowCopyProvider.cs (3)
414var manifestModuleCopyStream = CopyFile(originalPath, shadowCopyPath); 471FileStream moduleCopyStream = CopyFile( 571var xmlStream = CopyFile(xmlOriginalPath, xmlCopyPath, fileMayNotExist: true);