2 references to PeVerify
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Desktop\CLRHelpers.cs (2)
71return PeVerify(peImage.ToArray(), AppDomain.CurrentDomain.Id, assemblyPath: null); 79return PeVerify(File.ReadAllBytes(filePath), AppDomain.CurrentDomain.Id, filePath);