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