7 references to CopyIfDifferent
WasmAppBuilder (7)
EmccCompile.cs (1)
221if (!Utils.CopyIfDifferent(tmpObjFile, objFile, useHash: true))
IcallTableGenerator.cs (1)
54if (Utils.CopyIfDifferent(tmpFileName.Path, outputPath, useHash: false))
InterpToNativeGenerator.cs (1)
36if (Utils.CopyIfDifferent(tmpFileName.Path, outputPath, useHash: false))
PInvokeTableGenerator.cs (1)
54if (Utils.CopyIfDifferent(tmpFileName.Path, outputPath, useHash: false))
WasmAppBuilder.cs (3)
144if (Utils.CopyIfDifferent(tmpWebcil.Path, finalWebcil, useHash: true)) 259if (Utils.CopyIfDifferent(tmpWebcil.Path, finalWebcil, useHash: true)) 428Utils.CopyIfDifferent(tmpMonoConfigPath.Path, monoConfigPath, useHash: false);