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