4 references to createDiffScript
BuildValidator (4)
CompilationDiff.cs (4)
285
createDiffScript
("compare-pe.mdv.ps1", originalDataFiles.AssemblyMdvFilePath, rebuildDataFiles.AssemblyMdvFilePath);
286
createDiffScript
("compare-pdb.mdv.ps1", originalDataFiles.PdbMdvFilePath, rebuildDataFiles.PdbMdvFilePath);
287
createDiffScript
("compare-pdb.xml.ps1", originalDataFiles.PdbXmlFilePath, rebuildDataFiles.PdbXmlFilePath);
288
createDiffScript
("compare-il.ps1", originalDataFiles.ILFilePath, rebuildDataFiles.ILFilePath);