3 references to RemoveCodeSignatureIfPresent
Microsoft.NET.HostModel (3)
AppHost\HostWriter.cs (1)
159else if (machObjectFile.RemoveCodeSignatureIfPresent(file, out long? length))
Bundle\Bundler.cs (1)
354if (machFile.RemoveCodeSignatureIfPresent(machFileReader, out long? newEnd))
MachO\MachObjectFile.cs (1)
244resized = machFile.RemoveCodeSignatureIfPresent(file, out newLength);